Skip to content

Commit

Permalink
fixing import error for dataset (#29007)
Browse files Browse the repository at this point in the history
(cherry picked from commit 481f271)
  • Loading branch information
bharat99k authored and pierrejeambrun committed Mar 6, 2023
1 parent 2a8e414 commit 147d5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ def __getattr__(name: str):
from airflow.models.dag import DAG
from airflow.models.xcom_arg import XComArg
from airflow.exceptions import AirflowException
from airflow.models.dataset import Dataset

0 comments on commit 147d5fe

Please sign in to comment.