Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Calling Stored Procedures from Cloud Dataflow code

Is it possible to directly call the 'Stored Procedures' from Cloud Dataflow code. I have dumped some data into Bigquery table and on those data I would like to apply a stored procedure (used when these data ware in SQL system). Can I use the same stored procedure in Dataflow codes as well or any workaround?

like image 712
Balajee Venkatesh Avatar asked Dec 10 '25 03:12

Balajee Venkatesh


1 Answers

No, BigQuery does not have support for stored procedures. In your Dataflow pipeline, you can issue normal SQL to BigQuery from within the pipeline itself or outside it.

like image 84
Graham Polley Avatar answered Dec 12 '25 05:12

Graham Polley



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!