DagsterConnection
Dagster Metadata Database Connection Config
Properties
type: Service Type. Refer to #/definitions/DagsterType. Default:Dagster.host(string): URL to the Dagster instance.token(string): To Connect to Dagster Cloud.timeout(integer): Connection Time Limit Between OM and Dagster Graphql API in second. Default:1000.stripAssetKeyPrefixLength(integer): Number of leading segments to remove from asset key paths before resolving to tables. Dagster asset keys are path-like identifiers (e.g.,["project", "environment", "schema", "table"]). Use this setting to strip prefix segments beyond the database/schema/table hierarchy. Default:0.pipelineFilterPattern: Regex exclude pipelines. Refer to ../../../../type/filterPattern.json#/definitions/filterPattern.supportsMetadataExtraction: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.
Definitions
DagsterType(string): Service type. Must be one of:['Dagster']. Default:Dagster.
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.