how to Enable the "Data QnA" feature on Google Bigquery - google-bigquery

I wish to try the Google Bigquery Data QnA feature. But, I am unable to find any documentation about how to Enable the Data QnA feature
with ref. to https://medium.com/daas-labs/trying-out-data-qna-on-bigquery-and-google-sheets-e47939fddf25
enter image description here

The QnA on BigQuery is currently in Alpha stage. I recommend to keep an eye on the BigQuery release notes.

If you are in the alpha program, you can enable it from
https://console.cloud.google.com/apis/library

You can use http://g.co/cloud/data-qna to express your interest in trying out Data QnA feature.
Please note as specified in the form's description:
Note that while we aim to admit additional customers, filling out this form does not guarantee access.
I'm a Googler working on the Data QnA feature, and I'm happy, excited and proud to learn that there is growing interest amongst the BigQuery community to try this out. :)

Related

Data extraction from Power BI

I am researching whether its possible to extract data from Power BI into another system via Rest API. Internet is full of articles explaining the data ingestion into power bi but not extraction. Anyone knows whether its possible to do the opposite/can point to some helpful articles, would be a great help.
In addition to using the XML/A endpoint, there's a REST API called ExecuteQueries, which you can call from any programming language, Power Automate, or try online.
There is a "connection string" in Power BI online settings that you can use to access dataset data. It can be helpful.
Here is quick example with python

Firebase Big Query: How can I see realtime data in BigQuery?

I have a Firebase application which is uploading events with parameters. I need to be able to view those events in order to debug some issues we're having in production. I can only see the tables which are generated nightly in BigQuery. I can find references online saying that BigQuery allows viewing real time data. What I can't find is any straightforward instructions on how to create those views.
Is it possible? If so, can someone give me instructions that even a complete newb could follow?
We have decided to use the BigQuery APIs for information we want to see immediately in the database.

How can I customize a data set for Google BigQuery? Can I export a file? How do I test it to see if it meets my needs?

I would like to improve the quality of existing data by using the Google BigQuery API to help validate the accuracy of existing data.
I dont see information on the types of data elements contained in the BigQuery and dont understand how to use an API if I just want to see what types of data are contained in there.
I tried looking for instructions and data elements in the Google Health Care API and Google BigQuery documentation and only saw how to set up a payment option.
I am a newbie at programming and wanted to do some preliminary research on these data sets prior to bringing them to our technical team.
I expect to see a list of relevant results based on a custom query.
You can see the data types supported
by Google BigQuery here and the conversion between different types here.
Also you can try out the BigQuery APIs in the OAuthPlayGround.

Analyze data in Google Cloud Datastore using Google Data Studio

I am new to databases, and have some data stored as entities in Google Cloud Datastore. I would like to be able to analyze and plot this data in a web interface, and it seems like Google Data Studio provides an easy-to-use way to do this. However, I'm a bit confused as to how I can actually use the two interfaces together; it seems like either Google Cloud Storage or Google BigQuery could be a middleman in between, but I'm not sure how this might work. Could anyone advise on whether using Google Data Studio would be the best approach to plotting/analyzing data in Google Cloud Datastore, and if so, offer tips on how I could go about this? There are a large number of tutorials but it seems like none that I've found have explained how to load data from the Datastore into a useable file for Data Studio.
Thanks!
As Graham Polley says, the question is answered here. The workaround to connect Cloud Datastore to Google Data Studio is to first export Datastore entities to BigQuery, as explained in this guide.
Then see this in order to connect Data Studio to BigQuery tables.
Finally in this blog post, there's a tutorial for building a dashboard with Google Data Studio and BigQuery.

Can I use SSIS to pull data directly from the Google Analytics API?

Not great at programming so not all that confident of being able to pull data from the Google API.
Basically what I'm trying to do is pull everything from Google Analytics, all data and dump it into a table on a SQL Server (2008 R2). What would be the best way of achieving this?
Would like to automate the process so that it could be scheduled say once a month.
Cheers
There an existing add-on specifically for accessing Google Analytics.
Haven't used it but from what I read seems like it will exactly what you are looking for
http://www.google.com/analytics/apps/about?app_id=1325007
There is a specific SSIS DataSource Component for that – https://analyticssource.codeplex.com
It is open source and free.