Having trouble viewing saved query in BigQuery? - google-bigquery

I have recently started working with Bigquery. I can not find my saved query as described in the official documentation. Can someone please help on how to retreive my saved query?
Official documentation talks about moving to explorer and then look for saved query nodes. I didnt get any such nodes in the panel.

Your saved queries are under the project in the BigQuery console :

Related

Is there any way of creating a Tree Map with "clickable cells" in Google Data Studio?

I have this problem: need to create a Tree Map in Google Data Studio, but every "cell" should be clickable and redirect to another tab/link.
Is this possible? I checked the docs but couldn't find an official answer. Looking for a workaround!
As of now Google Data Studio does not provide such feature. So One data source per page in report that's its limitation.
Although you can create one (But this will not be a Tree Map you have to create it manually) with the help of text boxes and hyper links present in data studio.
Checkout this sample report

Oracle Sql Developer (Version 20.2). Schedule a report

I have a query that takes hours to run and extract. I am looking to get that query run by Oracle Developer automatically (e.g. overnight), extracted and saved in a designated folder.
I was not able to find any clear instructions online - I am quite new to this and was wondering if anyone could share a link or some instructions on how to achieve that, please?
Thank you in advance!
or you can schedule a job using sql developer(assuming you have admin right)

Create a WORD CLOUD in Google Data Studio

I'm trying to create a word cloud in Google Data Studio. In order to do that as quickly as I can I wanted to use the community visualization. (https://github.com/pcperini/GDS-Word-Cloud , https://marketlytics.com/blog/custom-visualizations-data-studio ).
Unfortunately anytime I try to insert the manifest path (gs://gds-word-cloud-prod) in the community visualization archive, it doesn't find anything.
Do you have any suggestions? Am I doing something wrong? Are these visualization too old?
Currently, the default Vega Chart (in the Community Visualization toolbar) offers a Word Cloud.
Google Data Studio Report to demonstrate as well as a GIF showing the process:
The community visualization you listed gs://gds-word-cloud-prod, is no longer supported, so it will not load. You should try using a different visualization ID.

Integration of pentaho with cassandra

Could you please share the steps to integrate penatho with cassandra.
I have tried using'data-integration' plugin.But when i was trying to preview the data i am getting the below error 'Sorry,during preview there weren't any rows to display for this step'. and 'unable to save the repository element'.
thanks in advance
You can use the Cassandra Input step in Pentaho DI for connecting and reading the data from Cassandra. Similarly you can also use Cassandra Ouptut step. You can read more about these in the pentaho wiki:
http://wiki.pentaho.com/display/EAI/Cassandra+Input
http://wiki.pentaho.com/display/BAD/How+To+Read+Data+From+Cassandra
The possible reason for those two errors are connection issues. I assume the step is not able to properly connect to the cassandra server. check your cassandra db configurations.
Hope it helps :)

Foodmart schema not showing on Pentaho

I'm studying pentaho using this guide, but I'm having a problem showing the foodmart schema on the Schema drop down menu, both inside the Pentaho analysis and inside the Saiku analysis.
What do I have to do to make it work?
Further details can be provided upon asking.
I managed to make it work. Turns out my version of Pentaho didn't come with foodmart.montrian.xml
I downloaded it here and put it inside pentaho/biserver-ce/pentaho-solutions/foodmart
check the logs when pentaho/saiku start. See if there's an error validating the schema.
Also check that system/olap/datasources.xml is setup correctly.
what is your build? it's included in the downloadable demo, so you must have something different?