Skip to content
New issue

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

on-run-end hook failed on Spark for concurrent dbt runs #1718

Open
tinolyuu opened this issue Oct 8, 2024 · 0 comments
Open

on-run-end hook failed on Spark for concurrent dbt runs #1718

tinolyuu opened this issue Oct 8, 2024 · 0 comments
Labels
Bug Something isn't working Triage 👀

Comments

@tinolyuu
Copy link

tinolyuu commented Oct 8, 2024

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

@tinolyuu tinolyuu added Bug Something isn't working Triage 👀 labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage 👀
Projects
None yet
Development

No branches or pull requests

1 participant