Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
telecom
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Roque
telecom
Commits
085b15fa
Commit
085b15fa
authored
Jun 23, 2017
by
Roque Porchetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New supply for all ingestions: embulk.
parent
cced6d72
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
17 deletions
+10
-17
bt5/erp5_wendelin_telecom_ingestion/PathTemplateItem/data_supply_module/embulk.xml
..._ingestion/PathTemplateItem/data_supply_module/embulk.xml
+5
-5
bt5/erp5_wendelin_telecom_ingestion/PathTemplateItem/data_supply_module/embulk/1.xml
...ngestion/PathTemplateItem/data_supply_module/embulk/1.xml
+2
-2
bt5/erp5_wendelin_telecom_ingestion/PathTemplateItem/data_supply_module/embulk/2.xml
...ngestion/PathTemplateItem/data_supply_module/embulk/2.xml
+2
-2
bt5/erp5_wendelin_telecom_ingestion/SkinTemplateItem/portal_skins/erp5_wendelin_telecom/IngestionPolicy_getIngestionOperationAndParameterDict.py
.../IngestionPolicy_getIngestionOperationAndParameterDict.py
+1
-8
No files found.
bt5/erp5_wendelin_telecom_ingestion/PathTemplateItem/data_supply_module/
telecom
.xml
→
bt5/erp5_wendelin_telecom_ingestion/PathTemplateItem/data_supply_module/
embulk
.xml
View file @
085b15fa
...
...
@@ -86,7 +86,7 @@
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
telecom
</string>
</value>
<value>
<string>
embulk
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
...
...
@@ -132,7 +132,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
telecom
</string>
</value>
<value>
<string>
embulk
</string>
</value>
</item>
<item>
<key>
<string>
language
</string>
</key>
...
...
@@ -146,7 +146,7 @@
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Telecom
</string>
</value>
<value>
<string>
Embulk
</string>
</value>
</item>
<item>
<key>
<string>
version
</string>
</key>
...
...
@@ -323,7 +323,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
9
58.21530.59410.648
87
</string>
</value>
<value>
<string>
9
60.15698.49376.72
87
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -341,7 +341,7 @@
</tuple>
<state>
<tuple>
<float>
149
2069452.09
</float>
<float>
149
8225133.32
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_wendelin_telecom_ingestion/PathTemplateItem/data_supply_module/
telecom
/1.xml
→
bt5/erp5_wendelin_telecom_ingestion/PathTemplateItem/data_supply_module/
embulk
/1.xml
View file @
085b15fa
...
...
@@ -212,7 +212,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
95
8.2619.38547.19438
</string>
</value>
<value>
<string>
95
9.7816.8415.26299
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -230,7 +230,7 @@
</tuple>
<state>
<tuple>
<float>
149
2069598.21
</float>
<float>
149
8225125.16
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_wendelin_telecom_ingestion/PathTemplateItem/data_supply_module/
telecom
/2.xml
→
bt5/erp5_wendelin_telecom_ingestion/PathTemplateItem/data_supply_module/
embulk
/2.xml
View file @
085b15fa
...
...
@@ -218,7 +218,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
95
8.2890.30700.54220
</string>
</value>
<value>
<string>
95
9.7816.8415.26299
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -236,7 +236,7 @@
</tuple>
<state>
<tuple>
<float>
149
0797134.37
</float>
<float>
149
8225125.15
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_wendelin_telecom_ingestion/SkinTemplateItem/portal_skins/erp5_wendelin_telecom/IngestionPolicy_getIngestionOperationAndParameterDict.py
View file @
085b15fa
...
...
@@ -37,16 +37,9 @@ if data_ingestion is None:
if
data_ingestion
is
None
:
specialise_value_list
=
[
x
.
getObject
()
for
x
in
portal_catalog
.
searchResults
(
portal_type
=
'Data Supply'
,
reference
=
specialise_reference
,
reference
=
'embulk'
,
validation_state
=
'validated'
)]
# if we do not find a validated data supply, we look for a default data supply
if
not
specialise_value_list
:
specialise_value_list
=
[
x
.
getObject
()
for
x
in
portal_catalog
.
searchResults
(
portal_type
=
'Data Supply'
,
reference
=
'default'
,
validation_state
=
'validated'
)]
log
(
"Data Suppliers list: "
+
str
(
specialise_value_list
))
# create a new data ingestion
...
...
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