-
-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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
queriesconfiguration 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
Labels
good first issueGood for newcomersGood for newcomers