We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eeb2c0 + e7bd579 commit c93b2e5Copy full SHA for c93b2e5
palladium_kenya_dagster/palladium_kenya_dagster/schedules.py
@@ -1,15 +1,13 @@
1
-"""
2
-To add a daily schedule that materializes your dbt assets, uncomment the following lines.
3
+
4
from dagster_dbt import build_schedule_from_dbt_selection
5
6
from .assets import palladium_kenya_analytics_dbt_assets
7
8
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
-# ),
+ build_schedule_from_dbt_selection(
+ [palladium_kenya_analytics_dbt_assets],
+ job_name="materialize_dbt_models",
+ cron_schedule="0 0 * * *",
+ dbt_select="fqn:*",
+ ),
15
]
0 commit comments