When trying to create a Delta table in Unity Catalog from a Parquet file using Spark SQL, the parquet. file path syntax is not accepted. According to the documentation and typical Spark behavior, ...
For Spark backticks are needed when the SQL identifier is containing hyphens. In Unity catalog I have a compatibility problem with backticks in the SQL identifier. Specifically, when I create a schema ...