Skip to content

Commit

Permalink
Update dbt/adapters/athena/impl.py
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Dimchenko <[email protected]>
  • Loading branch information
nicor88 and svdimchenko authored Nov 8, 2023
1 parent 55837e7 commit 6b4b58c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dbt/adapters/athena/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,6 @@ def _join_catalog_table_owners(self, table: agate.Table, manifest: Manifest) ->
)
owners_table = agate.Table.from_object(owners)

print(table)
print(owners_table)

# Join owners with the results from catalog
join_keys = ["table_database", "table_schema", "table_name"]
return table.join(
Expand Down

0 comments on commit 6b4b58c

Please sign in to comment.