[
https://issues.apache.org/jira/browse/BEAM-6553?focusedWorklogId=195870&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-195870
]
ASF GitHub Bot logged work on BEAM-6553:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Feb/19 19:16
Start Date: 07/Feb/19 19:16
Worklog Time Spent: 10m
Work Description: chamikaramj commented on pull request #7655:
[BEAM-6553] A Python SDK sink that supports File Loads into BQ
URL: https://github.com/apache/beam/pull/7655#discussion_r254491515
##########
File path: sdks/python/apache_beam/io/gcp/bigquery.py
##########
@@ -648,18 +653,31 @@ def _flush_batch(self):
class WriteToBigQuery(PTransform):
- def __init__(self, table, dataset=None, project=None, schema=None,
+ def __init__(self,
+ table,
+ dataset=None,
+ project=None,
+ schema=None,
create_disposition=BigQueryDisposition.CREATE_IF_NEEDED,
write_disposition=BigQueryDisposition.WRITE_APPEND,
- batch_size=None, test_client=None):
+ batch_size=None,
+ max_file_size=None,
+ max_files_per_bundle=None,
Review comment:
Should we advertise defaults for these values through the API/pydocs ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 195870)
Time Spent: 1h 50m (was: 1h 40m)
> A BigQuery sink thta is SDK-implemented and supports file loads in Python
> -------------------------------------------------------------------------
>
> Key: BEAM-6553
> URL: https://issues.apache.org/jira/browse/BEAM-6553
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Pablo Estrada
> Assignee: Pablo Estrada
> Priority: Major
> Labels: triaged
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)