mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 07:34:44 +00:00
11 lines
471 B
YAML
11 lines
471 B
YAML
pipeline_name: json_schema_ingestion
|
|
source:
|
|
type: json-schema
|
|
config:
|
|
path: <path_to_json_file_or_directory or url> # e.g. https://json.schemastore.org/petstore-v1.0.json
|
|
platform: <choose a platform that you want schemas to live under> # e.g. schemaregistry
|
|
# platform_instance: <add a platform_instance if there are multiple schema repositories>
|
|
stateful_ingestion:
|
|
enabled: true # recommended to have this turned on
|
|
|
|
# sink configs if needed |