Skip to content

Commit

Permalink
remove formatting diffs for a more readable PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 9, 2024
1 parent 7fe461a commit 0f5301f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 153 deletions.
3 changes: 1 addition & 2 deletions dbt-athena/src/dbt/adapters/athena/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1227,8 +1227,7 @@ def _generate_snapshot_migration_sql(self, relation: AthenaRelation, table_colum
"""
)
staging_sql = self.execute_macro(
"create_table_as",
kwargs=dict(temporary=True, relation=staging_relation, compiled_code=ctas),
"create_table_as", kwargs=dict(temporary=True, relation=staging_relation, compiled_code=ctas)
)

backup_relation = relation.incorporate(path={"identifier": relation.identifier + "__dbt_tmp_migration_backup"})
Expand Down
Loading

0 comments on commit 0f5301f

Please sign in to comment.