Skip to content

An Cloud Function interface wrapper that could be used as UDF in Big Query

License

Notifications You must be signed in to change notification settings

arquivei/bigqueryudf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bigqueryudf

An Cloud Function interface wrapper that could be used as UDF in Big Query

This implementation uses http interface and bigquery entities expected inside a Cloud Function

TL;DR

func init() {
	functions.HTTP("bigquery", bigqueryudf.NewHandler(transformationExample))
}

func transformationExample(input []byte) (any, error) {
	return "hello world", nil
}

To understand more about how to use this project, there are some examples

Comments, discussions, issues and pull-requests are welcomed.

About

An Cloud Function interface wrapper that could be used as UDF in Big Query

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages