Are some bigquery public datasets no longer available? - google-bigquery

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?

The original issue was due to a bug that caused Pinned Projects to be hidden. It has since been fixed.

Regarding static_rtti's request to use the pushshift reddit dataset:
I see two ways to accomplish this:
(1) Using the original UI:
From the Cloud Console, click "Go to classic UI".
Click the little arrow next to your project name on the upper left.
"Switch to Project" > "Display Project"
Enter "pushshift" (Display Project in Navigation Panel) and submit.
You should now see a new pushshift project w/ the reddit dataset in your navigation panel.
(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.
https://console.cloud.google.com/bigquery?p=pushshift&d=rt_reddit&page=dataset&project=YOURPROJECT&folder&organizationId
Hope that helps!

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.

Related

Google BigQuery: Pinning projects/datasets

I thought I could pin projects to my GCP BigQuery Classic UI,
and then see them as pinned projects in the new UI, but today the PIN icon is no longer showing up next to a project/dataset which I have access to (in old UI), even though I can see the project.
I thought the best way to see pinned projects/datasets in the new UI was as
follows.
in the classic UI, click down "carrot" icon next to the current project, choose "switch to project," then choose display project
type in the project, choose "display project in the navigation panel."
click on the pin icon
navigate to the new console, and see the project
I thought I was doing this as recently as the mid-last week; I could be crazy though. Today when I do these steps, there is no pin icon, so either I'm doing this incorrectly, or something has changed, please advise.
p.s. the ultimate goal is merely pinning a project/dataset onto my console (new BigQuery UI) navigation tree - so if you have a better set of steps, please let me know.
Thanks...Rich
I didn't read that you wanted to pin it in the new UI. I just tried and pinning works in the new UI.
If you click on the "PIN A PROJECT", you need to choose your project and click OK. A pin appears next to the project you pinned.

BigQuery public datasets cannot be found (`bigquery-public-data`)

In the left panel of BigQuery, the dataset bigquery-public-data is nowhere to be found.
I have no idea how it disappeared. Does anyone have a solution to integrate it back?
I am currently enrolled in the Google Data Analytics course and just found where an instructor told us how to pin the bigquery-public-data to the explorer!
In the search bar of your explorer, type "public" and then select the broaden search in blue. This should populate the bigquery-data-public so that you are able to pin it to your explorer.
I have spent two days trying to figure this out so I hope this reaches someone in need!
In the old (Classic) UI, you can pin the project back by following the steps in the "Adding a project" section of this document. There is a screenshot in the link.
I'm not sure how it disappeared from your Console, but there is a "Remove project from panel" option in the down arrow icon next to each pinned project.

Delete Only My webbrowser Cache

in my my application i have webbrowser control, i don't want that users trace my web address, Because when i got to internet explorer in the history panel i found my website; Already on the list.
by using windows shell command they Will kill the whole user history; also they show me dialog box. it's not professional at All;
i mean this Command Line :
System.Diagnostics.Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 1")
So i would like to have solution form you masters how to remove only my entry for exemple : www.XXXXXXX.Net
Thank you best Regards
What you want to do may not be possible, check this link:
A quote from the answer provided by MSDN support at the link:
"Microsoft hasn't provided methods or events for users to iterate or clear the URL navigation history. But with the events already provided, like Navigated, Navigating, you could implement your own navigation history class to log or clear the history."
There are also other links on the thread that may help you to develop a solution.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/dded6546-6e22-4542-b29f-7d0e1ec048a1/clear-browser-history-in-webbrowser-control?forum=csharpgeneral

Best way to build Breadcrumb Menu in Visual Basic

I have a VB10 app that uses panels, one for menu, one for main screen and then i want to add one for a breadcrumb menu. I use user controls to display in pnlMain and would like the breadcrumb trail to add an link with user control info every time I add a screen to pnlmain...and remove the link when I click on the previous link.
I would like to build the links dynamically like they do here: http://www.codeproject.com/Articles/17714/Create-a-Breadcrumb-Menu-in-VB-NET-WinForms,
but I couldnt get the links to display when I ran the solution.
and if I get the links to show, how do I associate the user control to that link?
Thank you for your help. The breadcrumb shouldnt go more than 3-4 levels deep

How do I change Create Account Link in Joomla?

I just installed a Joomla 1.6 Stable release onto my webserver. However, whenever I try to create an account, it takes me down to: using-joomla/extensions/components/users-component/registration-form. How do I change the home-screen login form box to use a different page for the user-registration form?
I have looked online, and they talk about editing options in the Login Form Module, but I don't see a module called Login Form in my Modules list. Even on clean install with nothing touched.
**Note I am starting off with the sample data installed.
If you look in the admin backend of 1.6 you will see that under Menus->About Joomla the Registration link you are clicking is a sub-menu of the Using Joomla! menu item. So this is why that link is being dynamically created with that URL.
To create a Registration form such as mysite.com/register then simply create a new registration form out of that sample contents menu tree. To do this in the admin backend go to Menus/Your Menu/Add New Menu Item Then when the Menu Manager pops up to create a new menu item click the select button next to the Menu Item Type and select Users Manager->Registration Form.
Hope this helps.
I also encountered this problem, so the decision was, the menu manager deleted all unnecessary. The problem is that the reference referred to the registration menu item "about joomla". PS I'm not Englishman, sorry for the spelling mistakes ...