@elyra/pipeline-schemas 3.0.58 → 3.0.59
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/CONTRIBUTING.md
CHANGED
|
@@ -19,9 +19,8 @@ limitations under the License.
|
|
|
19
19
|
# Contributing
|
|
20
20
|
|
|
21
21
|
Welcome to Elyra! If you are interested in contributing to the [Elyra code repo](README.md)
|
|
22
|
-
then checkout the [Contributor's Guide](https://github.com/elyra-ai/community/blob/
|
|
23
|
-
the [Code of Conduct](https://github.com/elyra-ai/community/blob/
|
|
22
|
+
then checkout the [Contributor's Guide](https://github.com/elyra-ai/community/blob/main/contributing.md) and
|
|
23
|
+
the [Code of Conduct](https://github.com/elyra-ai/community/blob/main/code-of-conduct.md).
|
|
24
24
|
|
|
25
25
|
The [Elyra community repo](https://github.com/elyra-ai/community) contains information on how the community
|
|
26
26
|
is organized and other information that is pertinent to contributing.
|
|
27
|
-
|
package/README.md
CHANGED
|
@@ -26,15 +26,15 @@ This repository contains the JSON schema files pertaining to pipeline job flow a
|
|
|
26
26
|
|
|
27
27
|
Common schemas related to pipeline definition and execution:
|
|
28
28
|
|
|
29
|
-
* [Operators](https://github.com/elyra-ai/pipeline-schemas/tree/
|
|
30
|
-
* [Pipeline-flow](https://github.com/elyra-ai/pipeline-schemas/tree/
|
|
31
|
-
* [Dataset-metadata](https://github.com/elyra-ai/pipeline-schemas/tree/
|
|
29
|
+
* [Operators](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-pipeline/operators): Contains the base operator, uihints, and condition schemas and examples
|
|
30
|
+
* [Pipeline-flow](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-pipeline/pipeline-flow): Common pipeline-flow and pipeline-flow-ui JSON schemas
|
|
31
|
+
* [Dataset-metadata](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-pipeline/dataset-metadata): JSON dataset metadata definition
|
|
32
32
|
|
|
33
33
|
### The 'common-canvas' directory
|
|
34
34
|
|
|
35
35
|
Schema and example files for driving the Common Canvas and Property Editor tooling
|
|
36
36
|
|
|
37
|
-
* [Parameter-defs](https://github.com/elyra-ai/pipeline-schemas/tree/
|
|
38
|
-
* [Form](https://github.com/elyra-ai/pipeline-schemas/tree/
|
|
39
|
-
* [Palette](https://github.com/elyra-ai/pipeline-schemas/tree/
|
|
40
|
-
* [Diagram](https://github.com/elyra-ai/pipeline-schemas/tree/
|
|
37
|
+
* [Parameter-defs](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-canvas/parameter-defs): Common Properties parameter editing schema and examples
|
|
38
|
+
* [Form](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-canvas/form): Common Properties low-level form JSON specification
|
|
39
|
+
* [Palette](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-canvas/palette): Canvas palette JSON definition
|
|
40
|
+
* [Diagram](https://github.com/elyra-ai/pipeline-schemas/tree/main/common-canvas/diagram): Older (e.g. pre-pipeline-flow) internal canvas diagram specification
|
package/code-of-conduct.md
CHANGED
|
@@ -18,4 +18,4 @@ limitations under the License.
|
|
|
18
18
|
|
|
19
19
|
# Elyra Community Code of Conduct
|
|
20
20
|
|
|
21
|
-
Please refer to our [Elyra Community Code of Conduct](https://github.com/elyra-ai/community/blob/
|
|
21
|
+
Please refer to our [Elyra Community Code of Conduct](https://github.com/elyra-ai/community/blob/main/code-of-conduct.md)
|
package/common-pipeline/pipeline-flow/examples/pipeline-flow-v2-external-subflow-example.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"type": "super_node",
|
|
45
45
|
"sub_type": "shaper",
|
|
46
46
|
"subflow_ref": {
|
|
47
|
-
"url": "https://github.com/elyra-ai/pipeline-schemas/blob/
|
|
47
|
+
"url": "https://github.com/elyra-ai/pipeline-schemas/blob/main/common-pipeline/pipeline-flow/examples/pipeline-flow-v2-example-simple.json",
|
|
48
48
|
"pipeline_id_ref": "simple-pipeline"
|
|
49
49
|
},
|
|
50
50
|
"inputs": [
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyra/pipeline-schemas",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.59",
|
|
4
4
|
"description": "pipeline-schemas",
|
|
5
5
|
"main": "common-pipeline/pipeline-flow/upgrade/upgrade-flow.js",
|
|
6
6
|
"homepage": "https://github.com/elyra-ai/pipeline-schemas",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/elyra-ai/pipeline-schemas/tree/
|
|
10
|
+
"url": "https://github.com/elyra-ai/pipeline-schemas/tree/main/common-pipeline"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
13
|
"url": "https://github.com/elyra-ai/pipeline-schemas/issues"
|