[
https://issues.apache.org/jira/browse/BEAM-6014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16678895#comment-16678895
]
Valentyn Tymofieiev commented on BEAM-6014:
-------------------------------------------
Also tried to manually tried to disable FnAPI runner at
[https://github.com/apache/beam/blob/b558c4d4f21ae1a48fb51afedd849b1f75ff3325/sdks/python/apache_beam/runners/direct/direct_runner.py#L76]
, with no change in behavior.
> bigquery_tornadoes example does not work on Python Direct Runner
> ----------------------------------------------------------------
>
> Key: BEAM-6014
> URL: https://issues.apache.org/jira/browse/BEAM-6014
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Assignee: Ahmet Altay
> Priority: Major
>
> Steps to reproduce:
>
> {noformat}
> <Make new virtual env, install apache-beam[gcp] >
>
> PROJECT=$(gcloud config get-value project)
> BQ_DATASET=${USER}_bq_dataset
> TABLE_NAME=out
> bq rm -rf --project=$PROJECT $BQ_DATASET
> bq mk --project=$PROJECT $BQ_DATASET
> python -m apache_beam.examples.cookbook.bigquery_tornadoes --output
> $BQ_DATASET.$TABLE_NAME --project=$PROJECT
> bq show $PROJECT:$BQ_DATASET.$TABLE_NAME
> {noformat}
> The resulting Database is empty, however it has several rows if we run the
> example with Dataflow runner.
> Older versions of SDK also seem to have this problem.
> cc: [~chamikara], [~charleschen].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)