Deploy tested Dataform table to production
Deploys a Dataform table to production after verifying dev tests pass and documentation is complete. Use this when you're ready to promote a tested table from development to production with safety checks.
/plugin marketplace add ihistand/claude-plugins/plugin install dataform-toolkit@ihistandYou are deploying a Dataform table to production using best practices from the dataform-engineering-fundamentals skill.
Workflow:
dataform run --dry-run --actions <table_name> (production dry-run)dataform run --actions <table_name> (production execution)Critical: Never deploy without dev testing first. Wrong results delivered quickly are worse than correct results delivered with a small delay.