Skip to content

datarobot_genai.drtools.panels.datasource

datasource

Connector-sourced panels.

Lets a Dataset panel contain (and filter) data from any datasource supported by the DataRobot connectors framework. Source-side filtering is pushed down via SQL (catalog_query_datastore); the result is materialized to Parquet and stored as the panel's payload through the Files API. The originating datastore_id + sql are recorded in execution_context for lineage and later refresh.