From 69b642e68c9b34e8e907444b8a568ab1029c88c2 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 3 Mar 2025 13:20:52 +0000 Subject: [PATCH] added comment on what to work on next --- etl/src/etl/main.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etl/src/etl/main.py b/etl/src/etl/main.py index 5d3f3c9..cc0f1a4 100644 --- a/etl/src/etl/main.py +++ b/etl/src/etl/main.py @@ -20,4 +20,9 @@ # Do some with local files and read stuff basic -print("hello world ") \ No newline at end of file +print("hello world ") + +# Read file from local file path directory +# proof of concept of some validator +# proof of concept of something i do with a particular flie +# ask khalim how sharepoint is going \ No newline at end of file