Hey all - when I upgrade kedro-viz to 6.7, I get t...
# questions
l
Hey all - when I upgrade kedro-viz to 6.7, I get these warnings with the databricks managed datasets in the catalog. Is this expected?
Copy code
2023-11-24 11:18:47,641 - kedro_datasets.databricks.managed_table_dataset - WARNING - error occured while trying to find table: [SCHEMA_NOT_FOUND] The schema `datarobot_db` cannot be found. Verify the spelling and correctness of the schema and catalog.
If you did not qualify the name with a catalog, verify the current_schema() output, or qualify the name with the correct catalog.
To tolerate the error on drop use DROP SCHEMA IF EXISTS.