Hi Databricks Community,I'm currently trying to create a feature table under the Hive metastore in the source workspace and migrate it later to Unity Catalog. Below is the code I am using:from pyspark.sql.types import StructType, StructField, StringT...