Forum Discussion
AdilH
2 years agoHelper I
Cannot create delta table in lakehouse
All, We have a fabric capacity in West-europe and since this morning we cannot create delta tables in lakehouse(existing) The error message is : "Create database for <<Lakehouse>> is not permitt...
AdilH
2 years agoHelper I
Script :
from pyspark.sql.types import *
from delta.tables import *
DeltaTable.createIfNotExists(spark).tableName("test_2") \
.addColumn("start_ts",TimestampType()) \
.addColumn("end_ts",TimestampType()) \
.addColumn("last_update_ts",TimestampType()) \
.addColumn("column1",IntegerType()) \
.addColumn("column2",IntegerType()) \
.addColumn("column3",IntegerType()) \
.addColumn("column4",IntegerType()) \
.addColumn("column5",DateType()) \
.addColumn("column6",DateType()) \
.addColumn("column7",IntegerType()) \
.addColumn("column8",IntegerType()) \
.addColumn("column9",IntegerType()) \
.addColumn("column10",IntegerType()) \
.addColumn("column11",IntegerType()) \
.addColumn("column12",IntegerType()) \
.addColumn("action",StringType()) \
.partitionedBy("column1")\
.execute()
Anonymous
2 years agoNot applicable
Hi AdilH ,
Just want to check have you detached any lakehouse or the attached lakehouse was deleted?
- AdilH2 years agoHelper I
No, none of this
- Anonymous2 years agoNot applicable
Hi AdilH ,
Internal Team suggest to open a support ticket.Please reach out to our support team so they can do a more thorough investigation on why this it is happening: Link
After creating a Support ticket please provide the ticket number as it would help us to track for more information.
Hope this helps. Please let us know if you have any other queries.
- Anonymous2 years agoNot applicable
Hello AdilH ,
We haven’t heard from you on the last response and was just checking back to see if you got a chance to create a support ticket.
After creating a Support ticket please provide the ticket number as it would help us to track for more information.