Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Get bigquery working again #6

Merged
merged 1 commit into from
Aug 21, 2022
Merged

Get bigquery working again #6

merged 1 commit into from
Aug 21, 2022

Conversation

cpcloud
Copy link
Collaborator

@cpcloud cpcloud commented Aug 21, 2022

No description provided.

@CLAassistant
Copy link

CLAassistant commented Aug 21, 2022

CLA assistant check
All committers have signed the CLA.


vd.option('disp_ibis_sidebar', '', 'which sidebar property to display')
vd.option('sql_always_count', False, 'whether to always query a count of the number of results')


@_connect.register(rf"bigquery://(?P<project_id>[^/]+)(?:/(?P<dataset_id>.+))?", priority=13)
def _(_: str, *, project_id: str, dataset_id: str):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should upstream this to ibis or ibis-bigquery ultimately.

Copy link
Owner

@saulpw saulpw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @cpcloud !

@saulpw saulpw merged commit 1c472ca into saulpw:develop Aug 21, 2022
@cpcloud cpcloud deleted the fix-bq branch August 21, 2022 17:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants