feat: initial scaffold for Rock Cosmetics Adit ingestion (#1784)
- pyproject.toml with rock-ingest CLI entrypoint - config, db, ingest, migrate modules mirroring agency-marketing-ingest patterns - column_map.py with stubbed COLUMN_MAP — fill once Adit CSV export lands - 3 SQL migrations: schema bootstrap, imports tracking, leads table with GHL match_status - drop/ directory for Adit export files (CSV first, xlsx fallback) - GHL_CLINIC_NUM TBD pending Sir Alex Therrien confirmation
This commit is contained in:
commit
d63cfe81c6
14 changed files with 799 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.env
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
.venv/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.ruff_cache/
|
||||
.pyright/
|
||||
Loading…
Add table
Add a link
Reference in a new issue