docs/actions/actions/hello_world.md
This Action is an example action which simply prints all Events it receives as JSON.
All event types, including
EntityChangeEvent_v1MetadataChangeLogEvent_v1No prerequisites. This action comes pre-loaded with acryl-datahub-actions.
This action comes with the Actions Framework by default:
pip install 'acryl-datahub-actions'
Use the following config(s) to get started with this Action.
name: "pipeline-name"
source:
# source configs
action:
type: "hello_world"
| Field | Required | Default | Description |
|---|---|---|---|
to_upper | ❌ | False | Whether to print events in upper case. |
N/A