Skip to content

Simulation to ADX connector

Breaking change

This command is no longer functional since 1.3.0
Equivalent commands have been added to csm-data a part of CosmoTech-Acceleration-Library.
Trying to run this command will give you the equivalent command to use with csm-data.

Install csm-data
pip install CosmoTech-Acceleration-Library~=0.7.0
This command will be fully removed in a future version.

Help command

> csm-orc send-to-adx --help

 Usage: csm-orc send-to-adx [OPTIONS]                                                                                 

 (Deprecated)                                                                                                         
 Uses environment variables to send content of CSV files to ADX Requires a valid Azure connection either with:        

  • The AZ cli command: az login                                                                                      
  • A triplet of env var AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET                                        

╭─ OPTIONS ──────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --dataset-absolute-path                   PATH  A local folder to store the main dataset content                   │
│                                                 ENV: CSM_DATASET_ABSOLUTE_PATH                                     │
│ --parameters-absolute-path                PATH  A local folder to store the parameters content                     │
│                                                 ENV: CSM_PARAMETERS_ABSOLUTE_PATH                                  │
│ --simulation-id                           UUID  the Simulation Id to add to records                                │
│                                                 ENV: CSM_SIMULATION_ID                                             │
│ --adx-uri                                 URI   the ADX cluster path (URI info can be found into ADX cluster page) │
│                                                 ENV: AZURE_DATA_EXPLORER_RESOURCE_URI                              │
│ --adx-ingest-uri                          URI   The ADX cluster ingest path (URI info can be found into ADX        │
│                                                 cluster page)                                                      │
│                                                 ENV: AZURE_DATA_EXPLORER_RESOURCE_INGEST_URI                       │
│ --database-name                           NAME  The targeted database name                                         │
│                                                 ENV: AZURE_DATA_EXPLORER_DATABASE_NAME                             │
│ --send-parameters/--no-send-parameters          whether or not to send parameters (parameters path is mandatory    │
│                                                 then)                                                              │
│                                                 ENV: CSM_SEND_DATAWAREHOUSE_PARAMETERS                             │
│                                                 DEFAULT: no-send-parameters                                        │
│ --send-datasets/--no-send-datasets              whether or not to send datasets (parameters path is mandatory      │
│                                                 then)                                                              │
│                                                 ENV: CSM_SEND_DATAWAREHOUSE_DATASETS                               │
│                                                 DEFAULT: no-send-datasets                                          │
│ --wait/--no-wait                                Toggle waiting for the ingestion results                           │
│                                                 ENV: WAIT_FOR_INGESTION                                            │
│                                                 DEFAULT: no-wait                                                   │
│ --web-help                                      Open the web documentation                                         │
│ --help                                          Show this message and exit.                                        │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯