narrow-painting-12219
02/23/2021, 8:36 PM(venv) carr@carr-VirtualBox:~/Projetos/datahub/metadata-ingestion$ datahub ingest -c ./examples/recipes/example_to_datahub_rest.yml
Traceback (most recent call last):
File "/home/carr/Projetos/datahub/venv/bin/datahub", line 11, in <module>
load_entry_point('datahub', 'console_scripts', 'datahub')()
File "/home/carr/Projetos/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/carr/Projetos/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2693, in load_entry_point
return ep.load()
File "/home/carr/Projetos/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2324, in load
return self.resolve()
File "/home/carr/Projetos/datahub/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2330, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/carr/Projetos/datahub/metadata-ingestion/src/datahub/entrypoints.py", line 13, in <module>
from datahub.ingestion.run.pipeline import Pipeline
File "/home/carr/Projetos/datahub/metadata-ingestion/src/datahub/ingestion/run/pipeline.py", line 16, in <module>
from datahub.ingestion.source import source_class_mapping
File "/home/carr/Projetos/datahub/metadata-ingestion/src/datahub/ingestion/source/__init__.py", line 8, in <module>
from .ldap import LDAPSource
File "/home/carr/Projetos/datahub/metadata-ingestion/src/datahub/ingestion/source/ldap.py", line 4, in <module>
import ldap
ModuleNotFoundError: No module named 'ldap'
mammoth-bear-12532
narrow-painting-12219
02/23/2021, 8:47 PMgray-shoe-75895
02/23/2021, 9:16 PMnarrow-painting-12219
02/24/2021, 2:06 AMgray-shoe-75895
02/24/2021, 2:12 AMnarrow-painting-12219
02/24/2021, 2:13 AMgray-shoe-75895
02/24/2021, 2:14 AMnarrow-painting-12219
02/24/2021, 2:15 AMnarrow-painting-12219
02/24/2021, 2:58 AM(venv) carr@carr-VirtualBox:~/Projetos/datahub/metadata-ingestion$ datahub ingest -c ./examples/recipes/my_postgis_to_datahub_rest.yml
[2021-02-23 23:56:41,621] DEBUG {datahub.entrypoints:64} - Using config: {'source': {'type': 'postgres', 'config': {'username': 'postgres', 'password': 'adm123', 'host_port': 'localhost:5000', 'database': 'postgres'}}}
1 validation error for PipelineConfig
sink
field required (type=value_error.missing)
narrow-painting-12219
02/24/2021, 2:59 AMnarrow-painting-12219
02/24/2021, 3:05 AMnarrow-painting-12219
02/24/2021, 3:06 AMgray-shoe-75895
02/24/2021, 4:11 AMgray-shoe-75895
02/24/2021, 4:12 AM