datahub/metadata-ingestion/examples/recipes/sagemaker_to_datahub.yml

14 lines
404 B
YAML

# in this example, AWS creds are detected automatically
# see https://datahubproject.io/docs/metadata-ingestion/source_docs/sagemaker/ for complete documentation
source:
type: sagemaker
config:
aws_region: "us-west-2"
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"