move input files out of scripts/

This commit is contained in:
Daniel Roth 2026-06-15 11:14:09 +00:00
parent 5c314e2914
commit 0fc81da4cf
4 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ from orchestration.sharepoint_renamer_orchestrator import SharepointRenamerOrche
from utils.sharepoint.domna_sharepoint_client import DomnaSharepointClient
from utils.sharepoint.domna_sites import DomnaSites
CSV_PATH = "scripts/sero_address_list.csv"
CSV_PATH = "applications/sharepoint_renamer/sero_address_list.csv"
def handler(event: dict[str, Any], context: Any) -> None:

View file

@ -10,6 +10,4 @@ COPY backend/__init__.py backend/__init__.py
COPY backend/pashub_fetcher/ backend/pashub_fetcher/
COPY orchestration/ orchestration/
COPY applications/sharepoint_renamer/ applications/sharepoint_renamer/
COPY scripts/sero_address_list.csv scripts/sero_address_list.csv
CMD ["applications.sharepoint_renamer.handler.handler"]

View file

@ -0,0 +1,2 @@
UPRN,Address,Postcode
U1014630,"118 Faringdon Avenue, Bromley",BR2 8BU
1 UPRN Address Postcode
2 U1014630 118 Faringdon Avenue, Bromley BR2 8BU