Skip to content

Commit

Permalink
fix(provider/openlineage): fix how asset compat is handled
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Nov 16, 2024
1 parent 01426cd commit eaec593
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/src/airflow/providers/openlineage/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

# TODO: move this maybe to Airflow's logic?
from airflow.models import DAG, BaseOperator, DagRun, MappedOperator
from airflow.providers.common.compat.assets import Asset
from airflow.providers.openlineage import __version__ as OPENLINEAGE_PROVIDER_VERSION, conf
from airflow.providers.openlineage.plugins.facets import (
AirflowDagRunFacet,
Expand Down

0 comments on commit eaec593

Please sign in to comment.