astronomer / astro-sdk

Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
https://astro-sdk-python.rtfd.io/
Apache License 2.0
329 stars 40 forks source link

Use apache-airflow-providers-openlineage in debug log #2114

Closed pankajastro closed 5 months ago

pankajastro commented 5 months ago

since now import from apache-airflow-providers-openlineage so let's update the log accordingly

pankajastro commented 5 months ago

I am thinking here to check if openlineage is enabled then we could log this error with Logging level ERROR. Otherwise this debug log won't be much helpful. WDYT??

Added a check PTAL