validate-journey
Journey YAML Validation
tdx journey validate # Validate all journey YAML files locally
tdx journey validate path/to/journey.yml # Validate specific file
tdx journey push --dry-run # Preview changes before push
Validation Checks
Structure Validation
| Code | Level | Description |
|---|---|---|
MISSING_NAME |
error | Journey missing name field |
MISSING_STAGES |
error | Journey has no stages defined |
MISSING_GOAL |
warning | Journey has no goal defined |
DUPLICATE_LATEST |
error | Multiple versions/journeys have latest: true |
TOO_MANY_STAGES |
error | More than 8 stages |
More from treasure-data/td-skills
pytd
Expert assistance for using pytd (Python SDK) to query and import data with Treasure Data. Use this skill when users need help with Python-based data analysis, querying Presto/Hive, importing pandas DataFrames, bulk data uploads, or integrating TD with Python analytical workflows.
20workflow
Manages TD workflows using `tdx wf` commands. Covers project sync (pull/push/clone), running workflows, monitoring sessions/attempts, task timeline visualization, retry/kill operations, and secrets management. Use when users need to manage, monitor, or debug Treasure Workflow projects via tdx CLI.
3tdx-basic
Executes tdx CLI commands for Treasure Data. Covers `tdx databases`, `tdx tables`, `tdx describe`, `tdx query`, `tdx auth setup`, context management with profiles/sessions, and output formats (JSON/TSV/table). Use when users need tdx command syntax, authentication setup, database/table exploration, schema inspection, or query execution.
3field-agent-documentation
Comprehensive template and guidelines for documenting Field Agents including technical specifications, system prompts, tool specifications, user interactions, and standardized documentation structure
2trino
TD Trino SQL with TD-specific functions (td_interval, td_time_range, td_time_string, td_sessionize). Use for time-based filtering, partition pruning, and TD query patterns.
2parent-segment-analysis
Query and analyze CDP parent segment database data. Use `tdx ps desc -o` to get output database schema, then query customers and behavior tables. Use when exploring parent segment data, building reports, or analyzing customer attributes and behaviors.
2