Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OEE CTCMP HISTORICAL LOAD
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tarun.madamanchi
OEE CTCMP HISTORICAL LOAD
Commits
1993e3cd
Commit
1993e3cd
authored
Jan 03, 2023
by
tarun2512
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added ctcmp historic data load scripts
parent
0524739d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
main.py
main.py
+0
-9
No files found.
main.py
View file @
1993e3cd
...
@@ -5,12 +5,3 @@ class DynamciAssetModel:
...
@@ -5,12 +5,3 @@ class DynamciAssetModel:
self
.
dynamic_asset_model
(
asset_name
,
asset_model
[
'children'
],
asset_hierarchy
)
self
.
dynamic_asset_model
(
asset_name
,
asset_model
[
'children'
],
asset_hierarchy
)
elif
asset_model
[
"name"
]
==
asset_name
:
elif
asset_model
[
"name"
]
==
asset_name
:
asset_hierarchy
[
asset_model
[
'name'
]]
=
asset_model
[
'hierarchy'
]
asset_hierarchy
[
asset_model
[
'name'
]]
=
asset_model
[
'hierarchy'
]
# def check_asset(self, asset_name, asset_model_data, asset):
# for asset_model in asset_model_data:
# if "children" in asset_model:
# self.check_asset(asset_name, asset_model['children'], asset)
# elif asset_model["name"] == asset_name:
# asset['asset'] = asset_model['hierarchy']
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment