File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2222 # by_table_fqn: []
2323 # >> for metricflow
2424 # dbt_dq_tool_start_date
25- # dbt_dq_tool_end_date
25+ # dbt_dq_tool_end_date
26+
27+ models :
28+ dq_tools :
29+ +database : " {{ var('dbt_dq_tool_database', target.database) }}"
30+ +schema : " {{ var('dbt_dq_tool_schema', target.schema) }}"
Original file line number Diff line number Diff line change 11{{
22 config(
3- database = var(' dbt_dq_tool_database' , target .database ),
4- schema = var(' dbt_dq_tool_schema' , target .schema ),
53 materialized = ' incremental' ,
64 on_schema_change = ' append_new_columns' ,
75 full_refresh = var(' dbt_dq_tool_full_refresh' , false)
@@ -35,4 +33,4 @@ select cast(null as {{ dbt.type_timestamp() }}) as check_timestamp
3533
3634from dummy
3735
38- where 1 = 0
36+ where 1 = 0
You can’t perform that action at this time.
0 commit comments