@flyteorg/flyteidl 1.1.0 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gen/pb-js/flyteidl.d.ts +149 -0
- package/gen/pb-js/flyteidl.js +325 -0
- package/package.json +1 -1
- package/protos/docs/admin/admin.rst +217 -72
- package/protos/docs/core/core.rst +285 -147
- package/protos/docs/datacatalog/datacatalog.rst +48 -16
- package/protos/docs/event/event.rst +49 -16
- package/protos/docs/plugins/plugins.rst +108 -36
- package/protos/docs/restructuredtext.tmpl +129 -0
- package/protos/docs/service/service.rst +93 -16
- package/protos/docs/withoutscalar_restructuredtext.tmpl +12 -4
- package/protos/flyteidl/admin/node_execution.proto +4 -0
- package/protos/flyteidl/core/tasks.proto +1 -1
- package/protos/flyteidl/core/workflow.proto +3 -3
- package/protos/flyteidl/event/event.proto +4 -0
- package/protos/flyteidl/service/dataproxy.proto +28 -0
|
@@ -99,7 +99,9 @@ Defines a set of specific label selectors that the execution can tolerate on a c
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
|
|
103
|
+
..
|
|
104
|
+
end messages
|
|
103
105
|
|
|
104
106
|
|
|
105
107
|
|
|
@@ -120,11 +122,17 @@ Defines how a label with a corresponding key and value is selected or excluded.
|
|
|
120
122
|
"NOT_IN", "3", ""
|
|
121
123
|
"EXISTS", "4", "A label key with any value"
|
|
122
124
|
|
|
123
|
-
<!-- end enums -->
|
|
124
125
|
|
|
125
|
-
|
|
126
|
+
..
|
|
127
|
+
end enums
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
..
|
|
131
|
+
end HasExtensions
|
|
126
132
|
|
|
127
|
-
|
|
133
|
+
|
|
134
|
+
..
|
|
135
|
+
end services
|
|
128
136
|
|
|
129
137
|
|
|
130
138
|
|
|
@@ -682,7 +690,9 @@ Represents a string url and associated metadata used throughout the platform.
|
|
|
682
690
|
|
|
683
691
|
|
|
684
692
|
|
|
685
|
-
|
|
693
|
+
|
|
694
|
+
..
|
|
695
|
+
end messages
|
|
686
696
|
|
|
687
697
|
|
|
688
698
|
|
|
@@ -717,11 +727,17 @@ Sort.Direction
|
|
|
717
727
|
"DESCENDING", "0", "By default, fields are sorted in descending order."
|
|
718
728
|
"ASCENDING", "1", ""
|
|
719
729
|
|
|
720
|
-
<!-- end enums -->
|
|
721
730
|
|
|
722
|
-
|
|
731
|
+
..
|
|
732
|
+
end enums
|
|
723
733
|
|
|
724
|
-
|
|
734
|
+
|
|
735
|
+
..
|
|
736
|
+
end HasExtensions
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
..
|
|
740
|
+
end services
|
|
725
741
|
|
|
726
742
|
|
|
727
743
|
|
|
@@ -908,13 +924,21 @@ Purposefully empty, may be populated in the future.
|
|
|
908
924
|
|
|
909
925
|
|
|
910
926
|
|
|
911
|
-
<!-- end messages -->
|
|
912
927
|
|
|
913
|
-
|
|
928
|
+
..
|
|
929
|
+
end messages
|
|
930
|
+
|
|
914
931
|
|
|
915
|
-
|
|
932
|
+
..
|
|
933
|
+
end enums
|
|
916
934
|
|
|
917
|
-
|
|
935
|
+
|
|
936
|
+
..
|
|
937
|
+
end HasExtensions
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
..
|
|
941
|
+
end services
|
|
918
942
|
|
|
919
943
|
|
|
920
944
|
|
|
@@ -1416,7 +1440,9 @@ See :ref:`ref_flyteidl.admin.Execution` for more details
|
|
|
1416
1440
|
|
|
1417
1441
|
|
|
1418
1442
|
|
|
1419
|
-
|
|
1443
|
+
|
|
1444
|
+
..
|
|
1445
|
+
end messages
|
|
1420
1446
|
|
|
1421
1447
|
|
|
1422
1448
|
|
|
@@ -1454,11 +1480,17 @@ The state of the execution is used to control its visibility in the UI/CLI.
|
|
|
1454
1480
|
"EXECUTION_ACTIVE", "0", "By default, all executions are considered active."
|
|
1455
1481
|
"EXECUTION_ARCHIVED", "1", "Archived executions are no longer visible in the UI."
|
|
1456
1482
|
|
|
1457
|
-
<!-- end enums -->
|
|
1458
1483
|
|
|
1459
|
-
|
|
1484
|
+
..
|
|
1485
|
+
end enums
|
|
1486
|
+
|
|
1460
1487
|
|
|
1461
|
-
|
|
1488
|
+
..
|
|
1489
|
+
end HasExtensions
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
..
|
|
1493
|
+
end services
|
|
1462
1494
|
|
|
1463
1495
|
|
|
1464
1496
|
|
|
@@ -1750,7 +1782,9 @@ Purposefully empty, may be populated in the future.
|
|
|
1750
1782
|
|
|
1751
1783
|
|
|
1752
1784
|
|
|
1753
|
-
|
|
1785
|
+
|
|
1786
|
+
..
|
|
1787
|
+
end messages
|
|
1754
1788
|
|
|
1755
1789
|
|
|
1756
1790
|
|
|
@@ -1772,11 +1806,17 @@ group will be observed and trigger executions at a defined cadence.
|
|
|
1772
1806
|
"INACTIVE", "0", ""
|
|
1773
1807
|
"ACTIVE", "1", ""
|
|
1774
1808
|
|
|
1775
|
-
<!-- end enums -->
|
|
1776
1809
|
|
|
1777
|
-
|
|
1810
|
+
..
|
|
1811
|
+
end enums
|
|
1812
|
+
|
|
1778
1813
|
|
|
1779
|
-
|
|
1814
|
+
..
|
|
1815
|
+
end HasExtensions
|
|
1816
|
+
|
|
1817
|
+
|
|
1818
|
+
..
|
|
1819
|
+
end services
|
|
1780
1820
|
|
|
1781
1821
|
|
|
1782
1822
|
|
|
@@ -2092,7 +2132,9 @@ Adds defaults for customizable workflow-execution specifications and overrides.
|
|
|
2092
2132
|
|
|
2093
2133
|
|
|
2094
2134
|
|
|
2095
|
-
|
|
2135
|
+
|
|
2136
|
+
..
|
|
2137
|
+
end messages
|
|
2096
2138
|
|
|
2097
2139
|
|
|
2098
2140
|
|
|
@@ -2133,11 +2175,17 @@ PluginOverride.MissingPluginBehavior
|
|
|
2133
2175
|
"FAIL", "0", "By default, if this plugin is not enabled for a Flyte deployment then execution will fail."
|
|
2134
2176
|
"USE_DEFAULT", "1", "Uses the system-configured default implementation."
|
|
2135
2177
|
|
|
2136
|
-
<!-- end enums -->
|
|
2137
2178
|
|
|
2138
|
-
|
|
2179
|
+
..
|
|
2180
|
+
end enums
|
|
2181
|
+
|
|
2182
|
+
|
|
2183
|
+
..
|
|
2184
|
+
end HasExtensions
|
|
2139
2185
|
|
|
2140
|
-
|
|
2186
|
+
|
|
2187
|
+
..
|
|
2188
|
+
end services
|
|
2141
2189
|
|
|
2142
2190
|
|
|
2143
2191
|
|
|
@@ -2223,6 +2271,7 @@ Container for node execution details and results.
|
|
|
2223
2271
|
"updated_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the node execution was last updated."
|
|
2224
2272
|
"workflow_node_metadata", ":ref:`ref_flyteidl.admin.WorkflowNodeMetadata`", "", ""
|
|
2225
2273
|
"task_node_metadata", ":ref:`ref_flyteidl.admin.TaskNodeMetadata`", "", ""
|
|
2274
|
+
"deck_uri", ":ref:`ref_string`", "", "String location uniquely identifying where the deck HTML file is. NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)"
|
|
2226
2275
|
|
|
2227
2276
|
|
|
2228
2277
|
|
|
@@ -2440,13 +2489,21 @@ Metadata for a WorkflowNode
|
|
|
2440
2489
|
|
|
2441
2490
|
|
|
2442
2491
|
|
|
2443
|
-
<!-- end messages -->
|
|
2444
2492
|
|
|
2445
|
-
|
|
2493
|
+
..
|
|
2494
|
+
end messages
|
|
2495
|
+
|
|
2496
|
+
|
|
2497
|
+
..
|
|
2498
|
+
end enums
|
|
2499
|
+
|
|
2446
2500
|
|
|
2447
|
-
|
|
2501
|
+
..
|
|
2502
|
+
end HasExtensions
|
|
2448
2503
|
|
|
2449
|
-
|
|
2504
|
+
|
|
2505
|
+
..
|
|
2506
|
+
end services
|
|
2450
2507
|
|
|
2451
2508
|
|
|
2452
2509
|
|
|
@@ -2484,13 +2541,21 @@ Note: This is internal to Admin and doesn't need to be exposed to other componen
|
|
|
2484
2541
|
|
|
2485
2542
|
|
|
2486
2543
|
|
|
2487
|
-
<!-- end messages -->
|
|
2488
2544
|
|
|
2489
|
-
|
|
2545
|
+
..
|
|
2546
|
+
end messages
|
|
2547
|
+
|
|
2548
|
+
|
|
2549
|
+
..
|
|
2550
|
+
end enums
|
|
2551
|
+
|
|
2552
|
+
|
|
2553
|
+
..
|
|
2554
|
+
end HasExtensions
|
|
2490
2555
|
|
|
2491
|
-
<!-- end HasExtensions -->
|
|
2492
2556
|
|
|
2493
|
-
|
|
2557
|
+
..
|
|
2558
|
+
end services
|
|
2494
2559
|
|
|
2495
2560
|
|
|
2496
2561
|
|
|
@@ -2649,7 +2714,9 @@ See :ref:`ref_flyteidl.admin.Project` for more details
|
|
|
2649
2714
|
|
|
2650
2715
|
|
|
2651
2716
|
|
|
2652
|
-
|
|
2717
|
+
|
|
2718
|
+
..
|
|
2719
|
+
end messages
|
|
2653
2720
|
|
|
2654
2721
|
|
|
2655
2722
|
|
|
@@ -2668,11 +2735,17 @@ The state of the project is used to control its visibility in the UI and validit
|
|
|
2668
2735
|
"ARCHIVED", "1", "Archived projects are no longer visible in the UI and no longer valid."
|
|
2669
2736
|
"SYSTEM_GENERATED", "2", "System generated projects that aren't explicitly created or managed by a user."
|
|
2670
2737
|
|
|
2671
|
-
<!-- end enums -->
|
|
2672
2738
|
|
|
2673
|
-
|
|
2739
|
+
..
|
|
2740
|
+
end enums
|
|
2741
|
+
|
|
2742
|
+
|
|
2743
|
+
..
|
|
2744
|
+
end HasExtensions
|
|
2745
|
+
|
|
2674
2746
|
|
|
2675
|
-
|
|
2747
|
+
..
|
|
2748
|
+
end services
|
|
2676
2749
|
|
|
2677
2750
|
|
|
2678
2751
|
|
|
@@ -2828,13 +2901,21 @@ Purposefully empty, may be populated in the future.
|
|
|
2828
2901
|
|
|
2829
2902
|
|
|
2830
2903
|
|
|
2831
|
-
<!-- end messages -->
|
|
2832
2904
|
|
|
2833
|
-
|
|
2905
|
+
..
|
|
2906
|
+
end messages
|
|
2834
2907
|
|
|
2835
|
-
<!-- end HasExtensions -->
|
|
2836
2908
|
|
|
2837
|
-
|
|
2909
|
+
..
|
|
2910
|
+
end enums
|
|
2911
|
+
|
|
2912
|
+
|
|
2913
|
+
..
|
|
2914
|
+
end HasExtensions
|
|
2915
|
+
|
|
2916
|
+
|
|
2917
|
+
..
|
|
2918
|
+
end services
|
|
2838
2919
|
|
|
2839
2920
|
|
|
2840
2921
|
|
|
@@ -2914,7 +2995,9 @@ Defines complete set of information required to trigger an execution on a schedu
|
|
|
2914
2995
|
|
|
2915
2996
|
|
|
2916
2997
|
|
|
2917
|
-
|
|
2998
|
+
|
|
2999
|
+
..
|
|
3000
|
+
end messages
|
|
2918
3001
|
|
|
2919
3002
|
|
|
2920
3003
|
|
|
@@ -2933,11 +3016,17 @@ Represents a frequency at which to run a schedule.
|
|
|
2933
3016
|
"HOUR", "1", ""
|
|
2934
3017
|
"DAY", "2", ""
|
|
2935
3018
|
|
|
2936
|
-
<!-- end enums -->
|
|
2937
3019
|
|
|
2938
|
-
|
|
3020
|
+
..
|
|
3021
|
+
end enums
|
|
2939
3022
|
|
|
2940
|
-
|
|
3023
|
+
|
|
3024
|
+
..
|
|
3025
|
+
end HasExtensions
|
|
3026
|
+
|
|
3027
|
+
|
|
3028
|
+
..
|
|
3029
|
+
end services
|
|
2941
3030
|
|
|
2942
3031
|
|
|
2943
3032
|
|
|
@@ -3079,13 +3168,21 @@ Represents a structure that encapsulates the user-configured specification of th
|
|
|
3079
3168
|
|
|
3080
3169
|
|
|
3081
3170
|
|
|
3082
|
-
<!-- end messages -->
|
|
3083
3171
|
|
|
3084
|
-
|
|
3172
|
+
..
|
|
3173
|
+
end messages
|
|
3174
|
+
|
|
3085
3175
|
|
|
3086
|
-
|
|
3176
|
+
..
|
|
3177
|
+
end enums
|
|
3087
3178
|
|
|
3088
|
-
|
|
3179
|
+
|
|
3180
|
+
..
|
|
3181
|
+
end HasExtensions
|
|
3182
|
+
|
|
3183
|
+
|
|
3184
|
+
..
|
|
3185
|
+
end services
|
|
3089
3186
|
|
|
3090
3187
|
|
|
3091
3188
|
|
|
@@ -3274,13 +3371,21 @@ See :ref:`ref_flyteidl.admin.TaskExecution` for more details
|
|
|
3274
3371
|
|
|
3275
3372
|
|
|
3276
3373
|
|
|
3277
|
-
<!-- end messages -->
|
|
3278
3374
|
|
|
3279
|
-
|
|
3375
|
+
..
|
|
3376
|
+
end messages
|
|
3377
|
+
|
|
3378
|
+
|
|
3379
|
+
..
|
|
3380
|
+
end enums
|
|
3280
3381
|
|
|
3281
|
-
<!-- end HasExtensions -->
|
|
3282
3382
|
|
|
3283
|
-
|
|
3383
|
+
..
|
|
3384
|
+
end HasExtensions
|
|
3385
|
+
|
|
3386
|
+
|
|
3387
|
+
..
|
|
3388
|
+
end services
|
|
3284
3389
|
|
|
3285
3390
|
|
|
3286
3391
|
|
|
@@ -3350,13 +3455,21 @@ Provides Version information for a component
|
|
|
3350
3455
|
|
|
3351
3456
|
|
|
3352
3457
|
|
|
3353
|
-
<!-- end messages -->
|
|
3354
3458
|
|
|
3355
|
-
|
|
3459
|
+
..
|
|
3460
|
+
end messages
|
|
3461
|
+
|
|
3462
|
+
|
|
3463
|
+
..
|
|
3464
|
+
end enums
|
|
3356
3465
|
|
|
3357
|
-
<!-- end HasExtensions -->
|
|
3358
3466
|
|
|
3359
|
-
|
|
3467
|
+
..
|
|
3468
|
+
end HasExtensions
|
|
3469
|
+
|
|
3470
|
+
|
|
3471
|
+
..
|
|
3472
|
+
end services
|
|
3360
3473
|
|
|
3361
3474
|
|
|
3362
3475
|
|
|
@@ -3496,13 +3609,21 @@ Represents a structure that encapsulates the specification of the workflow.
|
|
|
3496
3609
|
|
|
3497
3610
|
|
|
3498
3611
|
|
|
3499
|
-
<!-- end messages -->
|
|
3500
3612
|
|
|
3501
|
-
|
|
3613
|
+
..
|
|
3614
|
+
end messages
|
|
3615
|
+
|
|
3616
|
+
|
|
3617
|
+
..
|
|
3618
|
+
end enums
|
|
3619
|
+
|
|
3502
3620
|
|
|
3503
|
-
|
|
3621
|
+
..
|
|
3622
|
+
end HasExtensions
|
|
3504
3623
|
|
|
3505
|
-
|
|
3624
|
+
|
|
3625
|
+
..
|
|
3626
|
+
end services
|
|
3506
3627
|
|
|
3507
3628
|
|
|
3508
3629
|
|
|
@@ -3660,13 +3781,21 @@ Purposefully empty, may be populated in the future.
|
|
|
3660
3781
|
|
|
3661
3782
|
|
|
3662
3783
|
|
|
3663
|
-
<!-- end messages -->
|
|
3664
3784
|
|
|
3665
|
-
|
|
3785
|
+
..
|
|
3786
|
+
end messages
|
|
3787
|
+
|
|
3788
|
+
|
|
3789
|
+
..
|
|
3790
|
+
end enums
|
|
3791
|
+
|
|
3666
3792
|
|
|
3667
|
-
|
|
3793
|
+
..
|
|
3794
|
+
end HasExtensions
|
|
3668
3795
|
|
|
3669
|
-
|
|
3796
|
+
|
|
3797
|
+
..
|
|
3798
|
+
end services
|
|
3670
3799
|
|
|
3671
3800
|
|
|
3672
3801
|
|
|
@@ -3757,13 +3886,21 @@ microsecond should be expressed in JSON format as "3.000001s".
|
|
|
3757
3886
|
|
|
3758
3887
|
|
|
3759
3888
|
|
|
3760
|
-
<!-- end messages -->
|
|
3761
3889
|
|
|
3762
|
-
|
|
3890
|
+
..
|
|
3891
|
+
end messages
|
|
3892
|
+
|
|
3893
|
+
|
|
3894
|
+
..
|
|
3895
|
+
end enums
|
|
3896
|
+
|
|
3897
|
+
|
|
3898
|
+
..
|
|
3899
|
+
end HasExtensions
|
|
3763
3900
|
|
|
3764
|
-
<!-- end HasExtensions -->
|
|
3765
3901
|
|
|
3766
|
-
|
|
3902
|
+
..
|
|
3903
|
+
end services
|
|
3767
3904
|
|
|
3768
3905
|
|
|
3769
3906
|
|
|
@@ -3982,12 +4119,20 @@ The JSON representation for `UInt64Value` is JSON string.
|
|
|
3982
4119
|
|
|
3983
4120
|
|
|
3984
4121
|
|
|
3985
|
-
<!-- end messages -->
|
|
3986
4122
|
|
|
3987
|
-
|
|
4123
|
+
..
|
|
4124
|
+
end messages
|
|
4125
|
+
|
|
4126
|
+
|
|
4127
|
+
..
|
|
4128
|
+
end enums
|
|
4129
|
+
|
|
4130
|
+
|
|
4131
|
+
..
|
|
4132
|
+
end HasExtensions
|
|
3988
4133
|
|
|
3989
|
-
<!-- end HasExtensions -->
|
|
3990
4134
|
|
|
3991
|
-
|
|
4135
|
+
..
|
|
4136
|
+
end services
|
|
3992
4137
|
|
|
3993
4138
|
|