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:
Thanks in advance.