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

Incremental models #4834

Merged
merged 32 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a01dd82
Model resource changes
begelundmuller Apr 30, 2024
0491851
Merge branch 'main' into begelundmuller/incremental-models
begelundmuller May 1, 2024
c6b3787
Update new model spec
begelundmuller May 1, 2024
d8698c5
Update parser for new model spec
begelundmuller May 1, 2024
f6c0d89
Add output_table to model state + fix errors in tests
begelundmuller May 1, 2024
03c080f
Implement reconciler
begelundmuller May 2, 2024
2266a3d
Implement duckdb model executor
begelundmuller May 3, 2024
ec6cb1b
Add props resolution with incremental support
begelundmuller May 3, 2024
a0879c7
Fix issues
begelundmuller May 3, 2024
edf39c1
Fix frontend
begelundmuller May 3, 2024
5e8310e
Merge branch 'main' into begelundmuller/incremental-models
begelundmuller May 3, 2024
c61263a
Support incremental state resolver
begelundmuller May 3, 2024
f448939
Merge branch 'main' into begelundmuller/incremental-models
begelundmuller May 6, 2024
d1979d3
Self review
begelundmuller May 6, 2024
7fc9fd4
Fix CI
begelundmuller May 6, 2024
d4476fd
Merge branch 'main' into begelundmuller/incremental-models
begelundmuller May 7, 2024
229b9f8
Reduce nesting by extracting logic to util funcs
begelundmuller May 7, 2024
f203a7e
Refactor model executor interface
begelundmuller May 7, 2024
e14e6fe
Fix lint
begelundmuller May 7, 2024
fd2c141
Support appends and merges
begelundmuller May 9, 2024
05e1143
Clickhouse modeling
begelundmuller May 9, 2024
868e2bd
Fix test
begelundmuller May 9, 2024
ab1d4e4
Fix lint
begelundmuller May 9, 2024
e6f3fbe
Merge branch 'main' into begelundmuller/incremental-models
begelundmuller May 10, 2024
63841e0
Rename file
begelundmuller May 10, 2024
3f0a420
Incremental BigQuery to DuckDB
begelundmuller May 10, 2024
6fdd191
Fixes
begelundmuller May 10, 2024
13af342
Fix spec/refs hash for incremental models
begelundmuller May 13, 2024
6143715
Misc. fixes
begelundmuller May 13, 2024
9b9474e
Merge branch 'main' into begelundmuller/incremental-models
begelundmuller May 14, 2024
5fe677d
Rename "state" to "incremental state" to avoid ambiguity
begelundmuller May 14, 2024
bb681ab
Merge branch 'main' into begelundmuller/incremental-models
begelundmuller May 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proto/gen/rill/admin/v1/admin.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@ definitions:
`NullValue` is a singleton enumeration to represent the null value for the
`Value` type union.

The JSON representation for `NullValue` is JSON `null`.
The JSON representation for `NullValue` is JSON `null`.

- NULL_VALUE: Null value.
rpcStatus:
Expand Down
Loading
Loading