Skip to content

Commit

Permalink
chore(pipeline): drop ban api connection pool
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Oct 9, 2023
1 parent b257369 commit 1fe2ef9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pipeline/dags/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 0 additions & 2 deletions pipeline/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fe2ef9

Please sign in to comment.