Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.08 KB

hello_world.md

File metadata and controls

59 lines (34 loc) · 1.08 KB

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

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