Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
This might be because of issues in transaction logs. Since this is an external table and delta format, create or replace table should be fixing the issue. This should fix the transaction log issue.
However if the issue still persists you can contact databricks support or set this confg to skip the issue.
Please backup your table, then run the repair of files
FSCK REPAIR TABLE table_name
you can also try to make dry run first
FSCK REPAIR TABLE table_name DRY RUN
if data is partitioned can be helpful to refresh metastore
MSCK REPAIR TABLE mytable
Connect with Databricks Users in Your Area
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.