SoftwareConfig constructor

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

Implementation

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