All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pipelines.SparkJavaDataDeliveryBasic.json Maven / Gradle / Ivy

Go to download

Contains a barebones model with all features turned off to verify basic MDA generation and compilation

There is a newer version: 1.10.0
Show newest version
{
	"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
		  }
		}
	  ]
	}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy