We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I insert a row to a table, the response 'data' is empty, it does not work.
Steps to reproduce the behavior, please provide code snippets or a repository:
A row will be inserted in 'test3' table.
OS: [ Windows]
Version of supabase-py: [2.11.0]
Version of Python: [3.10.0]
(p310) C:\myprojects\github\supabase-py-test>python insert_test.py row_json: {"accumulated_blocks": 879707} Traceback (most recent call last): File "C:\myprojects\github\supabase-py-test\insert_test.py", line 38, in <module> raise Exception(f"Failed to post data: {response3_json}") Exception: Failed to post data: {'data': [], 'count': None} ```.
The text was updated successfully, but these errors were encountered:
You need a select policy in order for any data to be returned.
Sorry, something went wrong.
I've created a fully working example in the repo linked below to show this in action.
https://github.com/silentworks/sb-python-issues/tree/main/supabase_py_1030
No branches or pull requests
Bug report
Describe the bug
When I insert a row to a table, the response 'data' is empty, it does not work.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
please see this repo supabase-py-test.
Expected behavior
A row will be inserted in 'test3' table.
Screenshots
System information
OS: [ Windows]
Version of supabase-py: [2.11.0]
Version of Python: [3.10.0]
Additional context
The text was updated successfully, but these errors were encountered: