Re: google.cloud.bigQuery version on workers - please HELP

2018-07-16 Thread OrielResearch Eila Arich-Landkof
Hi Ahmet, thank you for the detailed explanation. Looking forward for the latest BQ - beam version upgrade. Best, Eila On Fri, Jul 13, 2018 at 9:02 PM, Ahmet Altay wrote: > > > On Thu, Jul 12, 2018 at 7:35 PM, OrielResearch Eila Arich-Landkof < > e...@orielresearch.org> wrote: > >> Hi Ahmat, >>

Re: google.cloud.bigQuery version on workers - please HELP

2018-07-13 Thread Ahmet Altay
On Thu, Jul 12, 2018 at 7:35 PM, OrielResearch Eila Arich-Landkof < e...@orielresearch.org> wrote: > Hi Ahmat, > > > I have received the version from the worker using the following commands: > > *from google.cloud import bigquery* > *logging.info ('bigquery.__version__ is %s >

Re: google.cloud.bigQuery version on workers - please HELP

2018-07-12 Thread OrielResearch Eila Arich-Landkof
Hi Ahmat, I have received the version from the worker using the following commands: *from google.cloud import bigquery* *logging.info ('bigquery.__version__ is %s ',bigquery.__version__)* I tried few time to install the google-cloud-bigquery on the workers using setup.py wi

Re: google.cloud.bigQuery version on workers - please HELP

2018-07-12 Thread Ahmet Altay
Hi Eila, You can find a list of dependencies installed in Dataflow workers in [1]. Dataflow workers will have a set of dependencies that will satisfy the requirements from setup.py. Which bigquery library you are using? There is a google-cloud-bigquery==0.25.0 dependency, I am not sure where the