From 1fe2ef956baef44c0ed609bdde1fad215c7fb7d8 Mon Sep 17 00:00:00 2001 From: Valentin Matton Date: Mon, 9 Oct 2023 17:11:49 +0200 Subject: [PATCH] chore(pipeline): drop ban api connection pool --- pipeline/dags/main.py | 1 - pipeline/entrypoint.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/pipeline/dags/main.py b/pipeline/dags/main.py index db073911d..88cbb1d38 100644 --- a/pipeline/dags/main.py +++ b/pipeline/dags/main.py @@ -133,7 +133,6 @@ def _geocode(): task_id="python_geocode", python=str(PYTHON_BIN_PATH), python_callable=_geocode, - pool="base_adresse_nationale_api", ) dbt_run_after_geocoding = dbt_operator_factory( diff --git a/pipeline/entrypoint.sh b/pipeline/entrypoint.sh index 4f73be832..83eabd92e 100755 --- a/pipeline/entrypoint.sh +++ b/pipeline/entrypoint.sh @@ -70,7 +70,5 @@ python -m venv "${VIRTUAL_ENV}" # Install dbt packages (not python packages) "${VIRTUAL_ENV}/bin/dbt" deps --project-dir "${AIRFLOW_VAR_DBT_PROJECT_DIR}" -airflow pools set base_adresse_nationale_api 1 "Limit access to the ban api" - # Keep the application container up sleep infinity \ No newline at end of file