Skip to content

Enable auto-update in sample configuration #186

@Fedir-Yatsenko

Description

@Fedir-Yatsenko

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: true flag to the data query tool configuration in tools.yaml.
  • Replace pinned dataset versions with latest in datasets/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.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions