Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/scripts/fabric/fabric_data_ingester.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from datetime import datetime, timezone
import os
import sys
from azure.identity import AzureCliCredential
from azure.kusto.data import KustoConnectionStringBuilder, KustoClient
from azure.kusto.data.exceptions import KustoServiceError
Expand Down Expand Up @@ -284,4 +285,3 @@ def load_data_to_fabric(
except Exception as e:
print(f"\n❌ Unexpected error: {e}")
sys.exit(1)
exit(1)
1 change: 0 additions & 1 deletion infra/scripts/fabric/fabric_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,3 @@ def setup_fabric_database(
except Exception as e:
print(f"\n❌ Unexpected error: {e}")
sys.exit(1)
exit(1)
Loading