[
https://issues.apache.org/jira/browse/BEAM-6928?focusedWorklogId=463077&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463077
]
ASF GitHub Bot logged work on BEAM-6928:
----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jul/20 18:03
Start Date: 24/Jul/20 18:03
Worklog Time Spent: 10m
Work Description: pabloem commented on a change in pull request #12203:
URL: https://github.com/apache/beam/pull/12203#discussion_r460207893
##########
File path: sdks/python/apache_beam/io/gcp/big_query_query_to_table_it_test.py
##########
@@ -305,7 +303,8 @@ def test_big_query_new_types_native(self):
'use_standard_sql': False,
'native': True,
'wait_until_finish_duration': WAIT_UNTIL_FINISH_DURATION_MS,
- 'on_success_matcher': all_of(*pipeline_verifiers)
+ 'on_success_matcher': all_of(*pipeline_verifiers),
+ 'experiments': 'use_dataflow_bq_sink',
Review comment:
I'm trying to preserve the same test coverage after the change, and
remove BQSink tests later on. Would htis be fine?
##########
File path: CHANGES.md
##########
@@ -55,6 +55,9 @@
* New overloads for BigtableIO.Read.withKeyRange() and
BigtableIO.Read.withRowFilter()
methods that take ValueProvider as a parameter (Java)
([BEAM-10283](https://issues.apache.org/jira/browse/BEAM-10283)).
+* The WriteToBigQuery transform (Python) in Dataflow Batch no longer relies on
BigQuerySource by default. It relies on
+ a new, fully-featured transform based on file loads into BigQuery. To revert
the behavior to the old implementation,
+ you may use `--experiments=use_dataflow_bq_sink`.
Review comment:
Done everywhere. Thanks!
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 463077)
Time Spent: 40m (was: 0.5h)
> Make Python SDK custom Sink the default Sink for BigQuery
> ---------------------------------------------------------
>
> Key: BEAM-6928
> URL: https://issues.apache.org/jira/browse/BEAM-6928
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Pablo Estrada
> Priority: P2
> Time Spent: 40m
> Remaining Estimate: 0h
>
> This is for 2.14.0 - please bump version to 2.14.0 when doing 2.13.0 release.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)