Skip to content

feat(tables): add partition_by and sorted_by configuration - #156

Merged
hotdata-automation[bot] merged 1 commit into
mainfrom
openapi-update-30805381906
Aug 3, 2026
Merged

feat(tables): add partition_by and sorted_by configuration#156
hotdata-automation[bot] merged 1 commit into
mainfrom
openapi-update-30805381906

Conversation

@hotdata-automation

Copy link
Copy Markdown
Contributor

Auto-generated from the updated HotData OpenAPI spec.
Source: https://github.com/hotdata-dev/www.hotdata.dev/pull/292

@hotdata-automation
hotdata-automation Bot requested a review from a team as a code owner August 3, 2026 10:24
@hotdata-automation
hotdata-automation Bot requested review from anoop-narang and removed request for a team August 3, 2026 10:24
@hotdata-automation
hotdata-automation Bot enabled auto-merge (squash) August 3, 2026 10:24
"""
One key of a table's sort order. Rows are written in this order, which keeps the values in each file within a narrow range and lets queries filtering on those columns skip files entirely. Most useful on columns you filter by ranges, such as a timestamp.
""" # noqa: E501
column: StrictStr

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super nit: column is the only field across the two new models without a description — TablePartitionKey.column has "Column the key reads.", and direction/nulls both have one. It surfaces as an empty Description cell in docs/TableSortKey.md line 9. Fix belongs upstream in the OpenAPI spec (hotdata-dev/www.hotdata.dev#292), not in this generated file. (not blocking)

@hotdata-automation
hotdata-automation Bot merged commit 1ca04cd into main Aug 3, 2026
5 checks passed
@hotdata-automation
hotdata-automation Bot deleted the openapi-update-30805381906 branch August 3, 2026 10:26
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

Successfully merging this pull request may close these issues.

0 participants