Datasets
ayx one datasets provides read-only access to the Alteryx One dataset library: the imported source datasets and the wrangled datasets derived from them.
Quick reference
Section titled “Quick reference”| Command | What it does |
|---|---|
ayx one datasets list |
List datasets in the user-facing dataset library |
ayx one datasets count |
Count datasets in the library |
ayx one datasets wrangled list |
List wrangled datasets |
ayx one datasets wrangled count |
Count wrangled datasets |
ayx one datasets wrangled detail <id> |
Inspect a wrangled dataset by id |
ayx one datasets imported detail <id> |
Inspect an imported dataset by id |
List the library
Section titled “List the library”ayx one datasets listayx one datasets countAdd --profile <name> to target a non-default workspace.
Wrangled datasets
Section titled “Wrangled datasets”Wrangled datasets are the recipe-driven outputs derived from imported sources:
ayx one datasets wrangled listayx one datasets wrangled detail <id>Imported datasets
Section titled “Imported datasets”Inspect an imported source dataset by id:
ayx one datasets imported detail <id>JSON output
Section titled “JSON output”Pass --output json for structured output. --output is a global flag, so it can appear before or after the subcommand:
ayx --output json one datasets listThe envelope is { ok, message, timestamp_utc, data } on success; failures also include error_code.
Related
Section titled “Related”- Connections — the data connections that back imported datasets
- Alteryx One overview — all
ayx oneareas