Skip to content

Commit

Permalink
Merge pull request #50 from datakind/feat/ingestion-free-standing
Browse files Browse the repository at this point in the history
Feat/ingestion free standing
  • Loading branch information
dividor authored Jun 16, 2024
2 parents 5b049c9 + 63718a1 commit 48d5730
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ingestion/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
from shapefiles import download_hdx_boundaries
from sqlalchemy import create_engine, text

# This is copied into Docker env
from utils.general import is_running_in_docker, read_integration_config
sys.path.append(
os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
) # noqa: E402
from utils.general import is_running_in_docker, read_integration_config # noqa: E402

INTEGRATION_CONFIG = "ingestion.config"

Expand Down
Empty file added utils/__init__.py
Empty file.

0 comments on commit 48d5730

Please sign in to comment.