Skip to content

Commit

Permalink
Merge pull request #1 from atlanhq/athena-catalog-column
Browse files Browse the repository at this point in the history
fix: column_metadata_catalog_column method to default value for Athena
  • Loading branch information
bichitra95 committed Jun 7, 2023
2 parents e0d8f40 + f4337d5 commit c822e26
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 c822e26

Please sign in to comment.