Google Cloud Dataprep 是否支持导入 Google Drive Sheets 作为数据源?

Does Google Cloud Dataprep support importing Google Drive Sheets as data sources?

我正在 Google Cloud Dataprep(由 Trifacta 提供)中导入数据集以对我的数据源执行转换。但是在将它们连接到 Big Query Console 后,我在列表中看不到 Google Drive Sheets。我即将使用它们作为我的转换规则。

我已经创建了另一个数据集,但问题仍然存在。

是否可以导入或尚不支持?

谢谢,

你是对的。根据 documentation Dataprep 仅支持原生 BigQuery tables 和视图作为 BigQuery 源。

您可以尝试将您的云端硬盘工作表下载为 csv,然后使用以下方法从外部 table 创建一个 BigQuery table from it, or maybe you could create a load job 到一个新的本地 table 中:

SELECT * FROM my_dataset.my_external_table