Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/ADLSAccount.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ public class ADLSAccount extends Asset
@Singular
List<AzureTag> azureTags;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Uniform resource name (URN) for the asset: AWS ARN, Google Cloud URI, Azure resource ID, Oracle OCID, and so on. */
@Attribute
String cloudUniformResourceName;
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/ADLSContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ public class ADLSContainer extends Asset
@Singular
List<AzureTag> azureTags;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Uniform resource name (URN) for the asset: AWS ARN, Google Cloud URI, Azure resource ID, Oracle OCID, and so on. */
@Attribute
String cloudUniformResourceName;
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/ADLSObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ public class ADLSObject extends Asset
@Singular
List<AzureTag> azureTags;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Uniform resource name (URN) for the asset: AWS ARN, Google Cloud URI, Azure resource ID, Oracle OCID, and so on. */
@Attribute
String cloudUniformResourceName;
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/AIApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ public class AIApplication extends Asset implements IAIApplication, IAI, ICatalo
@Attribute
String aiApplicationVersion;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Accountability configuration for ensuring the ethical use of an AI asset */
@Attribute
EthicalAIAccountabilityConfig ethicalAIAccountabilityConfig;
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/AIModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ public class AIModel extends Asset implements IAIModel, IAI, ICatalog, IAsset, I
@Singular("aiApplication")
SortedSet<IAIApplication> applications;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Accountability configuration for ensuring the ethical use of an AI asset */
@Attribute
EthicalAIAccountabilityConfig ethicalAIAccountabilityConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ public class AIModelVersion extends Asset implements IAIModelVersion, IAI, ICata
@Attribute
AIModelVersionStage aiModelVersionStage;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Accountability configuration for ensuring the ethical use of an AI asset */
@Attribute
EthicalAIAccountabilityConfig ethicalAIAccountabilityConfig;
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/APIField.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ public class APIField extends Asset implements IAPIField, IAPI, ICatalog, IAsset
@Attribute
String apiSpecVersion;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/APIObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ public class APIObject extends Asset implements IAPIObject, IAPI, ICatalog, IAss
@Attribute
String apiSpecVersion;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/APIPath.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ public class APIPath extends Asset implements IAPIPath, IAPI, ICatalog, IAsset,
@Attribute
String apiSpecVersion;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/APIQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ public class APIQuery extends Asset implements IAPIQuery, IAPI, ICatalog, IAsset
@Attribute
String apiSpecVersion;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/APISpec.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ public class APISpec extends Asset implements IAPISpec, IAPI, ICatalog, IAsset,
@Attribute
String apiSpecVersion;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/AdfActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ public class AdfActivity extends Asset implements IAdfActivity, IADF, ICatalog,
@Attribute
String adfPipelineQualifiedName;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/AdfDataflow.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ public class AdfDataflow extends Asset implements IAdfDataflow, IADF, ICatalog,
@Singular
SortedSet<IAdfPipeline> adfPipelines;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/AdfDataset.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ public class AdfDataset extends Asset implements IAdfDataset, IADF, ICatalog, IA
@Singular
SortedSet<IAdfPipeline> adfPipelines;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ public class AdfLinkedservice extends Asset implements IAdfLinkedservice, IADF,
@Singular
SortedSet<IAdfPipeline> adfPipelines;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/AdfPipeline.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ public class AdfPipeline extends Asset implements IAdfPipeline, IADF, ICatalog,
@Singular
List<Map<String, String>> adfPipelineRuns;

/** Unique identifier of the dataset this asset belongs to. */
@Attribute
String catalogDatasetGuid;

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
Loading
Loading