Customizing your schema
- Last Updated: July 9, 2024
- 1 minute read
- DataDirect Connectors
- ODBC
- Autonomous Rest Connector 8.0
- Documentation
After sampling your endpoints, you can customize your schema from the default mapping, including modifying the column names, data type mapping, and primary key designation:
- In the left pane, expand your sampled request to expose a list of your relational tables.
- Under the table you want to edit, expand the list to expose the table
columns. Note: By right-clicking the table name, you can also edit the table name or delete the table.
- Right-click on the column you want to edit; then, select Modify Column Attributes. Note: By right-clicking the table name, you can also add or delete columns in the table.Note: When designating a new primary key, you can query the
INFORMATION_SCHEMA.SYSTEM_SAMPLING_STATUSsystem table for a list of potential primary key candidates. See "Determining the primary key" for more information. - In the Modify Column Attributes window, edit the fields to your preferences.
- Click Save to accept your changes.