Skip to content

Commit

Permalink
Drop unnecessary log level setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan committed Feb 12, 2024
1 parent cebe62a commit 9572c78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions metaphor/unity_catalog/profile/extractor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
import re
from typing import Collection, List, Optional, Tuple

Expand Down Expand Up @@ -33,8 +32,6 @@

logger = get_logger()

logging.getLogger("snowflake.connector").setLevel(logging.WARNING)

NON_MODIFICATION_OPERATIONS = {
"SET TBLPROPERTIES",
"ADD CONSTRAINT",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metaphor-connectors"
version = "0.13.122"
version = "0.13.123"
license = "Apache-2.0"
description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app."
authors = ["Metaphor <[email protected]>"]
Expand Down

0 comments on commit 9572c78

Please sign in to comment.