What is “Error in SQL Launcher” means when using Dataflow SQL UI?

偶尔善良 提交于 2021-01-29 08:38:05

问题


I tried to create a Dataflow job using the Dataflow SQL UI. I followed the Using Dataflow SQL Tutorial and the job ran properly. I changed the data source to a BigQuery table. My plan is:

  1. Query from the BigQuery table
  2. Save the result back to a BigQuery Table.

When I creating the dataflow job, I got the error message: Error in SQL Launcer

What does the error mean? Thanks for your help!


回答1:


Dataflow SQL does not yet support the DATE type (there was a bug in the SQL Validator that didn't catch that). Selecting a field with DATE type will cause that NPE error message, and the fix is to only select fields that are supported.



来源:https://stackoverflow.com/questions/62811375/what-is-error-in-sql-launcher-means-when-using-dataflow-sql-ui

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!