We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ba749 commit b392adbCopy full SHA for b392adb
packages/cubejs-schema-compiler/src/adapter/BigqueryQuery.ts
@@ -367,7 +367,6 @@ export class BigqueryQuery extends BaseQuery {
367
templates.types.decimal = 'BIGDECIMAL({{ precision }},{{ scale }})';
368
templates.types.binary = 'BYTES';
369
templates.operators.is_not_distinct_from = 'IS NOT DISTINCT FROM';
370
- templates.join_types.full = 'FULL';
371
templates.statements.time_series_select = 'SELECT DATETIME(TIMESTAMP(f)) date_from, DATETIME(TIMESTAMP(t)) date_to \n' +
372
'FROM (\n' +
373
'{% for time_item in seria %}' +
0 commit comments