- 3953 Views
- 5 replies
- 2 kudos
After creating the delta pipeline, I would like to get details from the dlt maintenance job automatically created by Databricks, like the scheduled time when the dlt maintenance tasks will be executed. However, it seems the Job API 2.1 doesn't cover ...
- 3953 Views
- 5 replies
- 2 kudos
Latest Reply
Hi @Debayan Mukherjee ,Actually the Databricks Jobs API documentation has not been fixed yet. The parameter `job_type` should be included in the list endpoint request documentation. Please do this in order to avoid unnecessary questions here in the ...
4 More Replies
- 2653 Views
- 3 replies
- 0 kudos
What is the best practice for a delta pipeline with very high throughput to avoid small files problem and also reduce the need for external OPTIMIZE frequently?
- 2653 Views
- 3 replies
- 0 kudos
Latest Reply
The general practice in use is to enable only optimize writes and disable auto-compaction. This is because the optimize writes will introduce an extra shuffle step which will increase the latency of the write operation. In addition to that, the auto-...
2 More Replies
- 811 Views
- 0 replies
- 0 kudos
You can use change data feed feature of delta tables as described here: https://docs.databricks.com/delta/delta-change-data-feed.html
- 811 Views
- 0 replies
- 0 kudos