-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dd945b
commit 69bafc6
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
1.0.0 (2024-05-29) | ||
------------------ | ||
|
||
Initial release, with the following hooks, operators, and triggers: | ||
|
||
Hook Class Import Path Example DAG | ||
---------- --------------------------------------- ----------- | ||
AnyscaleHook ``from anyscale_provider.hooks.anyscale`` import AnyscaleHook N/A | ||
|
||
Operator Class Import Path Example DAG | ||
-------------- --------------------------------------- ----------- | ||
AnyscaleSubmitJob ``from anyscale_provider.operators.anyscale import AnyscaleSubmitJob`` Example DAG | ||
AnyscaleDeployService ``from anyscale_provider.operators.anyscale import AnyscaleDeployService`` Example DAG | ||
|
||
Trigger Class Import Path Example DAG | ||
------------- --------------------------------------- ----------- | ||
AnyscaleJobTrigger ``from anyscale_provider.triggers.anyscale import AnyscaleJobTrigger`` N/A | ||
AnyscaleServiceTrigger ``from anyscale_provider.triggers.anyscale import AnyscaleServiceTrigger`` N/A |
Empty file.