Skip to content

Commit

Permalink
chore: reenable materialization schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Dec 17, 2024
1 parent 5c66222 commit 759d76e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pipelines/dump_1746/run_dbt_model/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
)

from pipelines.constants import constants

# from pipelines.dump_1746.run_dbt_model.schedules import materialize_flow_schedule
from pipelines.dump_1746.run_dbt_model.schedules import materialize_flow_schedule
from pipelines.templates.run_dbt_model.flows import (
templates__run_dbt_model__flow as materialize_flow,
)
Expand All @@ -32,4 +31,4 @@
constants.RJ_SEGOVI_AGENT_LABEL.value,
],
)
# materialize_only_1746_tables.schedule = materialize_flow_schedule
materialize_only_1746_tables.schedule = materialize_flow_schedule

0 comments on commit 759d76e

Please sign in to comment.