amitpphatak
Databricks Partner

I fixed this issue by providing a MANAGED LOCATION for the catalog - meant updating the _resources/00-init file as follows - 

spark.sql(f"CREATE CATALOG IF NOT EXISTS {catalog} MANAGED LOCATION '<location path>'")