Skip to content

Commit

Permalink
fix: column_metadata_catalog_column method to default value table_cat…
Browse files Browse the repository at this point in the history
…alog
  • Loading branch information
bichitra95 committed Jun 7, 2023
1 parent f000c70 commit f4337d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions soda/athena/soda/data_sources/athena_data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ def quote_column(self, column_name: str) -> str:
def regex_replace_flags(self) -> str:
return ""

@staticmethod
def column_metadata_catalog_column() -> str:
return "table_schema"

def default_casify_table_name(self, identifier: str) -> str:
return identifier.lower()

Expand Down

0 comments on commit f4337d5

Please sign in to comment.