Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulalgorithm committed Oct 30, 2024
1 parent 3e7e9f6 commit 0de3c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaphor/great_expectations/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,5 @@ def _extract_database_from_sqlalchemy_url(url: URL, platform: DataPlatform) -> s
return url.database or ""

database = url.database or ""
logger.warning(f"Using {database} for platform = {platform.value}")
logger.info(f"Using {database} for platform = {platform.value}")
return database

0 comments on commit 0de3c5d

Please sign in to comment.