Skip to content

Latest commit

 

History

History

bigfunctions

description search folders
Catalog of open-source BigFunctions
exclude
true
ai
notify
get_data
export
ga4
trigger_event
transform_numeric
transform_string
transform_geo_data
transform_date
transform_json
transform_array
machine_learning
graph
convert_data_format
explore
utils

BigFunctions

BigFunctions are open-source BigQuery routines that give you SQL-superpowers in BigQuery 💪.

!!! note ""

**✅ You can call ANY of the following public BigFunctions from your Google Cloud Project** (*no install*).

- The functions are deployed in `bigfunctions` GCP project in 39 datasets for all of the 39 BigQuery regions.
- They are public, so they can be called by anyone.
- For any question or difficulties, please read [Getting Started](../README.md).
- If you prefer to deploy the BigFunction in your own project, read [Getting Started](../README.md).
- Found a bug? Please raise an issue [here](https://github.com/unytics/bigfunctions/issues/new/choose)

??? info "All BigFunctions Datasets >"

| Region | Dataset |
|--------|---------|
{% for dataset in dataset.split(',') -%}
| `{{ dataset.replace('_', '-') }}` | `{{ project }}.{{ dataset }}` |
{% endfor %}