diff --git a/etl/src/etl/main.py b/etl/src/etl/main.py index cc0f1a4..d490a6f 100644 --- a/etl/src/etl/main.py +++ b/etl/src/etl/main.py @@ -25,4 +25,5 @@ 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 +# the important file at the moment is "Pre site notes" # ask khalim how sharepoint is going \ No newline at end of file diff --git a/etl/src/etl/validator/retrohome.py b/etl/src/etl/validator/retrohome.py index 40d1729..e814361 100644 --- a/etl/src/etl/validator/retrohome.py +++ b/etl/src/etl/validator/retrohome.py @@ -1,5 +1,6 @@ -class RetroHomeValidator(filepath): - def __init__(self): + +class RetroHomeValidator(): + def __init__(self, file_path): pass