rotor.cellLanguages |
{ "%": "sql" } |
Language IDs to apply to notebook code cells by first magic-line prefix. |
rotor.connections |
ClickHouse, Greenplum, Trino aliases |
SQL connection aliases used for display and metadata. |
rotor.dialectByConnection |
ClickHouse, Greenplum, Trino dialects |
SQLFluff dialect names keyed by Rotor connection alias. |
rotor.sqlLint.enabled |
true |
Enable SQLFluff diagnostics for Rotor SQL notebook cells. |
rotor.sqlLint.sqlfluffPath |
sqlfluff |
Path to the SQLFluff executable. |
rotor.sqlLint.ignoreLocalConfig |
true |
Run SQLFluff diagnostics without local project config files. |
rotor.sqlLint.debug |
false |
Write SQLFluff diagnostic pipeline details to the Rotor output channel. |
rotor.sqlLint.errorCodes |
PRS, LXR, TMP |
SQLFluff codes or prefixes shown as errors. |
rotor.sqlLint.criticalCodesByDialect |
common parser and semantic rules |
Dialect-specific codes or prefixes shown as execution-risk errors. |
rotor.sqlLint.ignoredCodes |
LT13 |
SQLFluff codes or prefixes Rotor should never show. |
rotor.sqlLint.otherSeverity |
off |
Severity for non-ignored, non-critical SQLFluff violations. |
rotor.sqlFormat.ignoreLocalConfig |
true |
Run SQLFluff format without local project config files. |
rotor.openMetadata.baseUrl |
https://metadata.ecom.tech |
OpenMetadata server URL used for SQL metadata features. |
rotor.outputMode |
mirror-and-collapse |
Controls how notebook output is mirrored into Query Result. |