You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually this is a bit more involved given we currently support both s3 bucket paths and local paths. I was trying to avoid having to class specific methods of read_config_file() as the idea was that it would primarily be called via read_config() which does have class methods and performs a lot of validation also. However, I'm going to go ahead and add class specific methods to read_config_file(). In the default method, I'll also allow it to read a config file from a url (e.g. GitHub) which would allow modelers not working within a hub to have an up to date version of a config file.
annakrystalli
changed the title
Add file extension check to read_config_file()
Allow read_config_file() and read_config() to take URLs as inputs and add SubTreeFileSystem class method to read_config_file()Feb 5, 2025
See https://github.com/hubverse-org/hubValidations/pull/196 fo for context
The text was updated successfully, but these errors were encountered: