Skip to content

Fix issue with incremental model merge not dropping global temp tables #21

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

Closed
wants to merge 1 commit into from

Conversation

algol68
Copy link
Contributor

@algol68 algol68 commented Jun 9, 2022

with incremental models, oracle is not dropping global temp tables that are used as part of the merge process.
this will ensure in-use-exception will not occur as it will truncate table first and then drop it.

tested with:
python 3.9.1
dbt-core 1.0.7
dbt-oracle 1.0.2

with incremental models, oracle is not dropping global temp tables that are used as part of the merge process.
this will ensure in-use-exception will not occur as it will truncate table first and then drop it.

tested with:
python 3.9.1
dbt-core 1.0.7
dbt-oracle 1.0.2
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 9, 2022
@aosingh
Copy link
Member

aosingh commented Jun 9, 2022

Hi @algol68
This is already addressed and fixed in release/v1.0.3

#12

@aosingh aosingh closed this Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants