We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\Lib\site-packages\google\cloud\spanner\database.py
no
Take a SQL query that works from the UI and execute it via the streaming method and I get the DEADLINE_EXCEEDED error message:
results = database.spanner_api.execute_streaming_sql(session.name, sql, query_mode=ExecuteSqlRequest.QueryMode.NORMAL)
>>> results.code() <StatusCode.DEADLINE_EXCEEDED: (4, 'deadline exceeded')>
In which file did you encounter the issue?
\Lib\site-packages\google\cloud\spanner\database.py
Did you change the file? If so, how?
no
Describe the issue
Take a SQL query that works from the UI and execute it via the streaming method and I get the DEADLINE_EXCEEDED error message:
results = database.spanner_api.execute_streaming_sql(session.name, sql, query_mode=ExecuteSqlRequest.QueryMode.NORMAL)