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

Implement time_bucket_gapfill_ng() #4005

Closed
sooand opened this issue Jan 19, 2022 · 0 comments · Fixed by #4641
Closed

Implement time_bucket_gapfill_ng() #4005

sooand opened this issue Jan 19, 2022 · 0 comments · Fixed by #4641
Assignees
Labels
enhancement An enhancement to an existing feature for functionality Team: Core Database time_bucket_ng

Comments

@sooand
Copy link

sooand commented Jan 19, 2022

What type of enhancement is this?

User experience

What subsystems and features will be improved?

Gapfill

What does the enhancement do?

Right now to do time_buckets by non fixed times e.g yearly, monthly and quarterly we need to use timescaledb_experimental.time_bucket_ng. Which seems to work. But I can't seem to find any way to gapfill results like time_bucket_gapfill. I would expect a similar function: timescaledb_experimental.time_bucket_ng_gapfill

SME: @svenklemm

Implementation challenges

what time_bucket_gapfill is to time_bucket should timescaledb_experimental.time_bucket_ng_gapfill be to timescaledb_experimental.time_bucket_ng


References

@sooand sooand added the enhancement An enhancement to an existing feature for functionality label Jan 19, 2022
@jfjoly jfjoly changed the title [Enhancement]: time_bucket_ng should support "gapfill" Implement time_bucket_gapfill_ng() Mar 10, 2022
@svenklemm svenklemm self-assigned this Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement to an existing feature for functionality Team: Core Database time_bucket_ng
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants