0
I tried several ways to call a Procedure through this interesting Big Query feature for scheduling queries. If it is possible to call Procedures through this feature, it will be a great opportunity to work in various ways with the data in Big Query.
I have tried to call these procedures in several ways, in short:
CALL project.schema.procedure()
CALL schema.procedure()
CALL procedure()
I ask for help!!!! Thank you!