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

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -