xls2ymljob

Convert Excel job descriptions into Starlake YAML job definitions.

209|30|Updated Sep 18, 2021
One-click install
npx skills add https://github.com/starlake-ai/starlake --skill xls2ymljob
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xls2ymljob
Source: https://github.com/starlake-ai/starlake/tree/main/.agent/skills/xls2ymljob
Command: npx skills add https://github.com/starlake-ai/starlake --skill xls2ymljob

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts an Excel file describing a job into a Starlake YML job definition.

Core Features & Use Cases

  • Convert a job spec Excel sheet into a YAML YML job definition for Starlake.
  • Validate and map key fields from Excel to YAML attributes to ensure consistency across environments.
  • Use Case: When you have an Excel-based job catalog and want to deploy it as a reproducible Starlake YAML job.

Quick Start

Run starlake xls2ymljob --files /path/to/job.xlsx to generate a YAML job definition.

Frequently Asked Questions about xls2ymljob

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert an Excel job catalog to a Starlake YAML definition?▼

To convert an Excel job catalog to a Starlake YAML definition, run the xls2ymljob command on your file to map Excel columns to YAML keys with validation, producing a deterministic deployment-ready YAML job definition.

What is the best way to generate Starlake YAML job definitions from XLSX files?▼

The best way to generate Starlake YAML job definitions from XLSX files is using a conversion tool that reads Excel input and validates field mappings to ensure consistency across deployment environments.

Does converting Excel to YAML for Starlake pipelines validate the mapped fields?▼

Yes, converting Excel to YAML for Starlake pipelines includes validation to map key fields from Excel columns to YAML attributes, ensuring consistency and deterministic deployment-ready output.

Can I use an Excel spreadsheet to maintain job definitions for Starlake pipelines?▼

You can use an Excel spreadsheet to maintain job definitions for Starlake pipelines by converting the Excel-based job catalog into a reproducible YAML job definition file for pipeline deployment.

When do I need to convert XLS files into Starlake YAML job definitions?▼

You need to convert XLS files into Starlake YAML job definitions when data engineers maintain job catalogs in Excel and require deterministic, deployment-ready YAML definitions for Starlake pipeline execution.