Skip to content

Commit

Permalink
import state
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 17, 2024
1 parent e3bbfe7 commit 427a6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/stellar_etl_airflow/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import pendulum
from airflow import DAG, settings
from airflow.models import DagBag, DagRun, TaskInstance, Variable
from airflow.utils.state import State
from airflow.operators.python_operator import PythonOperator
from airflow.utils.state import State
from google.cloud import bigquery
from google.oauth2 import service_account

Expand Down

0 comments on commit 427a6b3

Please sign in to comment.