Skip to content

Commit

Permalink
date utils deprecations removal
Browse files Browse the repository at this point in the history
  • Loading branch information
dirrao committed Aug 15, 2024
1 parent 2d3f6be commit a427762
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@
get_launch_task_id,
get_task_instance,
)
from airflow.utils.dates import days_ago
from airflow.www.app import create_app

DAG_ID = "test_dag"
TASK_ID = "test_task"
RUN_ID = "test_run_1"
DAG_RUN_DATE = days_ago(1)
TASK_INSTANCE_KEY = TaskInstanceKey(dag_id=DAG_ID, task_id=TASK_ID, run_id=RUN_ID, try_number=1)
DATABRICKS_CONN_ID = "databricks_default"
DATABRICKS_RUN_ID = 12345
Expand Down

0 comments on commit a427762

Please sign in to comment.