Skip to content

Commit

Permalink
disable pyiceberg info logs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorritsandbrink committed Dec 1, 2024
1 parent ba75445 commit de0086e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ def _create_pipeline_instance_id(self) -> str:
# disable googleapiclient logging
logging.getLogger("googleapiclient.discovery_cache").setLevel("WARNING")

# disable pyiceberg logging
logging.getLogger("pyiceberg").setLevel("WARNING")

# reset and init airflow db
import warnings

Expand Down

0 comments on commit de0086e

Please sign in to comment.