Skip to content

Releases: astronomer/astro-provider-ray

v0.3.0a6

09 Oct 10:45
Compare
Choose a tag to compare
v0.3.0a6 Pre-release
Pre-release

What's Changed

Additional details

  • Created from PR #67
  • Main difference in comparison to 0.3.0a5 is fc47b75

New Contributors

Full Changelog: 0.2.1...0.3.0a1

v0.3.0a5

27 Sep 12:23
Compare
Choose a tag to compare
v0.3.0a5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0a1

0.3.0a4

27 Sep 11:08
Compare
Choose a tag to compare
0.3.0a4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0a1

v0.3.0a3

27 Sep 10:44
Compare
Choose a tag to compare
v0.3.0a3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0a1

0.3.0a2

27 Sep 10:24
Compare
Choose a tag to compare
0.3.0a2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0a1

v0.3.0a1

27 Sep 08:34
Compare
Choose a tag to compare
v0.3.0a1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0a1

v0.2.1-fix

04 Sep 16:44
Compare
Choose a tag to compare

0.2.1

04 Sep 16:41
b496836
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

29 Aug 19:51
22fb4f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

09 Aug 18:47
e871afb
Compare
Choose a tag to compare

First release

  • Initial release, with the following decorators, hooks, operators, and triggers:

Hooks

Hook Class Import Path
RayHook python<br>from ray_provider.hooks.ray import RayHook

Decorators

Decorator Class Import Path
ray.task() python<br>from ray_provider.decorators.ray import ray

Operators

Operator Class Import Path
SetupRayCluster python<br>from ray_provider.operators.ray import SetupRayCluster
DeleteRayCluster ```python
from ray_provider.operators.ray import DeleteRayCluster``
SubmitRayJob python<br>from ray_provider.operators.ray import SubmitRayJob

Triggers

Trigger Class Import Path
RayJobTrigger python<br>from ray_provider.triggers.ray import RayJobTrigger

Relevant PRs

Full Changelog: 0.1.0a1...0.1.0