got a very basic hello world working

This commit is contained in:
Jun-te Kim 2025-03-03 12:25:52 +00:00
parent e1dc7d26b1
commit 2a0a0fa39f
4 changed files with 7 additions and 2 deletions

View file

@ -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
---

View file

@ -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
View file

@ -0,0 +1 @@
poetry run python src/etl/main.py

View file