Skip to content

Commit

Permalink
Update test_delta_lake_abs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylJonny committed Nov 6, 2024
1 parent 0b9ec02 commit b477747
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
AZURITE_BLOB_PORT = 10000


warnings.filterwarnings(
"ignore",
message="The 'base_path' option is deprecated",
module="datahub.ingestion.source.delta_lake.config",
)

def is_azurite_up(container_name: str) -> bool:
"""Check if Azurite blob storage is responsive on a container"""
cmd = f"docker logs {container_name} 2>&1 | grep 'Azurite Blob service is successfully listening'"
Expand Down

0 comments on commit b477747

Please sign in to comment.