Skip to content
Closed
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
2 changes: 1 addition & 1 deletion providers/amazon/docs/executors/batch-executor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Create a Job Definition

.. code-block:: bash

postgresql+psycopg2://<username>:<password>@<endpoint>/<database_name>
postgresql+psycopg://<username>:<password>@<endpoint>/<database_name>

7. Add other configuration as necessary for Airflow generally (see `here <https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html>`__), the Batch executor (see :ref:`here <config-options>`) or for remote logging (see :ref:`here <logging>`). Note that any configuration changes should be made across the entire Airflow environment to keep configuration consistent.

Expand Down
2 changes: 1 addition & 1 deletion providers/amazon/docs/executors/ecs-executor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Create Task Definition

.. code-block:: bash

postgresql+psycopg2://<username>:<password>@<endpoint>/<database_name>
postgresql+psycopg://<username>:<password>@<endpoint>/<database_name>


- ``AIRFLOW__ECS_EXECUTOR__SECURITY_GROUPS``, with the value being a comma separated list of security group IDs associated with the VPC used for the RDS instance.
Expand Down
2 changes: 1 addition & 1 deletion providers/amazon/docs/executors/lambda-executor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Finally create the function:

.. code-block:: bash

postgresql+psycopg2://<username>:<password>@<endpoint>/<database_name>
postgresql+psycopg://<username>:<password>@<endpoint>/<database_name>


- ``AIRFLOW__LAMBDA_EXECUTOR__QUEUE_URL``, with the value being the URL of the SQS queue created above.
Expand Down