.agents/skills/esload/SKILL.md
Load data into Elasticsearch
npx skillsauth add starlake-ai/starlake-skills esloadInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Loads data from files (Parquet, JSON) into Elasticsearch indices. Supports custom mappings, document IDs, and timestamp-based index naming.
starlake esload [options]
--domain <value>: Domain name (required)--schema <value>: Schema/table name (required)--format <value>: Input file format: parquet, json, or json-array (required)--dataset <value>: Path to the input dataset--timestamp <value>: Elasticsearch index timestamp suffix, e.g. {@timestamp|yyyy.MM.dd}--id <value>: Attribute name to use as the Elasticsearch document ID--mapping <value>: Path to a custom Elasticsearch mapping file--conf k1=v1,k2=v2: Elasticsearch-Spark configuration options--reportFormat <value>: Report output format: console, json, or htmlstarlake esload --domain starbake --schema orders --format parquet
starlake esload --domain starbake --schema orders --format json --id order_id
starlake esload --domain starbake --schema orders --format parquet --timestamp "{@timestamp|yyyy.MM.dd}"
starlake esload --domain starbake --schema orders --format json --mapping /path/to/mapping.json
starlake esload --domain starbake --schema orders --format parquet --dataset /data/orders/
development
Design SQL transformations for data pipelines with quality checks and dependency management. Use when the user says "design transforms" or "create SQL transformations".
devops
Plan and track sprint progress for data pipeline implementation. Use when the user says "sprint planning" or "plan data sprint".
testing
Analyze data sources in depth: schema, quality, volume, and extraction strategy. Use when the user says "analyze data source" or "profile this data source".
data-ai
Design Starlake-compatible table schemas with types, constraints, privacy, and expectations. Use when the user says "design schema" or "create table definition".