Skip to content

Commit e077539

Browse files
recreated int test files (#76)
1 parent 154e4e3 commit e077539

File tree

8 files changed

+8
-24
lines changed

8 files changed

+8
-24
lines changed

dagify/test/integration/test_references/009-fast-x/fast_x_reports.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
with DAG(
1515
dag_id="fast_x_reports",
16-
start_date=datetime.datetime(2024, 1, 1),
17-
#schedule="@daily",
18-
schedule_interval='*/5 * * * *',
16+
schedule_interval="@daily", # TIMEFROM not found, default schedule set to @daily,
1917
catchup=False,
2018
) as dag:
2119

dagify/test/integration/test_references/010-fast-x/fx_fld_001_app_001_subapp_001.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
with DAG(
1515
dag_id="fx_fld_001_app_001_subapp_001",
16-
start_date=datetime.datetime(2024, 1, 1),
17-
#schedule="@daily",
18-
schedule_interval='*/5 * * * *',
16+
schedule_interval="@daily", # TIMEFROM not found, default schedule set to @daily,
1917
catchup=False,
2018
) as dag:
2119

dagify/test/integration/test_references/011-fast-x/fx_fld_001_app_001_subapp_001.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
with DAG(
1515
dag_id="fx_fld_001_app_001_subapp_001",
16-
start_date=datetime.datetime(2024, 1, 1),
17-
#schedule="@daily",
18-
schedule_interval='*/5 * * * *',
16+
schedule_interval="@daily", # TIMEFROM not found, default schedule set to @daily,
1917
catchup=False,
2018
) as dag:
2119

dagify/test/integration/test_references/011-fast-x/fx_fld_001_app_002_subapp_001.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
with DAG(
1515
dag_id="fx_fld_001_app_002_subapp_001",
16-
start_date=datetime.datetime(2024, 1, 1),
17-
#schedule="@daily",
18-
schedule_interval='*/5 * * * *',
16+
schedule_interval="@daily", # TIMEFROM not found, default schedule set to @daily,
1917
catchup=False,
2018
) as dag:
2119

dagify/test/integration/test_references/011-fast-x/fx_fld_001_app_002_subapp_002.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
with DAG(
1515
dag_id="fx_fld_001_app_002_subapp_002",
16-
start_date=datetime.datetime(2024, 1, 1),
17-
#schedule="@daily",
18-
schedule_interval='*/5 * * * *',
16+
schedule_interval="@daily", # TIMEFROM not found, default schedule set to @daily,
1917
catchup=False,
2018
) as dag:
2119

dagify/test/integration/test_references/011-fast-x/fx_fld_002_app_001_subapp_001.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
with DAG(
1515
dag_id="fx_fld_002_app_001_subapp_001",
16-
start_date=datetime.datetime(2024, 1, 1),
17-
#schedule="@daily",
18-
schedule_interval='*/5 * * * *',
16+
schedule_interval="@daily", # TIMEFROM not found, default schedule set to @daily,
1917
catchup=False,
2018
) as dag:
2119

dagify/test/integration/test_references/012-fast-x/fx_fld_001_app_001_subapp_001.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
with DAG(
1515
dag_id="fx_fld_001_app_001_subapp_001",
16-
start_date=datetime.datetime(2024, 1, 1),
17-
#schedule="@daily",
18-
schedule_interval='*/5 * * * *',
16+
schedule_interval="@daily", # TIMEFROM not found, default schedule set to @daily,
1917
catchup=False,
2018
) as dag:
2119

dagify/test/integration/test_references/012-fast-x/fx_fld_002_app_001_subapp_001.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
with DAG(
1515
dag_id="fx_fld_002_app_001_subapp_001",
16-
start_date=datetime.datetime(2024, 1, 1),
17-
#schedule="@daily",
18-
schedule_interval='*/5 * * * *',
16+
schedule_interval="@daily", # TIMEFROM not found, default schedule set to @daily,
1917
catchup=False,
2018
) as dag:
2119

0 commit comments

Comments
 (0)