Assigned
Status Update
Comments
be...@google.com <be...@google.com> #2
+1
[Deleted User] <[Deleted User]> #3
+1
[Deleted User] <[Deleted User]> #4
+1
ca...@dwd.wisconsin.gov <ca...@dwd.wisconsin.gov> #5
Any update on this?
sv...@rewe-group.com <sv...@rewe-group.com> #6
i would be interested in this update as well...
g....@ferryhopper.com <g....@ferryhopper.com> #7
+1
ne...@gmail.com <ne...@gmail.com> #8
It would be helpful if stored procedures and functions are copied over when a dataset is copied. This is a behavior in other database systems - when you copy a database everything within it (tables, data, stored procedures, functions, triggers etc.) is copied as well.
In my case I created a template dataset, which is then used to roll out other client specific datasets. If this feature is implemented then copy dataset would take care of most of it (just need to update dataset reference within it). Currently, each function and stored procedures needs to be copied from one dataset and recreated in another one.
In my case I created a template dataset, which is then used to roll out other client specific datasets. If this feature is implemented then copy dataset would take care of most of it (just need to update dataset reference within it). Currently, each function and stored procedures needs to be copied from one dataset and recreated in another one.
cr...@google.com <cr...@google.com>
ja...@google.com <ja...@google.com>
[Deleted User] <[Deleted User]> #9
Hey is there, any update on this? I have written a python script to copy the routines but it only copies stored procedures and for some reason gives error on the other types.
ho...@gmail.com <ho...@gmail.com> #10
Any update on this?
jr...@gmail.com <jr...@gmail.com> #11
Any updates?
ze...@primergrp.com <ze...@primergrp.com> #12
Any updates?
Description
What you would like to accomplish:
When copy datasets, it would be necessary to include stored procedures in this action.
How this might work:
It would be desired to include stored procedures when copy datasets.
If applicable, reasons why alternative solutions are not sufficient:
Currently, the copy task only supports tables and it's not possible to copy stored procedures with the Bigquery UI, BQ client and the API.
Other information (workarounds you have tried, documentation consulted, etc):
To copy a stored procedure, you can only do it manually.