SoftwareConfig constructor

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

Implementation

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