-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: updated transformation * build: bump
- Loading branch information
Showing
5 changed files
with
97 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.68.0" | ||
__version__ = "0.68.1" |
160 changes: 89 additions & 71 deletions
160
cognite/neat/workflows/examples/Export DMS/workflow.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,89 @@ | ||
configs: [] | ||
description: null | ||
implementation_module: null | ||
name: Export DMS | ||
steps: | ||
- complex_configs: {} | ||
configs: {} | ||
description: null | ||
enabled: true | ||
id: step_861205 | ||
label: Upload Rules Spreadsheet | ||
max_retries: 0 | ||
method: null | ||
params: | ||
file_type: rules | ||
retry_delay: 3 | ||
stype: file_uploader | ||
system_component_id: null | ||
transition_to: | ||
- step_295479 | ||
trigger: true | ||
ui_config: | ||
pos_x: 629 | ||
pos_y: 57 | ||
- complex_configs: {} | ||
configs: | ||
File name: '' | ||
Report formatter: BasicHTML | ||
Role: infer | ||
description: null | ||
enabled: true | ||
id: step_295479 | ||
label: Validate | ||
max_retries: 0 | ||
method: ExcelToRules | ||
params: {} | ||
retry_delay: 3 | ||
stype: stdstep | ||
system_component_id: null | ||
transition_to: | ||
- step_50885 | ||
trigger: false | ||
ui_config: | ||
pos_x: 630 | ||
pos_y: 180 | ||
- complex_configs: | ||
Components: | ||
containers: true | ||
data_models: true | ||
spaces: true | ||
views: true | ||
configs: | ||
Dry run: 'False' | ||
Existing component handling: update | ||
Multi-space components create: 'True' | ||
description: null | ||
enabled: true | ||
id: step_50885 | ||
label: Export Data Model to CDF | ||
max_retries: 0 | ||
method: RulesToDMS | ||
params: {} | ||
retry_delay: 3 | ||
stype: stdstep | ||
system_component_id: null | ||
transition_to: [] | ||
trigger: false | ||
ui_config: | ||
pos_x: 630 | ||
pos_y: 274 | ||
system_components: [] | ||
configs: [] | ||
description: null | ||
implementation_module: null | ||
name: Export DMS | ||
steps: | ||
- complex_configs: {} | ||
configs: {} | ||
description: null | ||
enabled: true | ||
id: step_861205 | ||
label: Upload Rules Spreadsheet | ||
max_retries: 0 | ||
method: null | ||
params: | ||
file_type: rules | ||
retry_delay: 3 | ||
stype: file_uploader | ||
system_component_id: null | ||
transition_to: | ||
- step_295479 | ||
trigger: true | ||
ui_config: | ||
pos_x: 629 | ||
pos_y: 57 | ||
- complex_configs: {} | ||
configs: | ||
File name: '' | ||
Report formatter: BasicHTML | ||
Role: infer | ||
description: null | ||
enabled: true | ||
id: step_295479 | ||
label: Validate | ||
max_retries: 0 | ||
method: ExcelToRules | ||
params: {} | ||
retry_delay: 3 | ||
stype: stdstep | ||
system_component_id: null | ||
transition_to: | ||
- step_50885 | ||
trigger: false | ||
ui_config: | ||
pos_x: 629 | ||
pos_y: 161 | ||
- complex_configs: | ||
Components: | ||
containers: true | ||
data_models: true | ||
spaces: true | ||
views: true | ||
configs: | ||
Dry run: 'False' | ||
Existing component handling: update | ||
Multi-space components create: 'True' | ||
description: null | ||
enabled: true | ||
id: step_50885 | ||
label: Export Data Model to CDF | ||
max_retries: 0 | ||
method: RulesToDMS | ||
params: {} | ||
retry_delay: 3 | ||
stype: stdstep | ||
system_component_id: null | ||
transition_to: | ||
- step_171560 | ||
trigger: false | ||
ui_config: | ||
pos_x: 629 | ||
pos_y: 243 | ||
- complex_configs: {} | ||
configs: {} | ||
description: null | ||
enabled: true | ||
id: step_171560 | ||
label: Export Transformations | ||
max_retries: 0 | ||
method: RulesToCDFTransformations | ||
params: {} | ||
retry_delay: 3 | ||
stype: stdstep | ||
system_component_id: null | ||
transition_to: [] | ||
trigger: false | ||
ui_config: | ||
pos_x: 629 | ||
pos_y: 342 | ||
system_components: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters