Hello community,
We're cloning (deep clones) data objects of the production catalog to our non-production catalog weekly. The non-production catalog is used to run our DBT transformation to ensure we're not breaking any production models.
Lately, we have experienced several cases with certain schemas that all the tables and views in there throw this error class: TABLE_OR_VIEW_NOT_FOUND. As previously mentioned, we started to face this issues very recently.
As a workaround we have deleted and cloned the tables again, but this is not a viable solution for much longer.
Anybody experiencing or has experienced similar issues with clones?
Thanks