This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor KubernetesJob and KubernetesJobRun to use existing task func…
…tions. (#43) * refactor KubernetesJob and KubernetesJobRun to use existing task functions. - Use existing tasks to create, read, delete or fetch job status. - Use existing pods tasks to list pods and read pod logs. - Added read_namespaced_job_status task. * Update prefect_kubernetes/jobs.py correct doc string grammer. Co-authored-by: Alexander Streed <[email protected]> * update CHANGELOG.md * move summary to unreleased section * Update CHANGELOG.md Co-authored-by: Alexander Streed <[email protected]> --------- Co-authored-by: Alexander Streed <[email protected]>
- Loading branch information
1 parent
5b116f8
commit 6f7c6ec
Showing
4 changed files
with
142 additions
and
88 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 |
---|---|---|
|
@@ -135,4 +135,7 @@ dmypy.json | |
.vscode | ||
|
||
# Jupyter notebook | ||
*.ipynb | ||
*.ipynb | ||
|
||
#direnv .envrc | ||
.envrc |
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
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
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