Fix syncing bools within in-place SQL pipes.
SQL pipes may now sync bools in-place. For database flavors which lack native BOOLEAN support (e.g. sqlite, oracle, mysql), then the boolean columns must be stated in pipe.dtypes.
Fix an issue with multiple users managing jobs.
Extra validation was added to the web UI to allow for multiple users to interact with jobs.
Fix a minor formatting bug with highlight_pipes().
Improved validation logic was added to prevent incorrectly prepending the Pipe( prefix.
Hold back pydantic to <2.0.0
Pydantic 2 is supported in all features except --schedule. Until rocketry supports Pydantic 2, it will be held back.
v2.0.1
Fix syncing bools within in-place SQL pipes.
SQL pipes may now sync bools in-place. For database flavors which lack native
BOOLEAN
support (e.g.sqlite
,oracle
,mysql
), then the boolean columns must be stated inpipe.dtypes
.Fix an issue with multiple users managing jobs.
Extra validation was added to the web UI to allow for multiple users to interact with jobs.
Fix a minor formatting bug with
highlight_pipes()
.Improved validation logic was added to prevent incorrectly prepending the
Pipe(
prefix.Hold back
pydantic
to<2.0.0
Pydantic 2 is supported in all features except
--schedule
. Untilrocketry
supports Pydantic 2, it will be held back.