[ 
https://issues.apache.org/jira/browse/BEAM-7439?focusedWorklogId=250608&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-250608
 ]

ASF GitHub Bot logged work on BEAM-7439:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/May/19 23:34
            Start Date: 29/May/19 23:34
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on issue #8719: [BEAM-7439] 
Cherry-pick PR/8621 to the release branch.
URL: https://github.com/apache/beam/pull/8719#issuecomment-497145770
 
 
   R: @angoenka 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 250608)
    Time Spent: 0.5h  (was: 20m)

> Bigquery Write with schema None: TypeError: 'NoneType' object has no 
> attribute '__getitem__'
> --------------------------------------------------------------------------------------------
>
>                 Key: BEAM-7439
>                 URL: https://issues.apache.org/jira/browse/BEAM-7439
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Juta Staes
>            Assignee: Pablo Estrada
>            Priority: Blocker
>             Fix For: 2.13.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When running a simple write to bigquery on apache-beam==2.12.0
> {code:java}
> input_data = [
>    {'str': 'test'}
>  ]
> (pipeline | 'create' >> beam.Create(input_data)
>    | 'write' >> beam.io.WriteToBigQuery(
>    '<project-id>:beam_test.test'))
> {code}
>  
> I get the following error:
> {code:java}
> WARNING:root:Start running in the cloud
> Traceback (most recent call last):
>  File "test_pipeline.py", line 193, in <module>
>  main()
>  File "test_pipeline.py", line 183, in main
>  '<project-id>:beam_test.test'))
>  File 
> "/mnt/c/Users/Juta/Documents/02-projects/apache/beam/sdks/venv2/local/lib/python2.7/site-packages/apache_beam/pvalue.py",
>  line 112, in __or__
>  return self.pipeline.apply(ptransform, self)
>  File 
> "/mnt/c/Users/Juta/Documents/02-projects/apache/beam/sdks/venv2/local/lib/python2.7/site-packages/apache_beam/pipeline.py",
>  line 470, in apply
>  label or transform.label)
>  File 
> "/mnt/c/Users/Juta/Documents/02-projects/apache/beam/sdks/venv2/local/lib/python2.7/site-packages/apache_beam/pipeline.py",
>  line 480, in apply
>  return self.apply(transform, pvalueish)
>  File 
> "/mnt/c/Users/Juta/Documents/02-projects/apache/beam/sdks/venv2/local/lib/python2.7/site-packages/apache_beam/pipeline.py",
>  line 516, in apply
>  pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
>  File 
> "/mnt/c/Users/Juta/Documents/02-projects/apache/beam/sdks/venv2/local/lib/python2.7/site-packages/apache_beam/runners/runner.py",
>  line 193, in apply
>  return m(transform, input, options)
>  File 
> "/mnt/c/Users/Juta/Documents/02-projects/apache/beam/sdks/venv2/local/lib/python2.7/site-packages/apache_beam/runners/dataflow/dataflow_runner.py",
>  line 617, in apply_WriteToBigQuery
>  parse_table_schema_from_json(json.dumps(transform.schema)),
>  File 
> "/mnt/c/Users/Juta/Documents/02-projects/apache/beam/sdks/venv2/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery_tools.py",
>  line 130, in parse_table_schema_from_json
>  fields = [_parse_schema_field(f) for f in json_schema['fields']]
> TypeError: 'NoneType' object has no attribute '__getitem__'{code}
> I already proposed a fix for this as part of a larger pr: 
> https://github.com/apache/beam/pull/8621/commits/41cdfbda5a4e2a56b6d10046ba265ad68c78675d
> I was wondering if this also needs to be patched for version 2.12.0?
> cc: [~tvalentyn] [~pabloem]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to