Create Data Catalog Entry
Create a new data catalog entry.
Data catalog entries must provide a value for the source field, and depending on the value used the following values are required:
-
When the
sourcefield is set toDATA_TABLEthedataTableIdfield must be set to the ID of a data table accessible by the API. -
When the
sourcefield is set toCONNECTION, bothconnectionIdandtableIdmust be set.
Permissions
api.data-catalog-entries.write
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
- Data Catalog Connection Entry
- Data Catalog Data Table Entry
The type of entity this data catalog entry is associated with.
CONNECTION, DATA_TABLE The columns provided by this data catalog entry.
1Indicates whether this data catalog entry is published and available for use.
The display name of this data catalog entry.
A description of this data catalog entry.
List of column names that together form a unique record identifier
The connection ID from which data is imported.
The table ID within the related connection from which data is imported.
Response
Created
- Data Catalog Connection Entry
- Data Catalog Data Table Entry
The unique object identifier.
Data integrity version to ensure data consistency.
The date that the object was originally created.
The date that the object was last updated or modified.
Details about the user who created the object.
Details about the user who last modified or updated the object.
The type of entity this data catalog entry is associated with.
CONNECTION, DATA_TABLE The display name of this data catalog entry.
A description of this data catalog entry.
The columns provided by this data catalog entry.
List of column names that together form a unique record identifier
Indicates whether this data catalog entry is published and available for use.
The connection ID from which data is imported.
The table ID within the related connection from which data is imported.

