meta_compose
Verify whether a source's output schema can feed another source by comparing declarative schemas, identifying mismatches to prevent data integration errors.
Instructions
Check whether the output of from_source can feed to_source.
Phase 1: declarative schema string match only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_source | Yes | ||
| from_source | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||