简体   繁体   English

可以在由 Big Query 提供支持的 Google Connected Sheet 列之间插入手动列

[英]Possibility of inserting manual columns between a Google Connected Sheet columns Powered by Big Query

I'm trying to insert a manual column in between a Big Query generated extract columns via Connected Sheet.我正在尝试通过 Connected Sheet 在 Big Query 生成的提取列之间插入一个手动列。 Basically, I already have a Google Connected Sheet which is pulling from Big Query via SQL.基本上,我已经有一个 Google Connected Sheet,它通过 SQL 从 Big Query 中提取。 Whenever I try to insert a manual column in between columns generated by the query though, it automatically moves the manual column to the very end on the right or to the very end on the left.每当我尝试在查询生成的列之间插入手动列时,它会自动将手动列移动到右侧的最末端或左侧的最末端。 I don't want this.我不想要这个。 I want to be able to insert a manual column in between a Big Query generated column in a Google Sheet.我希望能够在 Google 表格中的 Big Query 生成的列之间插入一个手动列。

Is it not possible to do this?难道不能这样做吗? Or is there another way to be able to pull something like this off?还是有另一种方法可以解决这样的问题? I can't find any videos or specific documentation on if it's possible.如果可能的话,我找不到任何视频或特定文档。

See below answer to questions:请参阅下面的问题答案:

Is it not possible to do this?难道不能这样做吗?

As per this documentation :根据本文档

Direct access to BigQuery datasets and tables is still controlled within BigQuery.对 BigQuery 数据集和表的直接访问仍由 BigQuery 控制。 A user with Sheets-only access can perform analysis in the sheet and use other Sheets features, but the user will not be able to perform the following actions:具有仅限表格访问权限的用户可以在表格中执行分析并使用其他表格功能,但该用户将无法执行以下操作:

  1. Manually refresh the BigQuery data in the sheet.手动刷新工作表中的 BigQuery 数据。
  2. Schedule a refresh of the data in the sheet.安排刷新工作表中的数据。

Hence, you cannot manually create a column when you use Connected Sheets when accessing Bigquery Data.因此,当您在访问 Bigquery 数据时使用 Connected Sheets 时,您无法手动创建列。 The main function of Connected sheets in this use case is to analyze and visualize data from Bigquery, and not to manipulate data.此用例中 Connected sheet 的主要 function 是分析和可视化来自 Bigquery 的数据,而不是操作数据。

Is there another way to be able to pull something like this off?有没有另一种方法可以把这样的东西拉下来?

One way of pulling your requirement off is to extract from Sheets the data from Bigquery满足您的要求的一种方法是从表格中提取来自 Bigquery 的数据在此处输入图像描述

Then you can see that the Insert function is enabled.然后可以看到 Insert function 被启用。 You may insert another column in this extracted sheet:您可以在此提取的工作表中插入另一列: 在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Big Query Tables 中列的默认值 - Default values for columns in Big Query Tables 使用谷歌大查询 sql 将一列中的字符串拆分为多列而不断词 - Using Google big query sql split the string in a column to multiple columns without breaking words 有没有办法提高与 Firebase 连接的我的谷歌表格应用程序脚本的性能? - Is there anyway to increase performance of my google sheet app script connected with Firebase? 为 Google Big Query 替换正则表达式 - Replace a Regex look ahead for Google Big Query 带有 sum 的 Google Big Query 数组聚合 - Google Big Query array aggregation with sum Google Cloud DataStream to Bigquery 模板无法将数据同步到大查询 - Google Cloud DataStream to Bigquery template not able to sync data to big query BigRQuery 如何更新谷歌大查询表中的列? - BigRQuery How to update a column in a table on google big query? 如何将数组结构展平为 Google BigQuery 中的列 - How to flatten an Array Struct to columns in Google BigQuery 如何从谷歌翻译中删除或隐藏由文本提供支持 - How to remove or hide powered by text from Google Translate 从字段名称返回一个查询,其列作为特定类别的 COUNT - Returning a query with columns as COUNT of a specific category from a field name
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM