使用 Google Cloud Data Fusion 执行自定义 SQL 查询
Perform custom SQL query with Google Cloud Data Fusion
我有多个 SQL 查询组成的数据管道 运行 针对 BigQuery 表,我想在 Google Cloud Fusion 中构建这些,但我没有看到使用自定义 SQL.
的 transform/select 选项
这个可用吗,还是我误解了这个工具的用例?
正在添加一个新的 Action 插件,允许您在 BQ 中指定 SQL 到 运行。预计这些连接器将在 5 月中旬在 Hub 中可用。
尼汀
现在有一个本机 BigQuery Execute 操作允许 SQL 查询 运行 作为数据融合管道的一部分。
这项工作是一项行动,见下文来自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.
我有多个 SQL 查询组成的数据管道 运行 针对 BigQuery 表,我想在 Google Cloud Fusion 中构建这些,但我没有看到使用自定义 SQL.
的 transform/select 选项这个可用吗,还是我误解了这个工具的用例?
正在添加一个新的 Action 插件,允许您在 BQ 中指定 SQL 到 运行。预计这些连接器将在 5 月中旬在 Hub 中可用。
尼汀
现在有一个本机 BigQuery Execute 操作允许 SQL 查询 运行 作为数据融合管道的一部分。
这项工作是一项行动,见下文来自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.