This Action is an example action which simply prints all Events it receives as JSON.
- Printing events that are received by the Action to the console.
All event types, including
EntityChangeEvent_v1
MetadataChangeLogEvent_v1
No 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"
View All Configuration Options
Field | Required | Default | Description |
---|---|---|---|
to_upper |
❌ | False |
Whether to print events in upper case. |
N/A