Can you create a custom DataBrew operation?

0

We have some business logic we would like to implement in DataBrew, that would be difficult to do using the existing predefined operations. Is it possible to add a custom build operation to do this in one action?

Phil
質問済み 9ヶ月前347ビュー
1回答
0
承認された回答

AWS DataBrew is a visual data preparation tool that allows users to clean and normalize data without writing code. It offers a set of predefined transformations that you can apply to your data. However, there are some limitations:

Custom Operations: DataBrew does not natively support creating custom operations or transformations. You are limited to the predefined operations available within the service.

Workarounds: If a specific transformation is not available in DataBrew, you might need to:

  • Use multiple existing transformations in sequence to achieve the desired result.
  • Pre-process or post-process the data using another service or tool (like AWS Lambda, AWS Glue, or even local scripts) before or after using DataBrew.

Integration with Other AWS Services: If you have complex business logic that cannot be achieved with DataBrew's predefined operations, consider using AWS Glue. AWS Glue is a fully managed extract, transform, and load (ETL) service that allows you to easily prepare and load your data for analytics. With Glue, you can write custom Python or Scala scripts to transform your data.

In summary, while AWS DataBrew is a powerful tool for data preparation with a wide range of predefined operations, it does not support custom operations. For complex transformations, you might need to rely on other AWS services or tools.

profile picture
回答済み 9ヶ月前
profile pictureAWS
エキスパート
レビュー済み 9ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ