Bronze 1
Since ‎09-11-2024
Thursday

My Stats

  • 6 Posts
  • 0 Solutions
  • 0 Likes given
  • 2 Likes received

marcousescloud's Bio

Badges marcousescloud Earned

View all badges

Recent Activity

hi everybody,I'm trying to launch the following query:DECLARE ex_table STRING;DECLARE ex_column STRING;DECLARE query_text STRING;set ex_table="read_table";set ex_column="read_column";SET query_text = CONCAT('SELECT * FROM my_project.my_dataset.', ex_...
Hello everybody,I need to programmatically obtain the size in bytes of the tables contained in a particular dataset. In order to get that info, I've queried the INFORMATION_SCHEMA.TABLE_STORAGE which contains the field "TOTAL_LOGICAL_BYTES".However, ...
Hi everybody,I've succesfully mounted a CS bucket on Workbench from both JupyterLab Interface and JupyterLab terminal (with "gcsfuse").The mounted bucket works well: I can write, read, delete and so on my python files.There's a problem anyway: when I...
Likes from