add utilities to hubspot etl dockerfile

This commit is contained in:
Daniel Roth 2026-07-08 16:49:55 +00:00
parent 2c83c977e6
commit 4bf85375e7

View file

@ -18,6 +18,10 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy necessary files for database and utility imports
COPY backend/ backend/
COPY utils/ utils/
# Distinct from utils/: etl.hubspot.hubspot_deal_differ (pulled in via
# HubspotClient -> main) imports `utilities.logger`. Without this the lambda
# fails at init with "No module named 'utilities'".
COPY utilities/ utilities/
COPY datatypes/ datatypes/
# main -> backend.app.db.models.{epc_property,recommendations} ->
# infrastructure.postgres.{epc_property_table,modelling} -> domain.modelling.