[
https://issues.apache.org/jira/browse/BEAM-3983?focusedWorklogId=96763&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-96763
]
ASF GitHub Bot logged work on BEAM-3983:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Apr/18 16:54
Start Date: 30/Apr/18 16:54
Worklog Time Spent: 10m
Work Description: apilloud commented on a change in pull request #5220:
[BEAM-3983][SQL] Add BigQuery table provider
URL: https://github.com/apache/beam/pull/5220#discussion_r185044427
##########
File path: sdks/java/extensions/sql/pom.xml
##########
@@ -396,6 +396,12 @@
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.beam</groupId>
+ <artifactId>beam-sdks-java-io-google-cloud-platform</artifactId>
+ <scope>provided</scope>
Review comment:
Each provider has a dependency on SQL and its respective IO module, so we
need to break providers out into their own module by IO module. The SQL CLI
also depends on the providers, so we need some way for it to discover providers
are actually available. I created a jira:
https://issues.apache.org/jira/browse/BEAM-4190
----------------------------------------------------------------
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: 96763)
Time Spent: 11h 50m (was: 11h 40m)
> BigQuery writes from pure SQL
> -----------------------------
>
> Key: BEAM-3983
> URL: https://issues.apache.org/jira/browse/BEAM-3983
> Project: Beam
> Issue Type: New Feature
> Components: dsl-sql
> Reporter: Andrew Pilloud
> Assignee: Andrew Pilloud
> Priority: Major
> Time Spent: 11h 50m
> Remaining Estimate: 0h
>
> It would be nice if you could write to BigQuery in SQL without writing any
> java code. For example:
> {code:java}
> INSERT INTO bigquery SELECT * FROM PCOLLECTION{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)