Skip to content

Commit

Permalink
Merge branch 'main' into fix-dbt-ls-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana authored Oct 25, 2023
2 parents 0367a8c + a4aa5cc commit af09a3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cosmos/operators/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
from openlineage.airflow.extractors.base import OperatorLineage
except (ImportError, ModuleNotFoundError):
logger.warning(
"To enable emitting Openlineage events, upgrade to Airflow 2.7 or install astronomer-cosmos[openlineage].",
"To enable emitting Openlineage events, upgrade to Airflow 2.7 or install astronomer-cosmos[openlineage]."
)
logger.debug(
"Further details on lack of Openlineage:",
stack_info=True,
)
is_openlineage_available = False
Expand Down

0 comments on commit af09a3e

Please sign in to comment.