create_materialization
Publish a materialization to Estuary Flow by writing its spec to a temporary flow.yaml and running flowctl catalog publish --auto-approve.
Instructions
Publish a materialization. Writes the spec to a temporary flow.yaml and runs flowctl catalog publish --source flow.yaml --auto-approve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Connector image tag | v1 |
| name | Yes | Materialization name, e.g. 'acmeCo/analytics/materialize-snowflake' | |
| config | Yes | Endpoint configuration | |
| bindings | Yes | Collection-to-destination bindings | |
| connector | Yes | Connector, e.g. 'materialize-snowflake' |