import_source_metadata
Crawl a source's metadata into a new knowledge base. Asynchronous task returns a task ID and new knowledge base ID.
Instructions
Crawl a source's metadata into a new knowledge base.
Asynchronous: returns a task_id plus the new knowledge_base_id. Poll with get_ingestion_task. destination_id is required - get one from list_destinations. This writes embeddings into that destination, so pick a destination you own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| source_id | Yes | ||
| description | No | ||
| table_names | Yes | ||
| source_schema | Yes | ||
| destination_id | Yes | ||
| profiling_enabled | No | ||
| auto_generate_dictionary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||