Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for data tiering #239

Open
7 tasks
sebastianwebber opened this issue Nov 14, 2024 · 1 comment
Open
7 tasks

add support for data tiering #239

sebastianwebber opened this issue Nov 14, 2024 · 1 comment

Comments

@sebastianwebber
Copy link
Contributor

Suggested implementation plan

Data tiering support is handled by the API call ToggleDataTiering.

Implement the missing method in the client

  • add the new mutation query (example)
  • implement the client function (example)
  • patch other queries that query the service (example)
  • update client.Service with the new fields ( dataTieringSettings.enable)

Patching the resources in Terraform events

On update

  • add the conditional call in (r *ServiceResource) Update() (example)
  • add tests on TestServiceResource_Default_Success

On create

  • implement the on update action in the (r *ServiceResource) Create()
@minkimipt
Copy link
Contributor

@sebastianwebber something similar might be needed for the the call enabling data tiering in projects:
https://github.com/timescale/savannah-projects/pull/1149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants