Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3521,6 +3521,7 @@ using ``pyproject.toml``. Airflow is now compliant with those accepted PEPs:
* `PEP-685 Comparison of extra names for optional distribution dependencies <https://www.python.org/dev/peps/pep-0685/>`__

Also we implement multiple license files support coming from Draft, not yet accepted (but supported by ``hatchling``) PEP:

* `PEP 639 Improving License Clarity with Better Package Metadata <https://peps.python.org/pep-0639/>`__

This has almost no noticeable impact on users if they are using modern Python packaging and development tools, generally
Expand Down
1 change: 1 addition & 0 deletions airflow-ctl/docs/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Keyring Backend
airflowctl uses keyring to store the API token securely. This ensures that the token is not stored in plain text and is only accessible to authorized users.

Recommended keyring backends are:

* `macOS Keychain <https://en.wikipedia.org/wiki/Keychain_%28software%29>`_
* `Freedesktop Secret Service <http://standards.freedesktop.org/secret-service/>`_ supports many DE including GNOME (requires `secretstorage <https://pypi.python.org/pypi/secretstorage>`_)
* `KDE4 & KDE5 KWallet <https://en.wikipedia.org/wiki/KWallet>`_ (requires `dbus <https://pypi.python.org/pypi/dbus-python>`_)
Expand Down
3 changes: 2 additions & 1 deletion contributing-docs/17_architecture_diagrams.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ automatically updated when the code changes. The diagrams are generated using pr
static checks below) but they can also be generated manually by running the corresponding Python code.

To run the code you need to install the dependencies in the virtualenv you use to run it:

* ``pip install diagrams rich``. You need to have graphviz installed in your
system (``brew install graphviz`` on macOS for example).
system (``brew install graphviz`` on macOS for example).

The source code of the diagrams are next to the generated diagram, the difference is that the source
code has ``.py`` extension and the generated diagram has ``.png`` extension. The prek hook ``generate-airflow-diagrams``
Expand Down
1 change: 1 addition & 0 deletions providers/google/docs/operators/cloud/compute_ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ More information
""""""""""""""""

See Google Compute Engine API documentation and Cloud OS Login API documentation

* `Google Cloud API Documentation <https://cloud.google.com/compute/docs/reference/rest/v1/>`__
* `Google Cloud OS Login API Documentation <https://cloud.google.com/compute/docs/oslogin/rest>`_.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ Reference
---------

For further information, look at:

* `Microsoft SQL Server Documentation <https://docs.microsoft.com/en-us/sql/?view=sql-server-ver15>`__
* `Google Cloud Storage Documentation <https://cloud.google.com/storage/>`__
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ Reference
---------

For further information, look at:

* `MySQL Documentation <https://dev.mysql.com/doc/>`__
* `Google Cloud Storage Documentation <https://cloud.google.com/storage/>`__
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ Reference
---------

For further information, look at:

* `oracledb Documentation <https://python-oracledb.readthedocs.io/en/latest/>`__
* `Google Cloud Storage Documentation <https://cloud.google.com/storage/>`__
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ Reference
---------

For further information, look at:

* `Google Cloud Storage Documentation <https://cloud.google.com/storage/>`__
4 changes: 2 additions & 2 deletions reproducible_build.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release-notes-hash: c75fd3d515f4f98b2bfe7e7de34dd4c6
source-date-epoch: 1763195195
release-notes-hash: 432ad22f4ad3cfecdb41fcbb83162ae6
source-date-epoch: 1764223516