genie-space-export-import-api
Installation
SKILL.md
Genie Space Export/Import API
Overview
This skill provides comprehensive patterns for programmatically creating, exporting, and importing Databricks Genie Spaces via the REST API. It covers the complete GenieSpaceExport JSON schema, API endpoints, common deployment errors, and production-ready workflows including variable substitution and asset inventory-driven generation.
When to Use This Skill
Use this skill when you need to:
- Programmatically deploy Genie Spaces via REST API (CI/CD pipelines, environment promotion)
- Export Genie Space configurations for version control, backup, or migration
- Troubleshoot API deployment errors (
BAD_REQUEST,INVALID_PARAMETER_VALUE,INTERNAL_ERROR) - Implement cross-workspace deployment with template variable substitution
- Generate Genie Spaces from asset inventories to prevent non-existent table errors
- Validate Genie Space JSON structure before deployment
- Understand the complete GenieSpaceExport schema (config, data_sources, instructions, benchmarks)