The StarThinker project will no longer receive new solution contributions from the Google team.
Please read the full StarThinker Open Source Support Ends At Google article for more details.
Add a custom function or table to a dataset.
| Specify the dataset, and the function or table will be added. | 
| Pearson Significance Test: Check if a correlation is significant. | 
| RGB To HSV: Convert color values for analysis. | 
| Open Source | YES | 
| Age | July 7, 2020 (2 years, 6 months) | 
| Authors | kenjora@google.com | 
| Shedule Days | Configured by user. | 
| Shedule Hours | Configured by user. | 
[
    {
        "bigquery": {
            "auth": {
                "field": {
                    "name": "auth",
                    "kind": "authentication",
                    "order": 0,
                    "default": "service",
                    "description": "Credentials used for writing function."
                }
            },
            "function": {
                "field": {
                    "name": "function",
                    "kind": "choice",
                    "order": 1,
                    "choices": [
                        "Pearson Significance Test",
                        "RGB To HSV"
                    ],
                    "default": "Pearson Significance Test",
                    "description": "Function or table to create."
                }
            },
            "to": {
                "dataset": {
                    "field": {
                        "name": "dataset",
                        "kind": "string",
                        "order": 1,
                        "default": "",
                        "description": "Existing BigQuery dataset."
                    }
                }
            }
        }
    }
]
    Everything from a quick Google Cloud UI to reference developer code for your team in one GitHub repository.