Demo Data
This source loads sample data into DataHub. It is intended for demo and testing purposes only.
CLI based Ingestion
Starter Recipe
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:
type: demo-data
config: {}
Config Details
- Options
- Schema
Note that a .
is used to denote nested fields in the YAML recipe.
Field | Description |
---|
The JSONSchema for this configuration is inlined below.
{
"title": "DemoDataConfig",
"type": "object",
"properties": {},
"additionalProperties": false
}
Code Coordinates
- Class Name:
datahub.ingestion.source.demo_data.DemoDataSource
- Browse on GitHub
Questions
If you've got any questions on configuring ingestion for Demo Data, feel free to ping us on our Slack.
Is this page helpful?