-
Notifications
You must be signed in to change notification settings - Fork 0
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
dp.show() no longer lists all files #35
Comments
|
I might have remembered it wrong, in that i thought it used to return a dataframe of all files in the respective folders as well. If my memory of what "show" should do, does not match actual history, disregard this issue. |
Yep, "datasets" were actually folders in the old "catalog" structure. In a way that can make sense, since a dataset may consist of several files. The method Now we tend to operate on files directly, just like you said. So the question is, what do we need the |
Me and @ohvssb both expected it to list both files and folders a couple of days earlier, before I started digging into the history and old codebases... When the method is named something as simple as "show" you should expect a "broader behavior" perhaps? I would expect "show()" to list both. |
Dict seems to be empty, and underdeveloped:
dapla-toolbelt/dapla/backports.py
Line 20 in b3defcc
Consider something like this, or maybe just returning a pure list, should mimic old, backported behavior.
On request from
@ohvssb
The text was updated successfully, but these errors were encountered: