Does anyone know how to invoke a Big Query Stored Procedure from GDS? When I try the following, I get an error:
CALL mydataset.get_member_value
('Hi');
Sorry, we encountered an error and were unable to complete your request. Syntax error: Expected end of input but got keyword LIMIT at [1:55] Error ID: 78495f50
The same call string works in Big Query directly. Ultimately I would like to pass in a non-hard coded parameter. e.g. an @parameter from GDS into a BigQuery stored procedure.