This content has been marked as final.
Show 1 reply
-
1. Re: Support for "Numeric" datatype of BigQuery in Teiid
rareddy Nov 28, 2018 9:13 AM (in response to rujutas)What is DDL look like in your VDB for representing the Numeric column? Here are all the supported data types in Teiid [1]. When connected to the source systems like BigQuery, the native types of the source system are mapped to one of the types in the Teiid. Typically that done during the import of metadata of your source (BigQuery), which will become part of your VDB. Teiid does not have builtin translator for BigQuery, so you must have used alternative methods to define the VDB, and usage of the translator.