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 |
---|---|
|
from anyscale_provider.hooks.anyscale import AnyscaleHook
|
Operator Class |
Import Path |
Example DAG |
---|---|---|
|
from anyscale_provider.operators.anyscale import SubmitAnyscaleJob
|
|
|
from anyscale_provider.operators.anyscale import RolloutAnyscaleService
|
Trigger Class |
Import Path |
---|---|
|
from anyscale_provider.triggers.anyscale import AnyscaleJobTrigger
|
|
from anyscale_provider.triggers.anyscale import AnyscaleServiceTrigger
|