• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by G Bot


29 Nov, 2024

Updated at 02 Dec, 2024

Specify schema for duplicate table dependencies.

Hello, apologies for any error, this is my first question.

I have a table table_overview with a dependency to table_tickets. Now table_tickets is present in two different schema so we essentially have service_one.table_tickets and service_two.table_tickets.

Hence I get the error:

Ambiguous Action name: {"name":"table_tickets","includeDependentAssertions":false}. Did you mean one of: service_one.table_tickets, service_two.table_tickets.

I tried adding the dependency with the following combinations but none of them worked:

  1. "table_tickets"
  2. "service_one.table_tickets"
  3. "sources.services_one.table_tickets" (because that is the folder structure to refer to the table)

Thanks in advance.