Instance of 'ContainerProxy' has no 'execute_stored_procedure' member
See original GitHub issueI follow the instruction at https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-use-stored-procedures-triggers-udfs#stored-procedures---python-sdk
When I implemented this:
container.execute_stored_procedure(sproc_link)
the error shows up:
Instance of ‘ContainerProxy’ has no ‘execute_stored_procedure’ member
Dig deep into the API at https://docs.microsoft.com/en-us/python/api/overview/azure/cosmosdb?view=azure-python And yes, there is no execute_stored_procedure
But still found it here: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-cosmos/4.1.0/_modules/azure/cosmos/scripts.html
Did anyone meet this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Solved: Unable to Execute Stored procedure
Solved: Hello All, I am attempting to generate some data for my Flow by executing a stored procedure. I have created a gateway...
Read more >Execute Stored Procedure - Appian Community
This plug-in provides a Smart Service and Function for executing stored procedures. The Smart Service can be used to execute stored procedures ...
Read more >Execute stored procedure w/parameters in Dapper
a micro ORM with a DAL and by some reason I'm not able to execute stored procedures with input parameters. In a example...
Read more >[JDBC] Execute Stored Procedure with arguments gives error ...
Connect to the database db1 using the JDBC driver. Stored Procedure of another database (db2) having arguments (Present in same SQL instance).
Read more >Calling Stored Procedures with the Entity Framework in .NET 5
NET to the next, all you have to do is to change your methods and not all of the code in your application....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed.
PR Merged. Will be published in the next days. Tks