Skip to content

Commit

Permalink
🔥 Removed Source freshness code block
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafalz13 committed Aug 31, 2023
1 parent ec34ea8 commit d606929
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions viadot/flows/transform_and_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,23 +194,6 @@ def gen_flow(self) -> Flow:
stream_output=True,
).bind(flow=self)

# Source freshness
# Produces `sources.json`
# source_freshness_select = self.dbt_selects.get("source_freshness")
# source_freshness_select_safe = (
# f"-s {source_freshness_select}"
# if source_freshness_select is not None
# else ""
# )

# source_freshness = ShellTask(
# name="dbt_task_source_freshness",
# command=f"dbt source freshness {source_freshness_select_safe} {dbt_target_option}",
# helper_script=f"cd {self.dbt_project_path}",
# return_all=True,
# stream_output=True,
# ).bind(flow=self)

# Generate docs
# Produces `catalog.json`, `run-results.json`, and `manifest.json`
generate_catalog_json = ShellTask(
Expand Down

0 comments on commit d606929

Please sign in to comment.