Skip to content

[FEATURE]: Collapse profiler variants #2540

Description

@dgomez04

Problem

Several source profilers expose a variant prompt that segregates the SQL pipeline by development type or optional feature availability instead of discovering it automatically, causing a friction-heavy user experience and duplicated pipeline logic:

  • Redshift (provisioned, provisioned_multi_az, serverless)
  • Teradata (core, pdcr)

We should discover this rather than exposing it.

Proposed Solution

For each affected source, collapse its variants into a single, self-describing pipeline. Move deployment/feature identification downstream to the analysis/model layer based on the extracted data artifacts, relying on the best-effort/partial-run contract from #2541 to tolerate queries that are only valid for a subset of environments.

High-Level Acceptance Criteria

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfeat/profilerIssues related to profilerstech debtdesign flaws and other cascading effects

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions