workspace Compilation Overrides
suspend fun workspaceCompilationOverrides(value: Output<RepositoryWorkspaceCompilationOverridesArgs>)
Parameters
value
If set, fields of workspaceCompilationOverrides override the default compilation settings that are specified in dataform.json when creating workspace-scoped compilation results. Structure is documented below.
suspend fun workspaceCompilationOverrides(argument: suspend RepositoryWorkspaceCompilationOverridesArgsBuilder.() -> Unit)
Parameters
argument
If set, fields of workspaceCompilationOverrides override the default compilation settings that are specified in dataform.json when creating workspace-scoped compilation results. Structure is documented below.