Replies: 1 comment 3 replies
-
What happns when you followed instructions ? You followed them, did you ? https://airflow.apache.org/docs/apache-airflow-providers-openlineage/stable/guides/structure.html |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, This is dongha.
I have a question about using open lineage providers in airflow.
Although I added proper open lineage and it connected with marquez solution, below error is shown.
Additionally, I can't see the detail hireachy in marquez.
[2024-10-29, 02:09:59 UTC] {listener.py:66} DEBUG - OpenLineage listener got notification about task instance start
[2024-10-29, 02:09:59 UTC] {manager.py:150} DEBUG - extractor for PostgresOperator is <class 'airflow.providers.openlineage.extractors.base.DefaultExtractor'>
[2024-10-29, 02:09:59 UTC] {manager.py:90} DEBUG - Using extractor DefaultExtractor task_type=PostgresOperator airflow_dag_id=biz_energy_service_daily_0.0.1 task_id=sql_script_dim_energy_service_devices airflow_run_id=scheduled__2024-10-25T00:00:00+00:00
[2024-10-29, 02:09:59 UTC] {configuration.py:1050} WARNING - section/key [openlineage/disabled_for_operators] not found in config
[2024-10-29, 02:09:59 UTC] {manager.py:105} WARNING - Failed to extract metadata using found extractor <airflow.providers.openlineage.extractors.base.DefaultExtractor object at 0x7ff9b8c936d0> - section/key [openlineage/disabled_for_operators] not found in config task_type=PostgresOperator airflow_dag_id=biz_energy_service_daily_0.0.1 task_id=sql_script_dim_energy_service_devices airflow_run_id=scheduled__2024-10-25T00:00:00+00:00
[2024-10-29, 02:09:59 UTC] {configuration.py:1050} WARNING - section/key [openlineage/config_path] not found in config
[2024-10-29, 02:09:59 UTC] {utils.py:408} WARNING - section/key [openlineage/config_path] not found in config
Please let me know How I can debug this issue?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions