redash-query-runner-dormant-activatable-via-env
Redash bundles ~70 query runners but only enables those listed in the REDASH_ENABLED_QUERY_RUNNERS environment variable. New connectors register with a module-level register(cls) call against BaseQueryRunner (or BaseSQLQueryRunner / BaseHTTPQueryRunner). For R-Same, the full framework is ported from Redash but only the Snowflake runner is active by default; any of the 70 can be flipped on via config without a rebuild when future data source needs arise.
Related
- redash-query-runner-framework-ported-as-r-dash-connector-bas
- redash-query-runner-extension-architecture
- redash-query-runner-extensibility-hook
- redash-query-runner-extensibility-is-primary-integration-poi
- redash-query-runner-extensibility-pattern
- redash-query-runner-framework-dormant-activatable-connectors
- drizzle-orm-fk-references-commonly-omitted
- drizzle-orm-fk-not-implicit-requires-references
- drizzle-orm-foreign-keys-not-auto-enforced
- redash-query-runner-activation-via-env-var-not-code
- redash-query-runner-framework-ported-wholesale-to-r-same
- redash-query-runner-framework-extension-pattern
- r-dash-chart-catalog-ssoq-as-code-15-types