Re: BQ IT tests fail on TestDataflowRunner - Python SDK

2019-06-04 Thread Tanay Tummalapalli
I didn't have any other changes. I ran the tests with a clean virtualenv as you suggested and it works now. :) Thanks Ahmet and Chamikara! On Tue, Jun 4, 2019 at 6:36 AM Chamikara Jayalath wrote: > Sounds like your input job was somehow incompatible with the Dataflow > worker. Running using a

Re: BQ IT tests fail on TestDataflowRunner - Python SDK

2019-06-03 Thread Chamikara Jayalath
Sounds like your input job was somehow incompatible with the Dataflow worker. Running using a clean virtual env should help verify as Ahmet mentioned. On Mon, Jun 3, 2019 at 5:44 PM Ahmet Altay wrote: > Do you have any other changes? Are you trying from head with a clean > virtual environment?

Re: BQ IT tests fail on TestDataflowRunner - Python SDK

2019-06-03 Thread Ahmet Altay
Do you have any other changes? Are you trying from head with a clean virtual environment? If you can share a link to dataflow job (in the apache-beam-testing GCP project), we can try to look at additional logs as well. On Mon, Jun 3, 2019 at 1:42 PM Tanay Tummalapalli wrote: > Hi everyone, > >

BQ IT tests fail on TestDataflowRunner - Python SDK

2019-06-03 Thread Tanay Tummalapalli
Hi everyone, I ran the Integration Tests - BigQueryStreamingInsertTransformIntegrationTests[1] and BigQueryFileLoadsIT[2] on the master branch locally, with the following command: ./scripts/run_integration_test.sh --test_opts