mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
got a very basic hello world working
This commit is contained in:
parent
e1dc7d26b1
commit
2a0a0fa39f
4 changed files with 7 additions and 2 deletions
|
|
@ -16,7 +16,8 @@
|
|||
|
||||
## 📜 Basic Functionality
|
||||
- [ ] Implement basic **classes** to read files
|
||||
- [ ] Utilize parts of **Khalim's code** from `assessor-toolkit`
|
||||
- [ ] Utilize parts of **Khalim's code** from `assessor-toolkit`
|
||||
- [ ] Please see README.md for todo list for etl
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,7 @@ Definition of multiple places:
|
|||
- Future Osmosis Sharepoint
|
||||
|
||||
Definition of one place:
|
||||
- into a CSV...today (03/03/2025)
|
||||
- into a CSV...today (03/03/2025)
|
||||
|
||||
|
||||
- [] Make validator for retro team
|
||||
|
|
|
|||
1
etl/run_etl.sh
Normal file
1
etl/run_etl.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
poetry run python src/etl/main.py
|
||||
Loading…
Add table
Reference in a new issue