import_and_wait
Import source metadata into a knowledge base and wait for the ingestion to finish. Returns the final status, or continues server-side if timeout elapses for later polling.
Instructions
Import a source's metadata into a knowledge base and wait for it to finish.
Convenience wrapper over import_source_metadata + get_ingestion_task. Returns the knowledge_base_id and the final status; if it is still running when timeout_s elapses the import continues server-side and you can keep polling get_ingestion_task.
Writes embeddings into destination_id, so use a destination you own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| source_id | Yes | ||
| timeout_s | No | ||
| description | No | ||
| table_names | Yes | ||
| source_schema | Yes | ||
| destination_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||