You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Microsoft Fabric lakehouse with schema enabled and I am trying to create an empty delta table using the function createIfNotExists, however, I am facing an issue. Even with the raised error, the table still being created under the schema.
Steps to reproduce
Create a Microsoft Fabric lakehouse with schema enabled.
Create a Notebook and attach the lakehouse as default lakehouse to the notebook.
Load some data into the spark dataframe and execute DeltaTable.createIfNotExists(spark).tableName("silver.orderss3").execute()
The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?
Yes. I can contribute a fix for this bug independently.
Yes. I would be willing to contribute a fix for this bug with guidance from the Delta Lake community.
No. I cannot contribute a bug fix at this time.
The text was updated successfully, but these errors were encountered:
Bug
Which Delta project/connector is this regarding?
Describe the problem
I have a Microsoft Fabric lakehouse with schema enabled and I am trying to create an empty delta table using the function createIfNotExists, however, I am facing an issue. Even with the raised error, the table still being created under the schema.
Steps to reproduce
DeltaTable.createIfNotExists(spark).tableName("silver.orderss3").execute()
Observed results
Further details
Environment information
Willingness to contribute
The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?
The text was updated successfully, but these errors were encountered: