简体   繁体   English

使用 Google Cloud Data Fusion 执行自定义 SQL 查询

[英]Perform custom SQL query with Google Cloud Data Fusion

I have data pipelines that consist of multiple SQL queries being run against BigQuery tables, I would like to build these in Google Cloud Fusion, but I don't see an option to transform/select with custom SQL.我的数据管道包含针对 BigQuery 表运行的多个 SQL 查询,我想在 Google Cloud Fusion 中构建这些,但我没有看到使用自定义 SQL 进行转换/选择的选项。

is this available, or am I misinterpreting the use cases for this tool?这是可用的,还是我误解了这个工具的用例?

A new Action plugin is being added that would allow you to specify a SQL to run in BQ.正在添加一个新的 Action 插件,它允许您指定要在 BQ 中运行的 SQL。 Expect the connectors to be available in Hub by mid May.预计这些连接器将在 5 月中旬在 Hub 中可用。

Nitin尼汀

There is now a native BigQuery Execute action that allows SQL queries to run as part of a Data Fusion Pipeline.现在有一个原生的 BigQuery Execute 操作,允许 SQL 查询作为数据融合管道的一部分运行。

在此处输入图像描述

This job is an action, see below from the official documentation :这项工作是一项行动,请参阅以下官方文档

Action plugins define custom actions that are scheduled to take place during a workflow but don't directly manipulate data in the workflow.动作插件定义计划在工作流期间发生但不直接操作工作流中的数据的自定义动作。 For example, using the Database custom action, you can run an arbitrary database command at the end of your pipeline.例如,使用数据库自定义操作,您可以在管道末尾运行任意数据库命令。 Alternatively, you can trigger an action to move files within Cloud Storage.或者,您可以触发在 Cloud Storage 中移动文件的操作。

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

相关问题 无法将 Cloud Data Fusion 与 Google Cloud SQL 连接为 PostgreSQL - Can't connect Cloud Data Fusion with Google Cloud SQL for PostgreSQL 从云数据融合管道连接到谷歌云 sql 用于 postgres 的问题 - Issue connecting to google cloud sql for postgres from cloud data fusion pipeline 仅移动已读取 Google Cloud Data Fusion 管道的文件 - Move only files that were read Google Cloud Data Fusion pipeline CloudSQL PostgreSQL 导入查询错误云数据融合 - CloudSQL PostgreSQL Import Query ERROR Cloud Data Fusion Google Cloud Spanner 通过 Cloud Data Fusion 或其他方式实时更改数据捕获到 PubSub/Kafka - Google Cloud Spanner real time Change Data Capture to PubSub/Kafka through Cloud Data Fusion or Others 云数据融合与 Dataproc - Cloud Data Fusion vs Dataproc 从云数据融合执行云 function - Execute cloud function from cloud data fusion 谷歌地图融合表查询 - Google Maps Fusion Tables Query Google Cloud Data Fusion 无法访问来自另一个项目的数据,即使已授予访问权限 - Google Cloud Data Fusion failing to access data from another project, even though the access is granted 云数据融合实例不会删除 - Cloud Data Fusion Instance Won't Delete
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM