tdl-load-files¶
Help command
> csm-data api tdl-load-files --help
Usage: csm-data api tdl-load-files [OPTIONS]
Query a twingraph and loads all the data from it
Will create 1 csv file per node type / relationship type
The twingraph must have been populated using the "tdl-send-files" command for
this to work correctly
Requires a valid connection to the API to send the data
╭─ OPTIONS ────────────────────────────────────────────────────────────────────╮
│ * --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] │
│ --scenario-id s-XXXXXXXX A scenario id for the Cosmo Tech API │
│ ENV: CSM_SCENARIO_ID │
│ --runner-id r-XXXXXXXX A runner id for the Cosmo Tech API │
│ ENV: CSM_RUNNER_ID │
│ * --dir PATH Path to the directory to write the │
│ results to │
│ ENV: CSM_DATASET_ABSOLUTE_PATH │
│ [required] │
│ --web-help Open the web documentation │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯