Unytics
Unytics
Thanks a lot Sergey for opening this issue. Being explicit in closing the file being written in any case is a good idea. If you open a PR on this,...
Hi Sergey, I finally merged the PR. Hope it solved your problem. It it's not. Please reopen the issue. Cheers,
Hi @AntoineGiraud I didn't realize you attached some code from your repo in this issue. Could you create the merge request from your branch to unytics repo? Then I merge...
merged! Thanks @AntoineGiraud 🥇
``` with content as ( select bigfunctions.eu.get('https://play.google.com/store/apps/details?id=com.fpe.comptenickel&hl=en&gl=US', null) as text ) select to_json_string( struct( cast(regexp_extract(text, r'Rated (\d\.\d) stars out of five stars') as float64) as rating, ifnull( ifnull( cast(1000000 *...
Tester pour: - appstore - playstore - truspilot - linkedin_company_profile - twitter
Hi @amirali-shfz. I am very pleased you created this issue. When I started bigfunctions more than a year ago I designed a bookmarlet (kind of chrome extension but easier) to...
Thanks @amirali-shfz for your answers. Very insightful. **A. It seems not possible to render html with charts in BigQuery console anymore** I tried to make my bookmarlet work again, but...
**Hi @amirali-shfz I have good news!** **I spent my evening on it and realized that it is actually _still_ possible to create a bookmarklet**. (Unlike what I thought TrustedScriptURL stuff...
**Hi @amirali-shfz. It works!** The documentation is displayed on each function. For example [here](https://unytics.io/bigfunctions/bigfunctions/#explore_column) for `explore_column` Let me know if it works for you and I'll close this issue.