datahub/metadata-ingestion/examples/recipes/glue_to_datahub.dhub.yaml

13 lines
360 B
YAML
Raw Permalink Normal View History

# see https://docs.datahub.com/docs/generated/ingestion/sources/glue for complete documentation
source:
type: glue
config:
aws_region: "us-west-2"
extract_transforms: true
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"