-
Notifications
You must be signed in to change notification settings - Fork 130
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
QueryTablesIncludeFlags doesn't seem to be used anywhere within the QueryTables operation #6155
Comments
Marking as blocking release if we need to remove it, since this is public surface area, and can't be fixed after. |
The REST docs for query tables don't mention any use of the But, they do mention setting the We seem to hardcode it to minimalmetadata always (and only in the PrepXEntity operations).
GoLang exposes this via options: |
The other languages expose the Re-opening to consider what we want to do here. |
For reference, here's the PR in GoLang which added the Metadata capability: |
done |
#6155 (comment) |
This option doesn't seem to be used by the SDK, in the implementation detail, but is publicly exposed:
#6154
It's probably worth going back to a source of truth and investigating. What does the REST API specs or service docs say here?
Maybe it was carried over from storage, where
"include"
is added as query parameter. Should the same be done here?azure-sdk-for-cpp/sdk/storage/azure-storage-blobs/src/rest_client.cpp
Lines 788 to 795 in c168d73
GoLang doesn't seem to have this option, though I am not familiar with the service or specifics of Go's implementation:
https://github.com/Azure/azure-sdk-for-go/blob/0387c89ceebae256c9ea717533c739b7a875d996/sdk/data/aztables/options.go#L115-L145
The text was updated successfully, but these errors were encountered: