Skip to content

Glue Table Already Exists for Temporary Tables #689

Discussion options

You must be logged in to vote

@GabrielEisenbergOlympus that's the case for hive tables.
This PR introduce the possibility of using unique_tmp_table_suffix to achieve what you want, but it works only for hive tables and stategy='insert_overwrite' (I believe that we can add also append as a stategy).

To configure what you want you can use in your dbt model this config then:

  • unique_tmp_table_suffix=true

In addition to that, you can consider to use temp_schemato store those unique tables in another glue database to isolate more access on underlying tables.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@GabrielEisenbergOlympus
Comment options

@nicor88
Comment options

@GabrielEisenbergOlympus
Comment options

@nicor88
Comment options

@GabrielEisenbergOlympus
Comment options

Answer selected by GabrielEisenbergOlympus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants