superset_sqllab_format_sql
Pretty-print SQL queries with proper indentation to improve readability. Use this tool to clean up unformatted SQL before executing in Apache Superset SQL Lab.
Instructions
Format a SQL query (pretty print with indentation).
Args: sql: SQL query to format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |