question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Instance of 'ContainerProxy' has no 'execute_stored_procedure' member

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Rodrigosszcommented, Aug 27, 2020

Fixed.

1reaction
Rodrigosszcommented, Aug 26, 2020

PR Merged. Will be published in the next days. Tks

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found