SoftwareConfig constructor

SoftwareConfig({
  1. Map<String, String>? airflowConfigOverrides,
  2. Map<String, String>? envVariables,
  3. String? imageVersion,
  4. Map<String, String>? pypiPackages,
  5. String? pythonVersion,
  6. int? schedulerCount,
})

Implementation

SoftwareConfig({
  this.airflowConfigOverrides,
  this.envVariables,
  this.imageVersion,
  this.pypiPackages,
  this.pythonVersion,
  this.schedulerCount,
});