Skip to content

Commit dc5abee

Browse files
committed
add subtype for importer
1 parent 58c6a50 commit dc5abee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/actinia_module_plugin/core/modules/actinia_common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ def populate_vm_params_and_returns(self, gm, pc):
333333
"import_descr_" + param,
334334
pc.import_descr_dict,
335335
)
336+
if temp_dict.get('schema'):
337+
temp_dict['schema']['subtype'] = "datasource"
336338
self.vm_params.append(temp_dict)
337339

338340
if "exporter" in gm:

0 commit comments

Comments
 (0)