Skip to content

Commit f0c6e21

Browse files
committed
initial changes
1 parent f59d843 commit f0c6e21

File tree

5 files changed

+841
-748
lines changed

5 files changed

+841
-748
lines changed

airflow/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ _The script is safe to run from outside of this directory. The file will be down
66
script resides. This example will assume you are running from the repository root directory._
77

88
```sh
9-
# Use default Python version (specified in the script):
10-
./airflow/download_constraints.sh 2.8.3
11-
12-
# Use a specific Python version:
13-
./airflow/download_constraints.sh 2.8.3 3.11
9+
# Specify Airflow and Python versions:
10+
./airflow/download_constraints.sh 3.0.6 3.12
1411
```
1512

1613
Example output:
1714

1815
```output
19-
Downloading constraints file for Airflow 2.8.3 (Python 3.9)
20-
Successfully pulled new constraints file: constraints-2.8.3-python39.txt
16+
Downloading constraints file for Airflow 3.0.6 (Python 3.12)
17+
Successfully pulled new constraints file: constraints-3.0.6-python3.12.txt
2118
```

airflow/boil-config.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ uv-version = "0.7.8"
1212
airflow-extras = "async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino"
1313
opa-auth-manager = "airflow-2"
1414

15-
[versions."2.10.4".local-images]
15+
[versions."2.10.5".local-images]
1616
"shared/statsd-exporter" = "0.28.0"
1717
vector = "0.49.0"
1818

19-
[versions."2.10.4".build-arguments]
19+
[versions."2.10.5".build-arguments]
2020
python-version = "3.12"
2121
git-sync-version = "v4.4.1"
2222
s3fs-version = "2024.9.0"
@@ -26,30 +26,30 @@ uv-version = "0.7.8"
2626
airflow-extras = "async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino"
2727
opa-auth-manager = "airflow-2"
2828

29-
[versions."2.10.5".local-images]
29+
[versions."3.0.1".local-images]
3030
"shared/statsd-exporter" = "0.28.0"
3131
vector = "0.49.0"
3232

33-
[versions."2.10.5".build-arguments]
33+
[versions."3.0.1".build-arguments]
3434
python-version = "3.12"
3535
git-sync-version = "v4.4.1"
3636
s3fs-version = "2024.9.0"
3737
cyclonedx-bom-version = "6.0.0"
3838
tini-version = "0.19.0"
3939
uv-version = "0.7.8"
40-
airflow-extras = "async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino"
41-
opa-auth-manager = "airflow-2"
40+
airflow-extras = "async,amazon,celery,cncf-kubernetes,docker,elasticsearch,fab,ftp,grpc,hashicorp,http,ldap,google,microsoft-azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,trino"
41+
opa-auth-manager = "airflow-3"
4242

43-
[versions."3.0.1".local-images]
43+
[versions."3.0.6".local-images]
4444
"shared/statsd-exporter" = "0.28.0"
4545
vector = "0.49.0"
4646

47-
[versions."3.0.1".build-arguments]
47+
[versions."3.0.6".build-arguments]
4848
python-version = "3.12"
4949
git-sync-version = "v4.4.1"
5050
s3fs-version = "2024.9.0"
5151
cyclonedx-bom-version = "6.0.0"
5252
tini-version = "0.19.0"
5353
uv-version = "0.7.8"
5454
airflow-extras = "async,amazon,celery,cncf-kubernetes,docker,elasticsearch,fab,ftp,grpc,hashicorp,http,ldap,google,microsoft-azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,trino"
55-
opa-auth-manager = "airflow-3"
55+
opa-auth-manager = "airflow-3"

0 commit comments

Comments
 (0)