Gaétan Soulas
Results
2
comments of
Gaétan Soulas
Hi, I have just encountered this issue too. To fix it, I added an output parameter in the definition of the function : `CREATE OR REPLACE PROCEDURE get_latest_partition_timestamp (fully_qualified_table STRING,...
> Thanks, But unfortunately BigQuery stored procedures doesn't supports INOUT variables like Postgres. It only supports parameters of IN type, which means you can pass values into the procedure but...