diff --git a/providers/amazon/docs/executors/batch-executor.rst b/providers/amazon/docs/executors/batch-executor.rst index 64ac98672ecce..8f71ba7d8c5ee 100644 --- a/providers/amazon/docs/executors/batch-executor.rst +++ b/providers/amazon/docs/executors/batch-executor.rst @@ -298,7 +298,7 @@ Create a Job Definition .. code-block:: bash - postgresql+psycopg2://:@/ + postgresql+psycopg://:@/ 7. Add other configuration as necessary for Airflow generally (see `here `__), the Batch executor (see :ref:`here `) or for remote logging (see :ref:`here `). Note that any configuration changes should be made across the entire Airflow environment to keep configuration consistent. diff --git a/providers/amazon/docs/executors/ecs-executor.rst b/providers/amazon/docs/executors/ecs-executor.rst index 9b98e3fc79a3e..fd534cb27ded0 100644 --- a/providers/amazon/docs/executors/ecs-executor.rst +++ b/providers/amazon/docs/executors/ecs-executor.rst @@ -332,7 +332,7 @@ Create Task Definition .. code-block:: bash - postgresql+psycopg2://:@/ + postgresql+psycopg://:@/ - ``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. diff --git a/providers/amazon/docs/executors/lambda-executor.rst b/providers/amazon/docs/executors/lambda-executor.rst index 3451ba774ce49..4ceb5c3bea940 100644 --- a/providers/amazon/docs/executors/lambda-executor.rst +++ b/providers/amazon/docs/executors/lambda-executor.rst @@ -334,7 +334,7 @@ Finally create the function: .. code-block:: bash - postgresql+psycopg2://:@/ + postgresql+psycopg://:@/ - ``AIRFLOW__LAMBDA_EXECUTOR__QUEUE_URL``, with the value being the URL of the SQS queue created above.