-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
enhancementNew feature or requestNew feature or request
Description
StatGPT Backend version
latest
What is the problem this feature will solve?
The auto-update functionality has been implemented (see #130, #178, #182), but the sample configuration files in configurations/ do not reflect it. Channels are missing the allow_auto_update flag, and datasets use pinned version numbers (e.g., "21.0.0", "9.0.0") instead of the latest identifier. This means auto-update cannot work out of the box with the provided configuration.
What is the proposed feature or solution?
Update the configuration files in configurations/clients/sample/:
- Add the
allowAutoUpdate: trueflag to the data query tool configuration intools.yaml. - Replace pinned dataset versions with
latestindatasets/imf.yaml(and any other dataset files).
What alternatives have you considered?
Leaving configuration as-is and requiring operators to manually update version numbers and enable the flag per deployment. This adds unnecessary setup steps and reduces the value of the sample configuration as a reference.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request