We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Got this error when running multiple dbt models at the same time
Conflicting commit: {"timestamp":1727626311790,"operation":"DELETE","operationParameters":{"predicate":["true"]},"readVersion":21941,"isolationLevel":"Serializable","isBlindAppend":false,"operationMetrics":{"numRemovedFiles":"1","numRemovedBytes":"93969","numCopiedRows":"0","numDeletionVectorsAdded":"0","numDeletionVectorsRemoved":"0","numAddedChangeFiles":"0","executionTimeMs":"1736","numDeletionVectorsUpdated":"0","numDeletedRows":"2151","scanTimeMs":"1735","numAddedFiles":"0","numAddedBytes":"0","rewriteTimeMs":"0"},"engineInfo":"Apache-Spark/3.5.1 Delta-Lake/3.1.0","txnId":"4df3ddeb-e2ff-4653-86ed-a58a9d632eff"}
The error came from this query
delete from elementary.dbt_models where 1=1
To Reproduce
Run multiple dbt jobs in parallel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Got this error when running multiple dbt models at the same time
The error came from this query
To Reproduce
Run multiple dbt jobs in parallel
The text was updated successfully, but these errors were encountered: