Skip to content

Support for per-instance query sets #744

@xav-db

Description

@xav-db

Problem

Currently, queries are configured globally, which could be problematic for projects that need different sets of queries for different environments or instances (e.g., test queries vs production queries) within the same project.

Current Behavior

  • Queries are set at a global level
  • All instances in a project use the same query configuration

Potential Use Case

A project might want:

  • Test queries for development/testing instances
  • Production queries for live instances
  • Different query sets for different deployment environments

Proposed Solution

Instance-level Query Configuration

  • Allow optional queries configuration in each instance rather than keeping it at the top level
  • Allow per-instance query overrides

Discussion Notes

  • This might be solved adequately by using git branches for different environments
  • The team is unsure if this is a common enough use case to prioritize
  • Decision: Leave for now but monitor for user requests

Priority

Low - watch and wait for user feedback

Labels

  • enhancement
  • needs-user-feedback
  • low-priority

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions