You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ds...@apache.org on 2022/03/15 21:23:58 UTC

[airflow] branch main updated (dadb132 -> 774ca08)

This is an automated email from the ASF dual-hosted git repository.

dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from dadb132  Added Quick Algorithm Analytics to the list of companies using Apache Airflow (#22279)
     add 774ca08  Enable JSON serialization for connections (#19857)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                         |  41 ++-
 airflow/cli/commands/connection_command.py        | 164 +++++++----
 airflow/models/connection.py                      |  31 +-
 airflow/secrets/base_secrets.py                   |  62 +++-
 airflow/secrets/environment_variables.py          |  18 +-
 docs/apache-airflow/concepts/connections.rst      |   2 +
 docs/apache-airflow/howto/connection.rst          | 335 ++++++++++------------
 docs/apache-airflow/img/connections.png           | Bin 79451 -> 0 bytes
 docs/apache-airflow/usage-cli.rst                 |  88 ++++++
 tests/always/test_connection.py                   |  46 +++
 tests/cli/commands/test_connection_command.py     | 206 ++++++++-----
 tests/providers/amazon/aws/hooks/test_base_aws.py |   4 +-
 12 files changed, 663 insertions(+), 334 deletions(-)
 delete mode 100644 docs/apache-airflow/img/connections.png