Skip to content

Conversation

@fernst
Copy link
Member

@fernst fernst commented Apr 11, 2022

Our Group By and Deduplicate plugin currently generate BigQuery SQL specific code.

For example,:

  1. VARP(column) and STDEVP(column) for Group By operations.
  2. CAST(column AS NUMERIC) for Deduplicate on Double/Float fields.

This makes a clear distinction between ANSI SQL and BigQuery SQL syntax. Plugins will be updated to reflect the new BIGQUERY_SQL string factory type.

See cdapio/hydrator-plugins#1575 and data-integrations/google-cloud#967

@gitpod-io
Copy link

gitpod-io bot commented Apr 11, 2022

@fernst fernst force-pushed the add-bigquery-sql-string-expression-factory-type branch from 7a1d5d5 to b890070 Compare April 11, 2022 21:53
@fernst fernst requested a review from tivv April 11, 2022 23:41
@fernst fernst changed the title Added BigQuery SQL type for String SQL expressions Added BigQuery capability for SQL Expressions Apr 11, 2022
@fernst fernst force-pushed the add-bigquery-sql-string-expression-factory-type branch from b890070 to 2876bc1 Compare April 12, 2022 03:16
@fernst fernst merged commit ade9d04 into develop Apr 12, 2022
@fernst fernst deleted the add-bigquery-sql-string-expression-factory-type branch April 12, 2022 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Triggers github actions build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants