Closed sanromeo closed 2 months ago
@sanromeo isn't this a consequence of this PR https://github.com/dbt-athena/dbt-athena/pull/702? looks like that the comment it's added, but for optimize and vacuum shouldn't be added.
@nicor88 yes, that are consequences of my previous PR, so I've created one more #705
Is this a new bug in dbt-athena?
Current Behavior
14:46:11 On model.data_models.table1: vacuum "awsdatacatalog"."sandbox_roman_korsun"."table1" -- / {"app": "dbt", "dbt_version": "1.8.1", "profile_name": "athena", "target_name": "local" /
Expected Behavior
14:46:11 On model.data_models.table1: vacuum "awsdatacatalog"."sandbox_roman_korsun"."table1"
Steps To Reproduce
Write vaccum or optimize query in post-hook and run model with configured post-hook
Environment
Additional Context
No response