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

org.bitbucket.bradleysmithllc.etlunit.feature.database.DatabaseFeatureModule.options Maven / Gradle / Ivy

There is a newer version: 4.6.0-eu
Show newest version
{
	"prepareDatabase":
	{
		"description": "If set, the runtime will create database, tables, truncate and load data.",
		"enabled": true
	},
	"refreshStageData":
	{
		"description": "Causes the database module to treat stage operations as extracts.  This implies prepareDatabase is not enabled",
		"enabled": false
	},
	"refreshAssertionData":
	{
		"description": "Causes the database module to treat assert operations as extracts.  This implies prepareDatabase is enabled",
		"enabled": false
	},
	"forceInitializeDatabase":
	{
		"description": "If set, the runtime will create databases and tables as if they didn't exist",
		"enabled": false
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy