Releases: astronomer/astro-provider-ray
v0.3.0
Breaking changes
- Removal of
SubmitRayJob.terminal_states
. The same values are now available atray_provider.constants.TERMINAL_JOB_STATUSES
. - Simplify the project structure and debugging by @tatiana in #93
In order to improve the development and troubleshooting DAGs created with this provider, we introduced breaking changes
to the folder structure. It was flattened and the import paths to existing decorators, hooks, operators and trigger
changed, as documented in the table below:
Type | Previous import path | Current import path |
---|---|---|
Decorator | ray_provider.decorators.ray.ray | ray_provider.decorators.ray |
Hook | ray_provider.hooks.ray.RayHook | ray_provider.hooks.RayHook |
Operator | ray_provider.operators.ray.DeleteRayCluster | ray_provider.operators.DeleteRayCluster |
Operator | ray_provider.operators.ray.SetupRayCluster | ray_provider.operators.SetupRayCluster |
Operator | ray_provider.operators.ray.SubmitRayJob | ray_provider.operators.SubmitRayJob |
Trigger | ray_provider.triggers.ray.RayJobTrigger | ray_provider.triggers.RayJobTrigger |
Features
- Support using callable
config
in@ray.task
by @tatiana in #103 - Support running Ray jobs indefinitely without timing out by @venkatajagannath and @tatiana in #74
Bug fixes
- Fix integration test and bug in load balancer wait logic by @pankajastro in #85
- Bugfix: Better exception handling and cluster clean up by @venkatajagannath in #68
- Stop catching generic
Exception
in operators by @tatiana in #100 - Stop catching generic
Exception
in trigger by @tatiana in #99
Docs
- Add docs to deploy project on Astro Cloud by @pankajastro in #90
- Fix dead reference in docs index page by @pankajastro in #87
- Cloud Auth documentation update by @venkatajagannath in #58
- Improve main docs page by @TJaniF in #71
Others
Local development
- Fix the local development environment and update documentation by @tatiana in #92
- Enable secret detection precommit check by @pankajastro in #91
- Add astro cli project + kind Raycluster setup instruction by @pankajastro in #83
- Remove pytest durations from tests by @tatiana in #102
- Fix running make docker-run when there is a new version by @tatiana in #99 and #101
- Improve Astro CLI DAGs test so running hatch test-cov locally doesn't fail by @tatiana in #97
CI
- CI improvement by @venkatajagannath in #73
- CI fix related to broken coverage upload artifact by @pankajkoti in #60
- Allow tests to run for PRs from forked repos by @venkatajagannath in #72
- Update CODEOWNERS by @tatiana in #84
- Add Airflow 2.10 (released in August 2024) to tests by @tatiana in #96
0.3.0a7
Breaking changes
-
Simplify the project structure and debugging by @tatiana in #93
In order to improve the development and troubleshooting DAGs created with this provider, we introduced breaking changes
to the folder structure. It was flattened and the import paths to existing decorators, hooks, operators and trigger
changed, as documented in the table below:Type Previous import path Current import path Decorator ray_provider.decorators.ray.ray ray_provider.decorators.ray Hook ray_provider.hooks.ray.RayHook ray_provider.hooks.RayHook Operator ray_provider.operators.ray.DeleteRayCluster ray_provider.operators.DeleteRayCluster Operator ray_provider.operators.ray.SetupRayCluster ray_provider.operators.SetupRayCluster Operator ray_provider.operators.ray.SubmitRayJob ray_provider.operators.SubmitRayJob Trigger ray_provider.triggers.ray.RayJobTrigger ray_provider.triggers.RayJobTrigger
Features
- Dynamic configuration support by @tatiana in #94 (TODO: change)
- Support running Ray jobs indefinitely without timing out by @venkatajagannath and @tatiana in #74
Bug fixes
- Fix integration test and bug in load balancer wait logic by @pankajastro in #85
- Bugfix: Better exception handling and cluster clean up by @venkatajagannath in #68
Docs
- Add docs to deploy project on Astro Cloud by @pankajastro in #90
- Fix dead reference in docs index page by @pankajastro in #87
- Cloud Auth documentation update by @venkatajagannath in #58
- Improve main docs page by @TJaniF in #71
Others
- Fix the local development environment and update documentation by @tatiana in #92
- Enable secrect detection precommit check by @pankajastro in #91
- Add astro cli project + kind Raycluster setup instruction by @pankajastro in #83
- Update CODEOWNERS by @tatiana in #84
- Allow tests to run for PRs from forked repos by @venkatajagannath in #72
- CI improvement by @venkatajagannath in #73
- CI fix related to broken coverage upload artifact by @pankajkoti in #60
v0.3.0a6
What's Changed
- Support running Ray jobs indefinitely without timing out by @venkatajagannath and @tatiana in #74
- (WIP) Introduce dynamic configuration support in #67 including 8fab03d
- Bug fix: Allowing tests to run for PRs from forked repos by @venkatajagannath in #72
- Bug fix: Minor change to earlier PR by @venkatajagannath in #73
- Bugfix: Better exception handling and cluster cleanup by @venkatajagannath in #68
- Small main docs page edits by @TJaniF in #71
Additional details
New Contributors
Full Changelog: 0.2.1...0.3.0a1
v0.3.0a5
What's Changed
- Support running Ray jobs indefinitely without timing out by @venkatajagannath and @tatiana in #74
- (WIP) Introduce dynamic configuration support in #67 including 8fab03d
- Bug fix: Allowing tests to run for PRs from forked repos by @venkatajagannath in #72
- Bug fix: Minor change to earlier PR by @venkatajagannath in #73
- Bugfix: Better exception handling and cluster cleanup by @venkatajagannath in #68
- Small main docs page edits by @TJaniF in #71
New Contributors
Full Changelog: 0.2.1...0.3.0a1
0.3.0a4
What's Changed
- Support running Ray jobs indefinitely without timing out by @venkatajagannath and @tatiana in #74
- (WIP) Introduce dynamic configuration support in #67 including 682b5d4
- Bug fix: Allowing tests to run for PRs from forked repos by @venkatajagannath in #72
- Bug fix: Minor change to earlier PR by @venkatajagannath in #73
- Bugfix: Better exception handling and cluster cleanup by @venkatajagannath in #68
- Small main docs page edits by @TJaniF in #71
New Contributors
Full Changelog: 0.2.1...0.3.0a1
v0.3.0a3
What's Changed
- Support running Ray jobs indefinitely without timing out by @venkatajagannath and @tatiana in #74
- (WIP) Introduce dynamic configuration support in #67 including cb98a6c
- Bug fix: Allowing tests to run for PRs from forked repos by @venkatajagannath in #72
- Bug fix: Minor change to earlier PR by @venkatajagannath in #73
- Bugfix: Better exception handling and cluster cleanup by @venkatajagannath in #68
- Small main docs page edits by @TJaniF in #71
New Contributors
Full Changelog: 0.2.1...0.3.0a1
0.3.0a2
What's Changed
- Support running Ray jobs indefinitely without timing out by @venkatajagannath and @tatiana in #74
- (WIP) Introduce dynamic configuration support in #67 including 4f91d26
- Bug fix: Allowing tests to run for PRs from forked repos by @venkatajagannath in #72
- Bug fix: Minor change to earlier PR by @venkatajagannath in #73
- Bugfix: Better exception handling and cluster cleanup by @venkatajagannath in #68
- Small main docs page edits by @TJaniF in #71
New Contributors
Full Changelog: 0.2.1...0.3.0a1
v0.3.0a1
What's Changed
-
Support running Ray jobs indefinitely without timing out by @venkatajagannath and @tatiana in #74
-
(WIP) Introduce dynamic configuration support in #67
-
Bug fix: Allowing tests to run for PRs from forked repos by @venkatajagannath in #72
-
Bug fix: Minor change to earlier PR by @venkatajagannath in #73
-
Bugfix: Better exception handling and cluster cleanup by @venkatajagannath in #68
New Contributors
Full Changelog: 0.2.1...0.3.0a1
v0.2.1-fix
Full Changelog: 0.2.1...v0.2.1-fix
0.2.1
What's Changed
- Attempt CI fix wrt broken coverage upload artifact by @pankajkoti in #60
- Namespace bug fix by @venkatajagannath in #59
New Contributors
- @pankajkoti made their first contribution in #60
Full Changelog: 0.2.0...0.2.1