pipelines.SparkJavaDataDeliveryBasic.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-data-delivery-spark-model-basic Show documentation
Show all versions of test-data-delivery-spark-model-basic Show documentation
Contains a barebones model with all features turned off to verify basic MDA generation and compilation
{
"name": "SparkJavaDataDeliveryBasic",
"package": "com.boozallen.aiops.mda.basic",
"type": {
"name": "data-flow",
"implementation": "data-delivery-spark"
},
"dataLineage": false,
"steps": [
{
"name": "ExampleSyncStep",
"type": "synchronous",
"alerting": {
"enabled": false
},
"provenance": {
"enabled": false
},
"dataProfiling": {
"enabled": false
}
},
{
"name": "ExampleAsyncStep",
"type": "asynchronous",
"alerting": {
"enabled": false
},
"provenance": {
"enabled": false
},
"dataProfiling": {
"enabled": false
}
}
]
}