Skip to content

Commit 1c47146

Browse files
author
Hugo Rialan
committed
Update Readme
1 parent 26cc897 commit 1c47146

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ const commonAssertions = require("dataform-assertions");
4646

4747
const commonAssertionsResult = commonAssertions({
4848
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
5555
},
5656
rowConditions: {
5757
"your_table": {
58-
"your_condition": "your-SQL-condition"
58+
"id_not_null": "id IS NOT NULL",
5959
}
6060
}
6161
});

0 commit comments

Comments
 (0)