Skip to content

Unable to detect same table name in different data sets #3

@KazuSh1geru

Description

@KazuSh1geru

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, 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions