Skip to content

rds-send-csv

Help command

> csm-data api rds-send-csv --help

 Usage: csm-data api rds-send-csv [OPTIONS]                                     

 Send all csv files from a folder to the results service of the Cosmo Tech API  
 Requires a valid connection to the API to send the data                        

╭─ OPTIONS ────────────────────────────────────────────────────────────────────╮
│ *  --source-folder      PATH        The folder containing csvs to send       │
│                                     ENV: CSM_DATASET_ABSOLUTE_PATH           │
│                                     [required]                               │
│ *  --organization-id    o-XXXXXXXX  An organization id for the Cosmo Tech    │
│                                     API                                      │
│                                     ENV: CSM_ORGANIZATION_ID                 │
│                                     [required]                               │
│ *  --workspace-id       w-XXXXXXXX  A workspace id for the Cosmo Tech API    │
│                                     ENV: CSM_WORKSPACE_ID                    │
│                                     [required]                               │
│ *  --runner-id          r-XXXXXXXX  A runner id for the Cosmo Tech API       │
│                                     ENV: CSM_RUNNER_ID                       │
│                                     [required]                               │
│ *  --run-id             run-XXXXXX  A run id for the Cosmo Tech API          │
│                                     ENV: CSM_RUN_ID                          │
│                                     [required]                               │
│    --web-help                       Open the web documentation               │
│    --help                           Show this message and exit.              │
╰──────────────────────────────────────────────────────────────────────────────╯