stocky-television-65849
12/10/2021, 8:17 PMcalm-airplane-47634
12/10/2021, 9:05 PM215 if not sqlalchemy:
--> 216 raise DatasourceInitializationError(
217 name, "ModuleNotFoundError: No module named 'sqlalchemy'"
..................................................
self = <great_expectations.datasource.sqlalchemy_datasource.SqlAlchemyDatasource object at 0x13624d2b0>
name = 'my_sqlalchemy_datasource-bfb77e2d-9b3d-4e9b-a714-4675fa7c6f08'
data_context = None
data_asset_type = {'module_name': 'great_expectations.dataset',
'class_name': 'SqlAlchemyDataset'}
credentials = {'url': <postgresql+psycopg2://username>:***@localhost:5432/databasename}
batch_kwargs_generators = None
kwargs = {'engine': <sqlalchemy.engine.base.Connection object at 0x13620c400>}
sqlalchemy = None
DatasourceInitializationError = <class 'great_expectations.exceptions.exceptions.DatasourceInitializationError'>
..................................................
---- (full traceback above) ----
File "/Users/ankur.chauhan/.pyenv/versions/3.9.5/lib/python3.9/site-packages/great_expectations/data_context/data_context.py", line 1869, in _instantiate_datasource_from_config
] = self._build_datasource_from_config(name=name, config=config)
File "/Users/ankur.chauhan/.pyenv/versions/3.9.5/lib/python3.9/site-packages/great_expectations/data_context/data_context.py", line 1935, in _build_datasource_from_config
datasource = instantiate_class_from_config(
File "/Users/ankur.chauhan/.pyenv/versions/3.9.5/lib/python3.9/site-packages/great_expectations/data_context/util.py", line 121, in instantiate_class_from_config
class_instance = class_(**config_with_defaults)
File "/Users/ankur.chauhan/.pyenv/versions/3.9.5/lib/python3.9/site-packages/datahub/ingestion/source/ge_data_profiler.py", line 64, in sqlalchemy_datasource_init
underlying_datasource_init(self, *args, **kwargs, engine=conn)
File "/Users/ankur.chauhan/.pyenv/versions/3.9.5/lib/python3.9/site-packages/great_expectations/datasource/sqlalchemy_datasource.py", line 216, in __init__
raise DatasourceInitializationError(
DatasourceInitializationError: Cannot initialize datasource my_sqlalchemy_datasource-bfb77e2d-9b3d-4e9b-a714-4675fa7c6f08, error: ModuleNotFoundError: No module named 'sqlalchemy'
mysterious-zebra-62364
12/10/2021, 10:47 PMdbt
ingestion work with the latest version of dbt==1.0.0
?cuddly-telephone-51804
12/12/2021, 10:42 AMbreezy-controller-54597
12/13/2021, 12:24 AM$ ./scripts/datahub_docker.sh ingest -c ./postgres.yml
................................
OperationalError: (psycopg2.OperationalError) server didn't return client encoding'
delightful-jackal-88844
12/13/2021, 11:39 AMorange-flag-48535
12/13/2021, 11:50 AMred-pizza-28006
12/13/2021, 1:42 PMgentle-florist-49869
12/13/2021, 9:39 PMbetter-spoon-77762
12/13/2021, 11:35 PMboundless-student-48844
12/14/2021, 3:17 AMFeatureTable
) as first-class entity instead of features (Features
), which was proposed in this RFC? Without features as first-class entities, how could we enable dataset-to-feature and feature-to-model lineage?hallowed-article-64840
12/14/2021, 8:09 AMhigh-hospital-85984
12/14/2021, 1:56 PMorange-flag-48535
12/14/2021, 2:40 PMgentle-florist-49869
12/14/2021, 4:07 PMgentle-florist-49869
12/14/2021, 4:08 PMlate-father-17108
12/14/2021, 5:52 PMbest-planet-6756
12/14/2021, 7:06 PMminiature-eve-89383
12/14/2021, 7:16 PMbrief-wolf-70822
12/15/2021, 2:51 PMlimited-cricket-18852
12/15/2021, 5:39 PMCaused by: java.lang.ClassNotFoundException: com.linkedin.datahub.lineage.spark.interceptor.DatahubLineageEmitter
Does anyone know if there is anything special to do when running on databricks?red-window-75368
12/15/2021, 5:45 PMpip install 'acryl-datahub[hive]'
late-father-17108
12/15/2021, 10:45 PMMetadataChangeProposalWrapper
preferable over MetadataChangeEvent
?melodic-helmet-78607
12/16/2021, 2:33 AMfew-air-56117
12/16/2021, 8:57 AMsource:
type: bigquery-usage
config:
# Coordinates
projects:
-project
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
but it gives me just 1 dataset and only 2 tables. Dose anyone know what i am doing wrong?few-air-56117
12/16/2021, 12:55 PMbrief-wolf-70822
12/16/2021, 6:45 PMmysterious-lamp-91034
12/17/2021, 12:11 AMcool-painting-92220
12/17/2021, 12:32 AM