[
https://issues.apache.org/jira/browse/BEAM-6892?focusedWorklogId=229864&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-229864
]
ASF GitHub Bot logged work on BEAM-6892:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Apr/19 18:46
Start Date: 18/Apr/19 18:46
Worklog Time Spent: 10m
Work Description: chamikaramj commented on pull request #8102:
[BEAM-6892] Adding support for side inputs on table & schema. Also adding
additional params for BQ.
URL: https://github.com/apache/beam/pull/8102#discussion_r276774298
##########
File path: sdks/python/apache_beam/io/gcp/bigquery.py
##########
@@ -855,6 +869,15 @@ def __init__(self,
FILE_LOADS on Batch pipelines.
insert_retry_strategy: The strategy to use when retrying streaming
inserts
into BigQuery. Options are shown in bigquery_tools.RetryStrategy attrs.
+ additional_bq_parameters (callable): A function that returns a dictionary
+ with additional parameters to pass to BQ when creating / loading data
+ into a table. These can be 'timePartitioning', 'clustering', etc. They
+ are passed directly to the job load configuration. See
+
https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load
+ table_side_inputs (tuple): A tuple with ``AsSideInput`` PCollections to
be
Review comment:
What is "table callable" and "schema callable" ?
----------------------------------------------------------------
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: 229864)
Time Spent: 4.5h (was: 4h 20m)
> Use temp_location for BQ FILE_LOADS on DirectRunner, and autocreate it in GCS
> if not specified by user.
> -------------------------------------------------------------------------------------------------------
>
> Key: BEAM-6892
> URL: https://issues.apache.org/jira/browse/BEAM-6892
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Assignee: Pablo Estrada
> Priority: Major
> Fix For: 2.13.0
>
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)