Back to Datahub

Hello World

docs/actions/actions/hello_world.md

1.7.01.1 KB
Original Source

Hello World

<!-- Set Support Status -->

Overview

This Action is an example action which simply prints all Events it receives as JSON.

Capabilities

  • Printing events that are received by the Action to the console.

Supported Events

All event types, including

  • EntityChangeEvent_v1
  • MetadataChangeLogEvent_v1

Action Quickstart

Prerequisites

No prerequisites. This action comes pre-loaded with acryl-datahub-actions.

Install the Plugin(s)

This action comes with the Actions Framework by default:

pip install 'acryl-datahub-actions'

Configure the Action Config

Use the following config(s) to get started with this Action.

yml
name: "pipeline-name"
source:
  # source configs
action:
  type: "hello_world"
<details> <summary>View All Configuration Options</summary>
FieldRequiredDefaultDescription
to_upperFalseWhether to print events in upper case.
</details>

Troubleshooting

N/A