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

Make dbt snapshot command work on Oracle target #458

Open
1 task
boxysean opened this issue Dec 10, 2024 · 0 comments
Open
1 task

Make dbt snapshot command work on Oracle target #458

boxysean opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@boxysean
Copy link

boxysean commented Dec 10, 2024

Describe the feature

With Trino using a catalog in Oracle as a target, the following error is thrown when executing dbt snapshot:

TrinoUserError(type=USER_ERROR, name=NOT_SUPPORTED, message="This connector does not support modifying table rows", query_id=20241203_215122_00342_xjxt3)

On inspection of the queries run against the database we saw that MERGE statements were being used, but Trino documentation shows that MERGE clauses are not supported in combination with Oracle.

Please implement dbt snapshot without MERGE statements on Oracle target.

Describe alternatives you've considered

Use dbt-oracle directly without Trino.

Who will benefit?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@boxysean boxysean added the enhancement New feature or request label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant