I'm trying to turn the [SqlAlchemy example](https://github.com/databricks/databricks-sql-python/blob/main/examples/sqlalchemy.py) from this repo on a new instance of Databricks. I'm getting the following error: > databricks.sql.exc.ServerOperationError: [UC_COMMAND_NOT_SUPPORTED] Create sample tables/views is not supported in Unity Catalog. For context, we're not currently using the Unity Catalog. Is that required to use the latest version of the Databricks SQL Connector?