For context on getting started with ingestion, check out our metadata ingestion guide.
Works with acryl-datahub
out of the box.
Simply prints each metadata event to stdout. Useful for experimentation and debugging purposes.
Check out the following recipe to get started with ingestion! See below for full configuration options.
For general pointers on writing and running a recipe, see our main recipe guide.
source:
# source configs
sink:
type: "console"
None!