Skip to content

Commit

Permalink
Merge branch 'main' into rishimohan/sc-23110/web-crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
rishimo committed Feb 12, 2024
2 parents 08371c1 + a5b9785 commit fc8f4f1
Showing 1 changed file with 0 additions and 3 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

0 comments on commit fc8f4f1

Please sign in to comment.