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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则