- Minor update to return job_id from execute() and execute_complete() methods
- 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 |