forked from aws/amazon-mwaa-docker-images
-
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.
Add 2.10.3 Airflow Docker image (aws#197)
*Issue #, if available:* *Description of changes:* Adding the folder and code for the Airflow 2.10.3 image. Copied the 2.10.1 image and updated the version and constraints. Built and ran locally with the run.sh script. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Michael Fu <[email protected]>
- Loading branch information
1 parent
7402454
commit ecd0ff8
Showing
84 changed files
with
111,135 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
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 @@ | ||
.venv |
Empty file.
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,75 @@ | ||
{ | ||
"files.exclude": { | ||
"**/.DS_Store": true, | ||
"**/.conda": true, | ||
"**/.git": true, | ||
"**/.ruff_cache": true, | ||
"**/.venv": true, | ||
"**/Thumbs.db": true, | ||
"**/typestubs": true, | ||
"**/venv": true | ||
}, | ||
"files.watcherExclude": { | ||
"**/.DS_Store": true, | ||
"**/.conda": true, | ||
"**/.git": true, | ||
"**/.ruff_cache": true, | ||
"**/.venv": true, | ||
"**/Thumbs.db": true, | ||
"**/typestubs": true, | ||
"**/venv": true | ||
}, | ||
"search.exclude": { | ||
"**/.DS_Store": true, | ||
"**/.conda": true, | ||
"**/.git": true, | ||
"**/.ruff_cache": true, | ||
"**/.venv": true, | ||
"**/Thumbs.db": true, | ||
"**/typestubs": true, | ||
"**/venv": true | ||
}, | ||
"python.defaultInterpreterPath": "./.venv/bin/python", | ||
"python.analysis.typeCheckingMode": "off", | ||
"cSpell.words": [ | ||
"boto", | ||
"botocore", | ||
"cloudwatchlogs", | ||
"creds", | ||
"dagprocessor", | ||
"dateutil", | ||
"dblock", | ||
"dgram", | ||
"elasticmq", | ||
"esbenp", | ||
"fargate", | ||
"fernet", | ||
"getfl", | ||
"gethostname", | ||
"getpgid", | ||
"getpid", | ||
"gunicorn", | ||
"healthcheck", | ||
"healthchecks", | ||
"hostname", | ||
"hostnames", | ||
"killpg", | ||
"levelname", | ||
"loggroup", | ||
"mwaa", | ||
"nonblock", | ||
"poolclass", | ||
"psycopg", | ||
"PYTHONUNBUFFERED", | ||
"qualname", | ||
"resetdb", | ||
"setfl", | ||
"sqlalchemy", | ||
"statsd", | ||
"taskinstance", | ||
"textwidth", | ||
"triggerer", | ||
"tzutc", | ||
"webserver" | ||
] | ||
} |
Oops, something went wrong.