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 fc98803 commit e377618Copy full SHA for e377618
deploy_ai_search/text_2_sql_schema_store.py
@@ -290,6 +290,14 @@ def get_indexer(self) -> SearchIndexer:
290
source_field_name="/document/Columns/*/Definition",
291
target_field_name="ColumnDefinitions",
292
),
293
+ FieldMapping(
294
+ source_field_name="/document/ImmediateEntityRelationships",
295
+ target_field_name="ImmediateEntityRelationships",
296
+ ),
297
298
+ source_field_name="/document/CompleteEntityRelationships",
299
+ target_field_name="CompleteEntityRelationships",
300
301
FieldMapping(
302
source_field_name="/document/DateLastModified",
303
target_field_name="DateLastModified",
0 commit comments