We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use this template for reporting bugs in the docs.
Is partitioning by timestamp supported?
timestamp is supported / not supported. Depends on where you are looking at?
not supported https://docs.timescale.com/use-timescale/latest/hypertables/create/#create-a-hypertable
This can be a timestamptz, date, or integer. Ensure that you set the datatype for the time column as timestamptz and not timestamp.
supported https://docs.timescale.com/api/latest/hypertable/dimension_info/#notes
consistent guidenance on what column types are supported.
https://docs.timescale.com/use-timescale/latest/hypertables/create/#create-a-hypertable https://docs.timescale.com/api/latest/hypertable/dimension_info/#notes
[If known, who is a good person to ask about this topic]
[Attach images of screenshots showing the bug]
[Anything else you want to add, or further links]
We welcome documentation contributions!
The text was updated successfully, but these errors were encountered:
Thanks for calrifying that!
Sorry, something went wrong.
@swiffer thank you for reporting :-)
atovpeko
Successfully merging a pull request may close this issue.
Use this template for reporting bugs in the docs.
Describe the bug
Is partitioning by timestamp supported?
What do the docs say now?
timestamp is supported / not supported. Depends on where you are looking at?
not supported
https://docs.timescale.com/use-timescale/latest/hypertables/create/#create-a-hypertable
This can be a timestamptz, date, or integer. Ensure that you set the datatype for the time column as timestamptz and not timestamp.
supported
https://docs.timescale.com/api/latest/hypertable/dimension_info/#notes
What should the docs say?
consistent guidenance on what column types are supported.
Page affected
https://docs.timescale.com/use-timescale/latest/hypertables/create/#create-a-hypertable
https://docs.timescale.com/api/latest/hypertable/dimension_info/#notes
Subject matter expert (SME)
[If known, who is a good person to ask about this topic]
Screenshots
[Attach images of screenshots showing the bug]
Any further info
[Anything else you want to add, or further links]
Contributing to documentation
We welcome documentation contributions!
The text was updated successfully, but these errors were encountered: