Skip to content

Commit

Permalink
use variables to address source
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
amishas157 committed Oct 2, 2024
1 parent 430a539 commit 1854f99
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dags/dbt_source_data_freshness_test_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
dag,
command_type="source",
sub_command="freshness",
cmd_args=["source:crypto_stellar.*", "source:crypto_stellar_internal_2.*"],
cmd_args=[
"source:{{ var.value.dbt_internal_source_schema }}.*",
"source:{{ var.value.dbt_public_source_db }}.*",
],
flag=None,
tag=None,
resource_cfg="dbt",
)

source_freshness_tests

0 comments on commit 1854f99

Please sign in to comment.