Hi,
I have Databricks cluster earlier connected to hive metastore and we have started migrating to Glue catalog.
I'm facing an issue while creating table,
Path must be absolute: <table-name>-__PLACEHOLDER__
We have provided full access to glue and s3 in the respective role.
Below is the configuration which I'm using
spark.databricks.hive.metastore.glueCatalog.enabled true
I can create a hive table without any issue
Is there anything I'm missing here ?