mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
add utilities to hubspot etl dockerfile
This commit is contained in:
parent
2c83c977e6
commit
4bf85375e7
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue