Skip to content

Commit c93b2e5

Browse files
authored
Merge pull request #29 from palladiumkenya/dev
merging dev changes to test build to server
2 parents 0eeb2c0 + e7bd579 commit c93b2e5

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
"""
2-
To add a daily schedule that materializes your dbt assets, uncomment the following lines.
3-
"""
1+
42
from dagster_dbt import build_schedule_from_dbt_selection
53

64
from .assets import palladium_kenya_analytics_dbt_assets
75

86
schedules = [
9-
# build_schedule_from_dbt_selection(
10-
# [palladium_kenya_analytics_dbt_assets],
11-
# job_name="materialize_dbt_models",
12-
# cron_schedule="0 0 * * *",
13-
# dbt_select="fqn:*",
14-
# ),
7+
build_schedule_from_dbt_selection(
8+
[palladium_kenya_analytics_dbt_assets],
9+
job_name="materialize_dbt_models",
10+
cron_schedule="0 0 * * *",
11+
dbt_select="fqn:*",
12+
),
1513
]

0 commit comments

Comments
 (0)