Forum Discussion
MarouaneB
10 months agoNew Member
The Delta table uses the 'v2Checkpoint' feature, which is not supported : Azure Databricks to Fabric
Hello everyone, I’m trying to shortcut/mirror several Delta tables from Azure Databricks to Microsoft Fabric. These tables have the checkpoint feature enabled, and Fabric fails with the following...
- 10 months ago
- If the table is already created with v2Checkpoint, consider rewriting or exporting the data into a new Delta table using the classic checkpoint format (JSON).
You can enforce classic checkpoints in Databricks by setting:
spark.conf.set("spark.databricks.delta.checkpoint.writeFormat", "json")
Anonymous
10 months agoNot applicable
Hi MarouaneB,
Thank you for reaching out to the Microsoft Fabric Forum Community, and special thanks to Thomaslleblanc for prompt and helpful response.
Just following up to see if the Response provided by community members were helpful in addressing the issue. if the issue still persists Feel free to reach out if you need any further clarification or assistance.
Best regards,
Prasanna Kumar