Skip to content

Commit

Permalink
flow names in english
Browse files Browse the repository at this point in the history
  • Loading branch information
thoomasbro committed May 22, 2024
1 parent 120d4d1 commit fe1aa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience/src/pipeline/flows/amp_ofb.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def load_amp_areas(amp_areas: gpd.GeoDataFrame):
)


with Flow("maj amp depuis ofb") as flow:
with Flow("update amp from ofb") as flow:
amp_areas = extract_amp_areas(url=AMP_AREAS_URL, proxies=PROXIES)
amp_areas = transform_amp_areas(amp_areas)
load_amp_areas(amp_areas)
Expand Down

0 comments on commit fe1aa8b

Please sign in to comment.