We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f62d1 commit 514d4bcCopy full SHA for 514d4bc
connector_importer/models/record.py
@@ -83,7 +83,7 @@ def debug_mode(self):
83
os.environ.get('IMPORTER_DEBUG_MODE')
84
85
@api.multi
86
- @job(default_channel='root.import')
+ @job
87
def import_record(self, component_name, model_name):
88
"""This job will import a record."""
89
with self.backend_id.work_on(self._name) as work:
connector_importer/models/recordset.py
@@ -239,7 +239,7 @@ def available_models(self):
239
return self.import_type_id.available_models()
240
241
242
243
def import_recordset(self):
244
"""This job will import a recordset."""
245
0 commit comments