View Issue Details

IDProjectCategoryView StatusLast Update
0002964CaseTalk ModelerGeneration (SQL, XML, etc)public2024-03-13 09:36
ReporterMarco Wobben Assigned ToMarco Wobben  
PrioritynormalSeverityfeatureReproducibilityN/A
Status assignedResolutionopen 
Target Version14.x 
Summary0002964: BigQuery SQL
DescriptionSupport BigQuery SQL, which should be standard SQL2011 compatible, but we need to check and add the list of supported datatypes.

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types
TagsNo tags attached.
CaseTalk Editionunknown

Activities

Marco Wobben

Marco Wobben

2022-01-11 08:54

administrator   ~0004368

Support for Description, and Cluster index (instead of primary key?)

CREATE TABLE mydataset.myclusteredtable
(
  customer_id STRING,
  transaction_amount NUMERIC
)
CLUSTER BY
  customer_id
OPTIONS (
  description="a table clustered by customer_id"
)
Marco Wobben

Marco Wobben

2022-01-11 08:56

administrator   ~0004369

Last edited: 2022-01-11 08:56

Even comes with
View
support.
BigQuery SQL DDL

Issue History

Date Modified Username Field Change
2021-04-19 15:21 Marco Wobben New Issue
2021-04-19 15:21 Marco Wobben Status new => assigned
2021-04-19 15:21 Marco Wobben Assigned To => Marco Wobben
2022-01-11 08:54 Marco Wobben Note Added: 0004368
2022-01-11 08:56 Marco Wobben Note Added: 0004369
2022-01-11 08:56 Marco Wobben Note Edited: 0004369
2023-10-25 11:40 Marco Wobben Target Version 13.0.1 => 13.3
2024-03-13 09:36 Marco Wobben Target Version 13.3 => 14.x