We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b568d8b commit cdaeab5Copy full SHA for cdaeab5
uncoder-core/app/translator/platforms/base/aql/mapping.py
@@ -77,6 +77,8 @@ def get_suitable_source_mappings(
77
78
if not suitable_source_mappings:
79
for source_mapping in self._source_mappings.values():
80
+ if source_mapping.source_id == DEFAULT_MAPPING_NAME:
81
+ continue
82
if source_mapping.fields_mapping.is_suitable(field_names):
83
suitable_source_mappings.append(source_mapping)
84
0 commit comments