Hi Community members,
I tried creating a Delta UniForm table using databricks notebook. I created a database without providing location. It took the dbfs default storage location. On top of that I was able to create a Delta UniForm table.
Then I tried creating database with AWS s3 location. Database was created. Then I tried putting a Delta UniForm table and I was getting error :
Error in SQL statement: AnalysisException: Unknown configuration was specified: delta.enableIcebergCompatV2
It seems the Delta UniForm table is created successfully on dbfs but failed to get created on AWS s3.
AWS s3 API for Delta Uniform not supported yet?