Test Dataform table in dev environment with safety checks
Tests Dataform tables in dev environment with safety checks and validation
/plugin marketplace add ihistand/claude-plugins/plugin install dataform-toolkit@ihistandYou are testing a Dataform table using best practices from the dataform-engineering-fundamentals skill.
Workflow:
dataform compile to check syntaxdataform run --schema-suffix dev --dry-run --actions <table_name> to validate SQLdataform run --schema-suffix dev --actions <table_name> to execute in devCritical: Always use --schema-suffix dev for testing. Never test directly in production.