The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Google BigQuery: tabel name not found?
Hi dear RM friends,
I got RM connected to Google BigQuery as described earlier in this forum(https://community.rapidminer.com/discussion/comment/62988#Comment_62988).
However, finding the schema name is not a problem in a drop down list. For the tables, no suggestions are delivered. I also attempted just to enter a tabel name manually but without further success.
I attached the screenshots I received while attempting to use the MIMIC-III database (on Google BigQuery) from inside RM.
Anyone able to send me some feedback?
Thanks
Sven
I got RM connected to Google BigQuery as described earlier in this forum(https://community.rapidminer.com/discussion/comment/62988#Comment_62988).
However, finding the schema name is not a problem in a drop down list. For the tables, no suggestions are delivered. I also attempted just to enter a tabel name manually but without further success.
I attached the screenshots I received while attempting to use the MIMIC-III database (on Google BigQuery) from inside RM.
Anyone able to send me some feedback?
Thanks
Sven
Tagged:
1
Best Answers
-
DocMusher Member Posts: 333 UnicornFIXED, copy dataset on BigQuery, new connection and this is the result3
-
phellinger Employee-RapidMiner, Member Posts: 103 RM EngineeringHi @RM_Newbie,
Your connection is ready, so you may want to use it in an operator.
If you have the In-Database Process Extension, you should be able to find the In Database Nest operator. Add one and connect this Retrieve operator's output to its input. This way you point the operator to your BigQuery instance.
Then double click into the In Database Nest, and add a Retrieve (In Database) operator where, after a couple of seconds, you should be able to select a table from the dropdown parameters. If you connect the output to the In Database Nest output, and the In Database Nest output to the process output, you'll get the table content as a result. Be careful, as your dataset may be big, in which case, I recommend you to add a Sample (In Database), Filter Example Range (In Database) or Filter Examples (In Database) operator after the Retrieve (In Database).
I hope this helps,
Best,
Peter
1
Answers
Let me see if @phellinger has any ideas...
Scott
Hopefully, we can restart using RM for this type of datasets as they represent very good how multivariable time series are recorded in healthcare. For whom the bell tolls: an interesting paper: https://www.hindawi.com/journals/cmmm/2019/8152713/
Cheers Sven
Scott
thank you for the great screenshots!
Does the dropdown list not refresh after clicking the button next to it? What happens if you enter a valid name and run the process?
Can you see relevant log lines maybe when you open the Log panel via View->Show Panel (it can also be accessed by reading the file ~/.RapidMiner/rapidminer-studio.log).
Best,
Peter
I am new to Rapidminer and facing similar issue as in this thread and looking for some help to connect to Bigquery tables.
I created new connection in RM following steps suggested in 'Using Google Cloud Service connector' article , and test connection was also successful, however, I am not able to find either dataset or any tables or views in Rapidminer. Please help with your valuable suggestions.
Thanks for your response. I tried connecting out port to res port, but don't see any changes though, am I missing something? Please refer below screenshot.
Best
Bingoo!! This is exactly what I was looking for. Thank you so much
One quick question though, In Bigquery, under project-->schema(dataset in BQ terms)-->I have both tables and Views available. But in RM, I am able to find and read only from the tables but the Views are not showing up in the dropdown.
Does it mean RM does not support read from the views? or any pointers that you can direct me to?
TIA!
Update-- The BQ View names does not show up in the Retrieve(In Database) operator's 'table name' dropdown option, but if we explicitly mention the view name in the box then it reads the data perfectly from the view.