proud-church-91494
07/30/2021, 12:59 AMairflow.cfgย file. (follow this documentation https://datahubproject.io/docs/metadata-ingestion#using-datahubs-airflow-lineage-backend-recommended)
[lineage]
backend = datahub_provider.lineage.datahub.DatahubLineageBackend
datahub_kwargs = {
"datahub_conn_id": "datahub_rest_default",
"capture_ownership_info": true,
"capture_tags_info": true,
"graceful_exceptions": true }
Airflow show me this error:
airflow-webserver_1 | [2021-07-30 00:47:44,154] {configuration.py:468} ERROR - No module named 'datahub_provider'
airflow-webserver_1 | [2021-07-30 00:47:59,084] {configuration.py:468} ERROR - No module named 'datahub_provider'
airflow-webserver_1 | [2021-07-30 00:48:13,803] {configuration.py:468} ERROR - No module named 'datahub_provider'
Are there something to do before these steps? Like "pip installl" something?
I'm using Airflow 2.1.2.mammoth-bear-12532
mammoth-bear-12532
proud-church-91494
07/30/2021, 5:46 PMhallowed-lizard-92381
09/01/2022, 4:58 PM