-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
get_directory_properties and get_file_properties use the blob REST API #28643
Comments
Thank you for your feedback. This has been routed to the support team for assistance. |
@mathieulongtin We are redirecting this to services team to look into. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. Issue Details
Describe the bug To Reproduce
Expected behavior
I note however that creation time is not in there. Screenshots Additional context
|
Hi @mathieulongtin, thanks for raising the issue. You are correct that the Datalake SDK calls the Blob endpoint when fetching properties. This is by design. However, it does seem to be gap that we are missing the owner, group, and permissions properties (actually some others as well) when calling the Datalake We do believe this is a gap and that these properties should be returned for Datalake and so we are discussing a solution to this, and I will get back to you when I know more. Thanks. |
That the data lake Python API uses the blob's REST API for anything kind of baffles me. |
Hi @mathieulongtin, to update, we have designed a solution to address this gap and will be working on implementing it soon. You can expect to see this in an upcoming release within the next few months. In the meantime, you can try using |
Hi @mathieulongtin. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text "/unresolve" to remove the "issue-addressed" label and continue the conversation. |
Hi @mathieulongtin, a fix for this has been merged into the feature branch for our upcoming release. #29491 This will go to a preview release within the next few weeks, followed by a GA release sometime after. |
Hi @mathieulongtin, since you haven’t asked that we |
Describe the bug
The datalake Python API uses the blob REST API for get_XXX_properties() methods, as a result, it doesn't return the file owner. group, permissions or ACL.
To Reproduce
Here's what get_file_properties returns:
Expected behavior
I would expect the information from calling this, including owner, group, permissions and ACL:
I note however that creation time is not in there.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: