CHANGELOG#

1.0.1 (2024-09-09)#

  • Minor update to return job_id from execute() and execute_complete() methods

1.0.0 (2024-06-28)#

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

Hook Class

Import Path

AnyscaleHook

from anyscale_provider.hooks.anyscale import AnyscaleHook

Operator Class

Import Path

Example DAG

SubmitAnyscaleJob

from anyscale_provider.operators.anyscale import SubmitAnyscaleJob

anyscale_job

RolloutAnyscaleService

from anyscale_provider.operators.anyscale import RolloutAnyscaleService

anyscale_service

Trigger Class

Import Path

AnyscaleJobTrigger

from anyscale_provider.triggers.anyscale import AnyscaleJobTrigger

AnyscaleServiceTrigger

from anyscale_provider.triggers.anyscale import AnyscaleServiceTrigger