Skip to main content
Version: 0.13.0

Hello World

Certified

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
  • MetadataChangeLog_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.

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. |

Troubleshooting

N/A