-
-
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.
chore(sat): Update sat-etl pipeline (#1)
* chore(sat): Update default_args name * fix(worflows): Add xmlsec to branch workflow * fix(workflow): Disable linting * fix(pyproject): Pin python version * fix(pyproject): Pin python correctly
- Loading branch information
Showing
3 changed files
with
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ name = "airflow-dags" | |
dynamic = ["version"] # Set automtically using git: https://setuptools-git-versioning.readthedocs.io/en/stable/ | ||
description = "Airflow DAGs for running Open Climate Fix's production pipelines" | ||
readme = {file = "README.md", content-type = "text/markdown"} | ||
requires-python = ">=3.12.0" | ||
requires-python = ">=3.12.0,<3.13" | ||
license = {text = "MIT License"} | ||
authors = [ | ||
{ name = "Open Climate Fix Team", email = "[email protected]" }, | ||
|
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