-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Airflow Operator - dry_run and support for constructor to create job_…
…request (#3889) * Operator now supports dry_run, which will render job_request created, but will not submit it to Armada. * job_request, can now be callable - so users can provide more complex function to render it based on xcom data and jinja environment. * This will be next Armada Airflow Operator release (1.0.2).
- Loading branch information
1 parent
537852a
commit b006b7b
Showing
3 changed files
with
32 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "armada_airflow" | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
description = "Armada Airflow Operator" | ||
readme='README.md' | ||
authors = [{name = "Armada-GROSS", email = "[email protected]"}] | ||
|