You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm trying to configure auto classification agent on version 1.9 the metadata runs ok but everytime I tried to setup this agent to sample data got errors like this one
DBX.prod_bronze_pa.acsel.acep_riesgo: (databricks.sql.exc.ServerOperationError) [TABLE_OR_VIEW_NOT_FOUND] The table or view acsel.acep_riesgo cannot be found. Verify the spelling and correctness of the schema and catalog.
If you did not qualify the name with a schema, verify the current_schema() output, or qualify the name with the correct schema and catalog.
but the correct way should be prod_bronze_pa.acsel.acep_riesgo I have tried the include patterns for catalog and schema but the same result
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm trying to configure auto classification agent on version 1.9 the metadata runs ok but everytime I tried to setup this agent to sample data got errors like this one
DBX.prod_bronze_pa.acsel.acep_riesgo: (databricks.sql.exc.ServerOperationError) [TABLE_OR_VIEW_NOT_FOUND] The table or view
acsel
.acep_riesgo
cannot be found. Verify the spelling and correctness of the schema and catalog.If you did not qualify the name with a schema, verify the current_schema() output, or qualify the name with the correct schema and catalog.
but the correct way should be prod_bronze_pa.acsel.acep_riesgo I have tried the include patterns for catalog and schema but the same result
Beta Was this translation helpful? Give feedback.
All reactions