Metadata Function returns error #289
Replies: 1 comment
-
Hello, It seems that operations related to Routine metadata are not supported. When trying to retrieve metadata, it sends a GET request to bigquery-emulator/server/handler_gen.go Lines 113 to 117 in a2ae972 However, this handler hasn't been implemented yet. bigquery-emulator/server/handler.go Lines 2010 to 2012 in 3f8779e (But when I tried it, I got an error that says "routine myroutine is not found, notFound" as it couldn't find the Routine in middleware before it even reached this handler... 🤔 ) bigquery-emulator/server/middleware.go Lines 291 to 294 in 3ea31db |
Beta Was this translation helpful? Give feedback.
-
Hello everyone. How's everyone doing?
Does the metadata function work with UDF in the emulator? I can create and execute the query perfectly fine, but when using metadata, it always returns nil.
Beta Was this translation helpful? Give feedback.
All reactions