Reputation: 1089
When using the BigQuery GUI interface, I'm no longer able to browse the bigquery-public-data.stackoverflow
dataset. It doesn't show up in the Public Datasets dropdown, where I was previously able to view the schema. On the other hand, I am able to query the table.
Have some public datasets been removed from the GUI?
Upvotes: 7
Views: 1379
Reputation: 1004
Use this URL in your browser:
https://console.cloud.google.com/marketplace/partners/bigquery-public-data
Then you can click on the "view all" button and look for the the ones you need.
This is the link to the bigquery-public-data.stackoverflow, click on the view dataset to use it in the WebUI.
You can review this document on accessing the public dataset.
Upvotes: 1
Reputation: 1122
Regarding static_rtti's request to use the pushshift reddit dataset:
I see two ways to accomplish this:
(1) Using the original UI:
(2) Using the new UI:
I don't see an obvious way to add a project if you aren't a member, but you can use the same trick that the public dataset browser employs. Replace YOURPROJECT with your project name in the URL below and navigate. This will pin the specified dataset for later access.
Hope that helps!
Upvotes: 1
Reputation: 1122
The original issue was due to a bug that caused Pinned Projects to be hidden. It has since been fixed.
Upvotes: 6