- Extractors
- Analyze Data
Supported Fields for the Assets Table
The following table provides the supported fields for the Assets table:
Column Name | Column Type | Description | Example |
---|---|---|---|
id | bigint | A server-generated ID for the object. | 454501654069443 |
createdTime | timestamp | Timestamp when asset was created. | 2019-09-07T15:50+00Z |
lastUpdatedTime | timestamp | Timestamp when asset was updated. | 2019-09-07T15:50+00Z |
rootId | bigint | The ID of the root asset. The root asset is the asset spanning the entire asset hierarchy that this asset belongs to. | 3039255880161656 |
name | varchar | The name of the asset. | function-variable-test |
externalId | varchar | The external ID provided by the client. It must be unique for the resource type. | CDF_ExternalID |
description | varchar | The description of the asset. | CDF project: testing_purpose |
dataSetId | bigint | The id of the dataset this asset belongs to. | 7166729101688251 |
source | varchar | The source of the asset. | test |
parentExternalId | varchar | The external ID of the parent. The property will not be permitted if the asset does not have a parent or if the parent does not have externalId. | ftdm-parent-externalId |
parentId | bigint | The ID of the parent of this node is null if it is the root node. | 3281201682942258 |
Provide Feedback