Skip to content

Commit e377618

Browse files
committed
Update skillset ingestion
1 parent fc98803 commit e377618

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deploy_ai_search/text_2_sql_schema_store.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,14 @@ def get_indexer(self) -> SearchIndexer:
290290
source_field_name="/document/Columns/*/Definition",
291291
target_field_name="ColumnDefinitions",
292292
),
293+
FieldMapping(
294+
source_field_name="/document/ImmediateEntityRelationships",
295+
target_field_name="ImmediateEntityRelationships",
296+
),
297+
FieldMapping(
298+
source_field_name="/document/CompleteEntityRelationships",
299+
target_field_name="CompleteEntityRelationships",
300+
),
293301
FieldMapping(
294302
source_field_name="/document/DateLastModified",
295303
target_field_name="DateLastModified",

0 commit comments

Comments
 (0)