openmodelingfoundation / meillionen

tools for coupling simulation models
https://openmodelingfoundation.github.io/meillionen
Other
3 stars 2 forks source link

chore(deps): bump prefect from 0.15.7 to 1.3.1 in /python #110

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps prefect from 0.15.7 to 1.3.1.

Release notes

Sourced from prefect's releases.

Release 1.3.1

Changes

Fixes

  • Fix bug where flows with emoji characters pass flow.validate(), but fail to extract from file - #6375
  • Fix FlowRunView task run query errors when all task runs in the flwo run are cached - #6572
  • Update FlowRunView to avoid retrieval of cached static tasks during latest calls - #6572
  • Update FlowRunView to be robust to multithreaded usage - #6572

Task Library

  • Add state handler to log to Snowflake - #5671
  • Fix default idempotency token for DatabricksSubmitMultitaskRun - #6412
  • Fix custom tag type for Databricks NewCluster - #6573
  • Fix empty file handling in S3List task - #6028

Contributors

Release 1.3.0

Enhancements

  • Allow custom job name for Kubernetes flow runsto be set in job template - #5819

Task Library

  • Adds container parameter to ReadNamespacedPodLogs - #5979
  • Add PowershellTask for running commands with Microsoft Powershell - #6035
  • Move azure-mgmt-datafactory requirement to 'extras', instead of 'orchestration_extras' - #6018
  • Fix default initialization of polling_interval in azure.datafactory.PipelineRun - #6021

Contributors

Release 1.2.4

Changelog

Fixes

  • Fix bug where S3Result could fail to deserialize if pickled with mismatched Prefect versions - #5978

Task library

  • Fix sftp-task imports - #5971
  • Fix definition of Databricks GitSource at task initialization - #5974

... (truncated)

Changelog

Sourced from prefect's changelog.

1.3.1

Released on September 7, 2022.

Fixes

  • Fix bug where flows with emoji characters pass flow.validate(), but fail to extract from file - #6375
  • Fix FlowRunView task run query errors when all task runs in the flwo run are cached - #6572
  • Update FlowRunView to avoid retrieval of cached static tasks during latest calls - #6572
  • Update FlowRunView to be robust to multithreaded usage - #6572

Task Library

  • Add state handler to log to Snowflake - #5671
  • Fix default idempotency token for DatabricksSubmitMultitaskRun - #6412
  • Fix custom tag type for Databricks NewCluster - #6573
  • Fix empty file handling in S3List task - #6028

Contributors

1.3.0

Released on August 2, 2022.

Enhancements

  • Allow custom job name for Kubernetes flow runsto be set in job template - #5819

Task Library

  • Adds container parameter to ReadNamespacedPodLogs - #5979
  • Add PowershellTask for running commands with Microsoft Powershell - #6035
  • Move azure-mgmt-datafactory requirement to 'extras', instead of 'orchestration_extras' - #6018
  • Fix default initialization of polling_interval in azure.datafactory.PipelineRun - #6021

Contributors

1.2.4

Released on July 8, 2022.

... (truncated)

Commits
  • 75a081d Release 1.3.1 (#6732)
  • 4142953 Feat snowflake state handler (#5671)
  • dd7011a Merge pull request #6605 from PrefectHQ/docs-etl-tutorial
  • 2142dc2 Update ETL tutorial install and link to v2
  • 72c7ca2 Fix extract_flow_from_file for flows using emoji (#6375)
  • da3f71b Update labeler to work for external contributions (#6584)
  • cd1f639 Changes the type of custom tags for NewCluster to align with required type fr...
  • de8315d Fix S3List error on empty list (#6534)
  • 25c0e50 Fix FlowRunView task run queries when all task runs are cached (#6572)
  • 42b55d2 Always provide an idempotency key to avoid duplicate flow runs (#6571)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #112.