Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "external" tables #2372

Closed
tseaver opened this issue Sep 21, 2016 · 5 comments
Closed

Add support for "external" tables #2372

tseaver opened this issue Sep 21, 2016 · 5 comments
Assignees
Labels
api: bigquery Issues related to the BigQuery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@tseaver
Copy link
Contributor

tseaver commented Sep 21, 2016

See the Table resource field and the federated data sources narrative docs.

External tables can be one of:

  • Files in Cloud Storage
  • Google Sheets
  • Bigtable tables
  • Datastore backup sets

@jgeewax I'm pretty sure those fields were not in the resource when I first implement v2 last August. Are the back-end team pushing out new features without bumping the API version?

@tseaver tseaver added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: bigquery Issues related to the BigQuery API. labels Sep 21, 2016
@lukesneeringer lukesneeringer added the priority: p2 Moderately-important priority. Fix may not be included in next release. label Apr 19, 2017
@lukesneeringer
Copy link
Contributor

@tswast I need guidance on this one. Can this be either moved to an overall BigQuery feature doc (either in the pre-beta or post-beta section) or closed if no longer needed?

@tswast
Copy link
Contributor

tswast commented Aug 11, 2017 via email

@gealvare
Copy link

+1 Definitely still relevant.

@LFischerstrom
Copy link

I manage to query Avro by doing this:

class QueryJob(bigquery.query.QueryJob):    
    def _build_resource(self):
        return self._properties

@tswast
Copy link
Contributor

tswast commented Oct 24, 2017

Fixed by #4193, to be merged to master in #4245.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

5 participants