From d778f79169ec1caea46b1278d79930aa11c116d7 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 3 Mar 2025 13:19:35 +0000 Subject: [PATCH] hid data file --- .gitignore | 3 ++- etl/README.md | 4 ++-- etl/src/etl/main.py | 16 ++++------------ 3 files changed, 8 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index c791ff5..b55da5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Byte-compiled / optimized / DLL files __pycache__/ -*.py[cod] \ No newline at end of file +*.py[cod] +data/ \ No newline at end of file diff --git a/etl/README.md b/etl/README.md index e36d2cf..d8e0725 100644 --- a/etl/README.md +++ b/etl/README.md @@ -15,8 +15,8 @@ Definition of one place: - [x] Read a file from what khalim has shared Add a local file: -- [] mount a local folder directory wiht what Khalim sharepoint he has shared -- [] REad files???? +- [x] mount a local folder directory wiht what Khalim sharepoint he has shared +- [x] REad files and do something with it Once I have sharepoint api working: diff --git a/etl/src/etl/main.py b/etl/src/etl/main.py index 8b9e27d..5d3f3c9 100644 --- a/etl/src/etl/main.py +++ b/etl/src/etl/main.py @@ -1,13 +1,4 @@ # from utils.sharepoint.sharepoint import SharePointClient -import os - - -print("Hello world") - -### -''' -Place holder for SharePointClient - When khalim is back see if I can get this wokring -''' ### # # Share point env variables most likely # SHAREPOINT_CLIENT_ID = os.getenv("SHAREPOINT_CLIENT_ID", None) @@ -26,6 +17,7 @@ Place holder for SharePointClient - When khalim is back see if I can get this wo # ) -### -#Get local file read working -### \ No newline at end of file + +# Do some with local files and read stuff basic + +print("hello world ") \ No newline at end of file