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