Skip to content

Commit

Permalink
Update metadata-ingestion/src/datahub/utilities/sqlalchemy_type_conve…
Browse files Browse the repository at this point in the history
…rter.py
  • Loading branch information
hsheth2 authored Jul 29, 2024
1 parent 0e254e3 commit b002a3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def get_native_data_type_for_sqlalchemy_type(
try:
return column_type.compile(dialect=inspector.dialect)
except Exception as e:
logger.warning(
logger.debug(
f"Unable to compile sqlalchemy type {column_type} the error was: {e}"
)

Expand Down

0 comments on commit b002a3f

Please sign in to comment.