seeking advice on a new adapter for doris with incremental model #5765
Unanswered
catpineapple
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi , i am trying to build a new adapter for apache doris, But the implementation in incremental mode encountered some problems:
doris :All import operations in Doris have atomicity guarantees, that is, the data in an import job either all succeed or all fail. It will not happen that only part of the data is imported successfully.
for dbt-doris:
When multiple transactions are executed in parallel, only some of them succeed, How should I design a solution: overall rollback or identify failed models for retry to improve the user's operating experience
Looking forward to your response.
Beta Was this translation helpful? Give feedback.
All reactions