You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2020/05/01 18:35:00 UTC

[jira] [Commented] (BEAM-9623) Add support for configuring TableProviders in Python SqlTransform

    [ https://issues.apache.org/jira/browse/BEAM-9623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17097582#comment-17097582 ] 

Brian Hulette commented on BEAM-9623:
-------------------------------------

We should only try to support metastore table providers here. For table providers for specific sources (e.g. PubsubJson), we should wait for https://s.apache.org/xlang-table-provider

There are really only two meta-stores currently supported in Beam SQL: 
- GCP DataCatalog (no configuration required)
- HCatalog (user needs to specify a Map<String, String> configuration)

User may also want to use more than one simultaneously and specify a default one.

> Add support for configuring TableProviders in Python SqlTransform
> -----------------------------------------------------------------
>
>                 Key: BEAM-9623
>                 URL: https://issues.apache.org/jira/browse/BEAM-9623
>             Project: Beam
>          Issue Type: Improvement
>          Components: dsl-sql, sdk-py-core
>            Reporter: Brian Hulette
>            Assignee: Brian Hulette
>            Priority: Major
>
> It should be possible to use e.g. DataCatalogTableProvider and access BigQuery, PubSub, and GCS in queries.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)