Skip to content

Commit

Permalink
use variables to address source
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 2, 2024
1 parent 430a539 commit cdd0eaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 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,8 @@
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 cdd0eaa

Please sign in to comment.