🎨 v2.6.17 Enhance pipeline editing, fix dropping pipes with custom schema. #189
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v2.6.17
Add relative deltas to
starting in
scheduler syntax.You may specify a delta in the job scheduler
starting
syntax:Fix
drop pipes
for pipes on custom schemas.Pipes created under a specific schema are now correctly dropped.
Enhance editing pipeline jobs.
Pipeline jobs now provide the job label as the default text to be edited. Pipeline arguments are now placed on a separate line to improve legibility.
Disable the progress timer for jobs.
The
sync pipes
progress timer will now be hidden when running through a job.Unset
MRSM_NOASK
for daemons.Now that jobs may accept user input, the environment variable
MRSM_NOASK
is no longer needed for jobs run as daemons (executorlocal
).Replace
Cx_Oracle
withoracledb
.The Oracle SQL driver is no longer required now that the default Python binding for Oracle is
oracledb
.Fix Oracle auto-incrementing for good.
At long last, the mystery of Oracle auto-incrementing identity columns has been laid to rest.