Skip to content

Add support for BigQuery User Defined Functions in BigQuery operator#1138

Merged
criccomini merged 1 commit intoapache:masterfrom
LeBlanc:master
Mar 8, 2016
Merged

Add support for BigQuery User Defined Functions in BigQuery operator#1138
criccomini merged 1 commit intoapache:masterfrom
LeBlanc:master

Conversation

@LeBlanc
Copy link
Contributor

@LeBlanc LeBlanc commented Mar 8, 2016

User Defined Functions let a BigQuery user do data transformations on query results. If you are using BigQuery for ELT, then UDFs let you do the Transform step entirely in BigQuery, using javascript functions on a per-row basis.

This pull request allows an Airflow DAG to pass a UDF config to the BigQuery operator, and have that UDF config be included in the query API call.

See https://cloud.google.com/bigquery/user-defined-functions for more details on UDFs.

@criccomini
Copy link
Contributor

LGTM

criccomini added a commit that referenced this pull request Mar 8, 2016
Add support for BigQuery User Defined Functions in BigQuery operator
@criccomini criccomini merged commit 4e264fb into apache:master Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants