datacontract import mysql
Import a data contract from a MySQL database.
datacontract import mysql [OPTIONS]
| Option | Default | Description |
|---|---|---|
--source | — | The host of the MySQL server. |
--port | — | The MySQL port (default 3306). |
--database | — | The database name. |
--table | — | Name of a table to import (repeat for multiple tables, omit for all tables). |
--output | — | File path where the Data Contract will be saved. If not provided, it will be printed to stdout. |
--owner | — | The owner or team responsible for managing the data contract. |
--id | — | The identifier for the data contract. |
--debug / --no-debug | — | Enable debug logging |
datacontract import mysql --source localhost --database mydb --output datacontract.yaml
Guide: Import: MySQL.