Do 'side inputs' in Cloud Dataflow support reading from BigQuery views? -


tried point side-input bigquery view, instead of directly bigquery table. not produce error, returns 0 rows. view works fine inside bigquery.

for example, given view referencing table 'types_test' 1 row:

enter image description here

in bigquery, works fine:

enter image description here

but using view side-input in dataflow return 0 rows:

info: reading bigquery table <removed>:cpt_7414_playground.view_test mar 20, 2015 11:10:08 pm com.google.cloud.dataflow.sdk.io.bigqueryio evaluatereadhelper info: number of records read bigquery: 0 

do side-inputs support views in bigquery, or need else use view side-input?

found in faq's, views not supported.

http://goo.gl/zvntnp


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -