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

🎨 v2.6.17 Enhance pipeline editing, fix dropping pipes with custom schema. #189

Merged
merged 5 commits into from
Dec 11, 2024

Conversation

bmeares
Copy link
Owner

@bmeares bmeares commented Dec 10, 2024

v2.6.17

  • Add relative deltas to starting in scheduler syntax.
    You may specify a delta in the job scheduler starting syntax:

    mrsm sync pipes -s 'daily starting in 30 seconds'
    
  • 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 (executor local).

  • Replace Cx_Oracle with oracledb.
    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.

@bmeares bmeares self-assigned this Dec 10, 2024
@bmeares bmeares marked this pull request as ready for review December 11, 2024 01:01
@bmeares bmeares merged commit a289921 into main Dec 11, 2024
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.

1 participant