Open pierrebzl opened 5 months ago
@pierrebzl is this ready for review? If so we can move it from the draft state, and I can start to review it.
@pierrebzl is this ready for review? If so we can move it from the draft state, and I can start to review it.
Yes, sorry I was away for the past 2 weeks. Yes, this part is RFR but I don't think it covers all the use case of temp table creation yet.
functional test seems to be failed, pls take a look there
Description
As described in https://github.com/dbt-athena/dbt-athena/issues/662, this intend to extend
temp_schema
option table materialization that requires to create transient temporary tables.After this PR, with
temp_schema
set on all your models that use table maaterialization, you should not see any tmp tables created inside model target schemas.Models used to test - Optional
Checklist