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
8 changes: 0 additions & 8 deletions cosmotech/translation/coal/en-US/coal/services/dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ writing_file: "Writing file: {file_name} (type: {file_type})"
file_written: "File written: {file_path}"
files_created: "Created {count} files in folder: {folder}"

# ADT specific
adt_connecting: "Connecting to ADT instance at {url}"
adt_no_credentials: "No credentials available for ADT connection"
adt_querying_twins: "Querying digital twins"
adt_twins_found: "Found {count} digital twins"
adt_querying_relations: "Querying relationships"
adt_relations_found: "Found {count} relationships"

# File specific
file_downloading: "Downloading file dataset (organization: {organization_id}, workspace: {workspace_id}, file: {file_name})"
listing_workspace_files: "Listing workspace files"
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Azure connection requirements
azure-core~=1.38
azure-functions~=1.20
azure-digitaltwins-core~=1.2
azure-identity~=1.16
azure-kusto-data~=4.4
azure-kusto-ingest~=4.4
Expand All @@ -11,7 +10,7 @@ tenacity~=9.1
python-keycloak~=5.8

# Cosmotech specific requirements
cosmotech-api~=5.0.0rc1
cosmotech-api~=5.2.0


# Commands requirements
Expand All @@ -23,7 +22,7 @@ singlestoredb~=1.16
cosmotech-run-orchestrator~=2.1.0

# Data store requirements
pyarrow~=22.0
pyarrow~=25.0.1
adbc-driver-manager~=1.7
adbc-driver-sqlite~=1.7
adbc-driver-postgresql~=1.7
Expand Down
Loading