File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ const commonAssertions = require("dataform-assertions");
46
46
47
47
const commonAssertionsResult = commonAssertions ({
48
48
globalAssertionsParams: {
49
- // If not provided, the default values will be used
50
- " database" : " your-database " ,
51
- " schema" : " your-schema " ,
52
- " location" : " your -location" ,
53
- " tags" : [" your-tags " ],
54
- " disabledInEnvs" : [" your-disabled-environments " ]
49
+ // If not provided, the default Dataform project config will be used
50
+ " database" : " gcp-project-id " ,
51
+ " schema" : " bigquery-dataset " ,
52
+ " location" : " bigquery -location" ,
53
+ " tags" : [" global-assertions-tag " ],
54
+ " disabledInEnvs" : [" dv " ] // Check match with 'dataform.projectConfig.vars.env' value
55
55
},
56
56
rowConditions: {
57
57
" your_table" : {
58
- " your_condition " : " your-SQL-condition "
58
+ " id_not_null " : " id IS NOT NULL " ,
59
59
}
60
60
}
61
61
});
You can’t perform that action at this time.
0 commit comments