schema_explain_tool
Run EXPLAIN on SQL profiles to generate explain output files. Optionally execute seed SQL before each EXPLAIN.
Instructions
Run EXPLAIN for each profile in query_profiles_json (JSON: name -> SQL). Optional seed_sql_json (JSON array of SQL) runs before EXPLAIN. Writes explain_.txt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_entity_id | No | schema_entity | |
| query_profiles_json | No | {} | |
| seed_sql_json | No | [] | |
| root_dir | No | ||
| artifacts_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||