Skip to content

Commit

Permalink
Fix issue 123: Repeated reserialization of DAGs
Browse files Browse the repository at this point in the history
Issue aws#124 happens because we are always calling `airflow db migrate` to
make sure the database is migrated. The assumption was that the
operation is a no-op if the DB is already initialized. However, this is
not the case, and a reserialization of DAGs is happening every time this
command is called. To avoid this, I am changing the code for executing
migration to check if migration is needed.
  • Loading branch information
rafidka committed Jul 29, 2024
1 parent 2c0bad6 commit 099c1db
Show file tree
Hide file tree
Showing 14 changed files with 136 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5611,10 +5611,10 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE

boto3-stubs
1.34.143
1.34.149
MIT License
https://github.com/youtype/mypy_boto3_builder
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2024 Vlad Emelianov
Expand Down Expand Up @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/.
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE

botocore-stubs
1.34.143
1.34.149
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down Expand Up @@ -14905,10 +14905,10 @@ UNKNOWN
UNKNOWN

types-awscrt
0.21.0
0.21.2
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.0.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.2.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
crypto-policies-20220428: LGPLv2+
publicsuffix-list-dafsa-20240212: MPLv2.0
ncurses-base-6.2: MIT
amazon-linux-repo-cdn-2023.5.20240708: MIT
system-release-2023.5.20240708: MIT
amazon-linux-repo-cdn-2023.5.20240722: MIT
system-release-2023.5.20240722: MIT
filesystem-3.14: Public Domain
glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
Expand Down Expand Up @@ -138,7 +138,7 @@ libedit-3.1: BSD
llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA
libXau-1.0.9: MIT
libxcb-1.13.1: MIT
kernel-headers-6.1.96: GPLv2 and Redistributable, no modification permitted
kernel-headers-6.1.97: GPLv2 and Redistributable, no modification permitted
jansson-2.14: MIT
graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+)
emacs-filesystem-28.2: GPLv3+ and CC0
Expand Down Expand Up @@ -430,8 +430,8 @@ giflib-5.2.1: MIT
dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain
chkconfig-1.15: GPLv2
alsa-lib-1.2.7.2: LGPLv2+
java-17-amazon-corretto-headless-17.0.11+9: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-17.0.11+9: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
libcurl-devel-8.5.0: curl
cyrus-sasl-lib-2.1.27: BSD with advertising
openldap-2.4.57: OpenLDAP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5611,10 +5611,10 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE

boto3-stubs
1.34.143
1.34.149
MIT License
https://github.com/youtype/mypy_boto3_builder
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2024 Vlad Emelianov
Expand Down Expand Up @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/.
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE

botocore-stubs
1.34.143
1.34.149
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down Expand Up @@ -14905,10 +14905,10 @@ UNKNOWN
UNKNOWN

types-awscrt
0.21.0
0.21.2
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.0.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.2.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
crypto-policies-20220428: LGPLv2+
publicsuffix-list-dafsa-20240212: MPLv2.0
ncurses-base-6.2: MIT
amazon-linux-repo-cdn-2023.5.20240708: MIT
system-release-2023.5.20240708: MIT
amazon-linux-repo-cdn-2023.5.20240722: MIT
system-release-2023.5.20240722: MIT
filesystem-3.14: Public Domain
glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
Expand Down Expand Up @@ -138,7 +138,7 @@ libedit-3.1: BSD
llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA
libXau-1.0.9: MIT
libxcb-1.13.1: MIT
kernel-headers-6.1.96: GPLv2 and Redistributable, no modification permitted
kernel-headers-6.1.97: GPLv2 and Redistributable, no modification permitted
jansson-2.14: MIT
graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+)
emacs-filesystem-28.2: GPLv3+ and CC0
Expand Down Expand Up @@ -430,8 +430,8 @@ giflib-5.2.1: MIT
dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain
chkconfig-1.15: GPLv2
alsa-lib-1.2.7.2: LGPLv2+
java-17-amazon-corretto-headless-17.0.11+9: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-17.0.11+9: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
libcurl-devel-8.5.0: curl
cyrus-sasl-lib-2.1.27: BSD with advertising
openldap-2.4.57: OpenLDAP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5611,10 +5611,10 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE

boto3-stubs
1.34.143
1.34.149
MIT License
https://github.com/youtype/mypy_boto3_builder
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2024 Vlad Emelianov
Expand Down Expand Up @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/.
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE

botocore-stubs
1.34.143
1.34.149
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down Expand Up @@ -14905,10 +14905,10 @@ UNKNOWN
UNKNOWN

types-awscrt
0.21.0
0.21.2
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.0.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.2.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
crypto-policies-20220428: LGPLv2+
publicsuffix-list-dafsa-20240212: MPLv2.0
ncurses-base-6.2: MIT
amazon-linux-repo-cdn-2023.5.20240708: MIT
system-release-2023.5.20240708: MIT
amazon-linux-repo-cdn-2023.5.20240722: MIT
system-release-2023.5.20240722: MIT
filesystem-3.14: Public Domain
glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
Expand Down Expand Up @@ -138,7 +138,7 @@ libedit-3.1: BSD
llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA
libXau-1.0.9: MIT
libxcb-1.13.1: MIT
kernel-headers-6.1.96: GPLv2 and Redistributable, no modification permitted
kernel-headers-6.1.97: GPLv2 and Redistributable, no modification permitted
jansson-2.14: MIT
graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+)
emacs-filesystem-28.2: GPLv3+ and CC0
Expand Down Expand Up @@ -430,8 +430,8 @@ giflib-5.2.1: MIT
dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain
chkconfig-1.15: GPLv2
alsa-lib-1.2.7.2: LGPLv2+
java-17-amazon-corretto-headless-17.0.11+9: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-17.0.11+9: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
libcurl-devel-8.5.0: curl
cyrus-sasl-lib-2.1.27: BSD with advertising
openldap-2.4.57: OpenLDAP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5611,10 +5611,10 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE

boto3-stubs
1.34.143
1.34.149
MIT License
https://github.com/youtype/mypy_boto3_builder
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2024 Vlad Emelianov
Expand Down Expand Up @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/.
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE

botocore-stubs
1.34.143
1.34.149
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down Expand Up @@ -14905,10 +14905,10 @@ UNKNOWN
UNKNOWN

types-awscrt
0.21.0
0.21.2
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.0.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.2.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
crypto-policies-20220428: LGPLv2+
publicsuffix-list-dafsa-20240212: MPLv2.0
ncurses-base-6.2: MIT
amazon-linux-repo-cdn-2023.5.20240708: MIT
system-release-2023.5.20240708: MIT
amazon-linux-repo-cdn-2023.5.20240722: MIT
system-release-2023.5.20240722: MIT
filesystem-3.14: Public Domain
glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
Expand Down Expand Up @@ -138,7 +138,7 @@ libedit-3.1: BSD
llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA
libXau-1.0.9: MIT
libxcb-1.13.1: MIT
kernel-headers-6.1.96: GPLv2 and Redistributable, no modification permitted
kernel-headers-6.1.97: GPLv2 and Redistributable, no modification permitted
jansson-2.14: MIT
graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+)
emacs-filesystem-28.2: GPLv3+ and CC0
Expand Down Expand Up @@ -430,8 +430,8 @@ giflib-5.2.1: MIT
dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain
chkconfig-1.15: GPLv2
alsa-lib-1.2.7.2: LGPLv2+
java-17-amazon-corretto-headless-17.0.11+9: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-17.0.11+9: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
libcurl-devel-8.5.0: curl
cyrus-sasl-lib-2.1.27: BSD with advertising
openldap-2.4.57: OpenLDAP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5611,10 +5611,10 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE

boto3-stubs
1.34.143
1.34.149
MIT License
https://github.com/youtype/mypy_boto3_builder
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2024 Vlad Emelianov
Expand Down Expand Up @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/.
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE

botocore-stubs
1.34.143
1.34.149
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down Expand Up @@ -14905,10 +14905,10 @@ UNKNOWN
UNKNOWN

types-awscrt
0.21.0
0.21.2
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.0.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.2.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ libgcc-11.4.1: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
crypto-policies-20220428: LGPLv2+
publicsuffix-list-dafsa-20240212: MPLv2.0
ncurses-base-6.2: MIT
amazon-linux-repo-cdn-2023.5.20240708: MIT
system-release-2023.5.20240708: MIT
amazon-linux-repo-cdn-2023.5.20240722: MIT
system-release-2023.5.20240722: MIT
filesystem-3.14: Public Domain
glibc-minimal-langpack-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
glibc-2.34: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
Expand Down Expand Up @@ -138,7 +138,7 @@ libedit-3.1: BSD
llvm-libs-15.0.7: Apache-2.0 WITH LLVM-exception OR NCSA
libXau-1.0.9: MIT
libxcb-1.13.1: MIT
kernel-headers-6.1.96: GPLv2 and Redistributable, no modification permitted
kernel-headers-6.1.97: GPLv2 and Redistributable, no modification permitted
jansson-2.14: MIT
graphite2-1.3.14: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+)
emacs-filesystem-28.2: GPLv3+ and CC0
Expand Down Expand Up @@ -430,8 +430,8 @@ giflib-5.2.1: MIT
dejavu-serif-fonts-2.37: Bitstream Vera and Public Domain
chkconfig-1.15: GPLv2
alsa-lib-1.2.7.2: LGPLv2+
java-17-amazon-corretto-headless-17.0.11+9: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-17.0.11+9: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-headless-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
java-17-amazon-corretto-17.0.12+7: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA.
libcurl-devel-8.5.0: curl
cyrus-sasl-lib-2.1.27: BSD with advertising
openldap-2.4.57: OpenLDAP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5611,10 +5611,10 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3-1.34.106.dist-info/NOTICE

boto3-stubs
1.34.143
1.34.149
MIT License
https://github.com/youtype/mypy_boto3_builder
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/boto3_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2024 Vlad Emelianov
Expand Down Expand Up @@ -5886,10 +5886,10 @@ one at http://mozilla.org/MPL/2.0/.
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore-1.34.106.dist-info/NOTICE

botocore-stubs
1.34.143
1.34.149
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.143.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/botocore_stubs-1.34.149.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down Expand Up @@ -14905,10 +14905,10 @@ UNKNOWN
UNKNOWN

types-awscrt
0.21.0
0.21.2
MIT License
https://youtype.github.io/mypy_boto3_builder/
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.0.dist-info/LICENSE
/usr/local/airflow/.local/lib/python3.11/site-packages/types_awscrt-0.21.2.dist-info/LICENSE
MIT License

Copyright (c) 2022 Vlad Emelianov
Expand Down
Loading

0 comments on commit 099c1db

Please sign in to comment.