I Implement the Account, Event Dataset.
Both datasets have filter table.
assertion.js
const commonAssertions = require("dataform-assertions");
const commonAssertionsResult = commonAssertions({
globalAssertionsParams: {
"schema": "dataform_assertions_" + dataform.projectConfig.vars.env,
"location": "asia-northeast1",
"tags": ["assertions"],
},
uniqueKeyConditions: {
"filter": ["Id"]
}
});
console
Ambiguous Action name: {"name":"filter"}. Did you mean one of:
Account.filter,
Event.filter,
I Implement the
Account,EventDataset.Both datasets have
filtertable.assertion.js
console