Skip to content

Commit

Permalink
Fix import path in related docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jason810496 committed Jan 14, 2025
1 parent 8319bd4 commit 4367e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ An Operator inside the Airflow DAG can be annotated with inlets and outlets like
import pendulum
from airflow import DAG
from airflow.providers.common.compat.lineage.entities import Table, File, Column, User
from airflow.providers.standard.operators.bash import BashOperator
from airflow.lineage.entities import Table, File, Column, User
t1 = Table(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ works.
import pendulum
from airflow.lineage import AUTO
from airflow.lineage.entities import File
from airflow.models import DAG
from airflow.providers.common.compat.lineage.entities import File
from airflow.providers.standard.operators.bash import BashOperator
from airflow.operators.empty import EmptyOperator
Expand Down

0 comments on commit 4367e2a

Please sign in to comment.