-
Notifications
You must be signed in to change notification settings - Fork 205
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
[BUG] table_input - row_key parameter is ignored #848
Comments
Thanks for informing pls share the all repro steps |
Repro stepsYou can use Storage Explorer and the Azurite emulator or an actual Azure Storage Table to perform these steps.
|
@obesser Thanks for reporting the issue. I have replicated the issue and it returns both. Transferring to extension team for further investigation. |
I just spent hours debugging this until I found this issue. I'm surprised this is over a year old and not fixed yet. Maybe you should add a warning to the docs that this here is just not working. In my case, I'm using node, not python and I tried both v3 and v4 programming models. |
Not sure but is this where |
I am using Azurite to test this binding. While the
partition_key
andfilter
parameters work as expected, therow_key
parameters seems to be completely ignored.This is the Azurite trace message when invoking the function, RowKey is not being added to the filter:
GET /devstoreaccount1/table_name()?$format=application%2Fjson%3Bodata%3Dminimalmetadata&$filter=PartitionKey%20eq%20%27xxx%27 HTTP/1.1
Core Tools Version: 4.0.5095 Commit hash: N/A (64-bit)
Function Runtime Version: 4.16.5.20396
The text was updated successfully, but these errors were encountered: