Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssetWithDescription ¶
type Attribute ¶
type Attribute struct {
ID string `json:"id"`
Name string `json:"name"`
AssetType string `json:"assetType"`
Description string `json:"description"`
ConnectedColumns []ColumnWithTable `json:"connectedColumns"`
}
type ColumnWithTable ¶
type ColumnWithTable struct {
ID string `json:"id"`
Name string `json:"name"`
AssetType string `json:"assetType"`
Description string `json:"description"`
ConnectedTable *AssetWithDescription `json:"connectedTable"`
}
type Input ¶
type Input struct {
BusinessTermID string `json:"businessTermId" jsonschema:"Required. The UUID of the Business Term asset to trace back to physical data assets."`
}
type Output ¶
type Output struct {
BusinessTermID string `json:"businessTermId" jsonschema:"The Business Term asset ID."`
ConnectedPhysicalData []Attribute `json:"connectedPhysicalData" jsonschema:"The data attributes with their connected columns and tables."`
Error string `json:"error,omitempty" jsonschema:"Error message if the operation failed."`
}
Click to show internal directories.
Click to hide internal directories.