| [ |
| { |
| "group": "bigquery", |
| "name": "sql", |
| "className": "org.apache.zeppelin.bigquery.BigQueryInterpreter", |
| "properties": { |
| "zeppelin.bigquery.project_id": { |
| "envName": null, |
| "propertyName": "zeppelin.bigquery.project_id", |
| "defaultValue": " ", |
| "description": "Google Project ID", |
| "type": "string" |
| }, |
| "zeppelin.bigquery.wait_time": { |
| "envName": null, |
| "propertyName": "zeppelin.bigquery.wait_time", |
| "defaultValue": "5000", |
| "description": "Query timeout in Milliseconds", |
| "type": "number" |
| }, |
| "zeppelin.bigquery.max_no_of_rows": { |
| "envName": null, |
| "propertyName": "zeppelin.bigquery.max_no_of_rows", |
| "defaultValue": "100000", |
| "description": "Maximum number of rows to fetch from BigQuery", |
| "type": "number" |
| }, |
| "zeppelin.bigquery.sql_dialect": { |
| "envName": null, |
| "propertyName": "zeppelin.bigquery.sql_dialect", |
| "defaultValue": "", |
| "description": "BigQuery SQL dialect (standardSQL or legacySQL). If empty, query prefix like '#standardSQL' can be used.", |
| "type": "string" |
| }, |
| "zeppelin.bigquery.region": { |
| "envName": null, |
| "propertyName": "zeppelin.bigquery.region", |
| "defaultValue": "", |
| "description": "Location of BigQuery dataset. Needed if it is a single-region dataset.", |
| "type": "string" |
| } |
| }, |
| "editor": { |
| "language": "sql", |
| "editOnDblClick": false, |
| "completionSupport": false |
| } |
| } |
| ] |