octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
9 stars 3 forks source link

Make `Dataset` instantiation recursive by default #659

Closed cortadocodes closed 4 days ago

cortadocodes commented 1 month ago

Feature request

Use Case

It's intuitive and useful for a dataset to include all files in the tree under its directory by default.

Current state

It only contains the top level of files.

Proposed Solution

Set recursive=True as the default.