-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File/address validation #9
Comments
|
@dalonsoa I think the #10 has made pretty much cleared what i need to know to start on graph functions. We don't have to solve all of this now, but I wanted to check if I could still make the assumption that the graph functions are receiving paths as args in the same way as before.
|
I would say so, given that it is impractical in some cases to pass fully loaded data objects like dataframes and the sort. Ideally, pass |
Sounds good - don't need to decide this now but for consistency with params could also put addresses in pydantic classes too. Though would ideally make the address relative to the user's defined base directory in some way and also work with model instances... Don't need to work this out yet though
|
There's a lot of os.path.join - file addresses should be defined and validated in one place
The text was updated successfully, but these errors were encountered: