We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16b446 commit 1aeea00Copy full SHA for 1aeea00
api/v2alpha1/pipeline_spec.proto
@@ -93,6 +93,8 @@ message ComponentSpec {
93
DagSpec dag = 3;
94
string executor_label = 4;
95
}
96
+ // Supports platform-specific component features.
97
+ repeated SinglePlatformSpec single_platform_specs = 5;
98
99
100
// A DAG contains multiple tasks.
@@ -1082,6 +1084,8 @@ message PlatformSpec {
1082
1084
message SinglePlatformSpec {
1083
1085
// Mirrors PipelineSpec.deployment_spec structure
1086
PlatformDeploymentConfig deployment_spec = 1;
1087
+
1088
+ reserved 2, 3;
1089
1090
1091
0 commit comments