Skip to content

Commit 3d1c9dd

Browse files
Sync Java SDK models from atlanhq/models
Source commit: 4afb2fb19d4cd80304d155848366f3e3b5075f79 Source ref: refs/heads/master Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 67325bd commit 3d1c9dd

1,131 files changed

Lines changed: 29575 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/src/main/java/com/atlan/model/assets/ADLSAccount.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ public class ADLSAccount extends Asset
127127
@Singular
128128
List<AzureTag> azureTags;
129129

130+
/** Unique identifier of the dataset this asset belongs to. */
131+
@Attribute
132+
String catalogDatasetGuid;
133+
130134
/** Uniform resource name (URN) for the asset: AWS ARN, Google Cloud URI, Azure resource ID, Oracle OCID, and so on. */
131135
@Attribute
132136
String cloudUniformResourceName;

sdk/src/main/java/com/atlan/model/assets/ADLSContainer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ public class ADLSContainer extends Asset
110110
@Singular
111111
List<AzureTag> azureTags;
112112

113+
/** Unique identifier of the dataset this asset belongs to. */
114+
@Attribute
115+
String catalogDatasetGuid;
116+
113117
/** Uniform resource name (URN) for the asset: AWS ARN, Google Cloud URI, Azure resource ID, Oracle OCID, and so on. */
114118
@Attribute
115119
String cloudUniformResourceName;

sdk/src/main/java/com/atlan/model/assets/ADLSObject.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ public class ADLSObject extends Asset
162162
@Singular
163163
List<AzureTag> azureTags;
164164

165+
/** Unique identifier of the dataset this asset belongs to. */
166+
@Attribute
167+
String catalogDatasetGuid;
168+
165169
/** Uniform resource name (URN) for the asset: AWS ARN, Google Cloud URI, Azure resource ID, Oracle OCID, and so on. */
166170
@Attribute
167171
String cloudUniformResourceName;

sdk/src/main/java/com/atlan/model/assets/AIApplication.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ public class AIApplication extends Asset implements IAIApplication, IAI, ICatalo
6464
@Attribute
6565
String aiApplicationVersion;
6666

67+
/** Unique identifier of the dataset this asset belongs to. */
68+
@Attribute
69+
String catalogDatasetGuid;
70+
6771
/** Accountability configuration for ensuring the ethical use of an AI asset */
6872
@Attribute
6973
EthicalAIAccountabilityConfig ethicalAIAccountabilityConfig;

sdk/src/main/java/com/atlan/model/assets/AIModel.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ public class AIModel extends Asset implements IAIModel, IAI, ICatalog, IAsset, I
7878
@Singular("aiApplication")
7979
SortedSet<IAIApplication> applications;
8080

81+
/** Unique identifier of the dataset this asset belongs to. */
82+
@Attribute
83+
String catalogDatasetGuid;
84+
8185
/** Accountability configuration for ensuring the ethical use of an AI asset */
8286
@Attribute
8387
EthicalAIAccountabilityConfig ethicalAIAccountabilityConfig;

sdk/src/main/java/com/atlan/model/assets/AIModelVersion.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ public class AIModelVersion extends Asset implements IAIModelVersion, IAI, ICata
7373
@Attribute
7474
AIModelVersionStage aiModelVersionStage;
7575

76+
/** Unique identifier of the dataset this asset belongs to. */
77+
@Attribute
78+
String catalogDatasetGuid;
79+
7680
/** Accountability configuration for ensuring the ethical use of an AI asset */
7781
@Attribute
7882
EthicalAIAccountabilityConfig ethicalAIAccountabilityConfig;

sdk/src/main/java/com/atlan/model/assets/APIField.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ public class APIField extends Asset implements IAPIField, IAPI, ICatalog, IAsset
102102
@Attribute
103103
String apiSpecVersion;
104104

105+
/** Unique identifier of the dataset this asset belongs to. */
106+
@Attribute
107+
String catalogDatasetGuid;
108+
105109
/** Tasks to which this asset provides input. */
106110
@Attribute
107111
@Singular

sdk/src/main/java/com/atlan/model/assets/APIObject.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ public class APIObject extends Asset implements IAPIObject, IAPI, ICatalog, IAss
9090
@Attribute
9191
String apiSpecVersion;
9292

93+
/** Unique identifier of the dataset this asset belongs to. */
94+
@Attribute
95+
String catalogDatasetGuid;
96+
9397
/** Tasks to which this asset provides input. */
9498
@Attribute
9599
@Singular

sdk/src/main/java/com/atlan/model/assets/APIPath.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ public class APIPath extends Asset implements IAPIPath, IAPI, ICatalog, IAsset,
111111
@Attribute
112112
String apiSpecVersion;
113113

114+
/** Unique identifier of the dataset this asset belongs to. */
115+
@Attribute
116+
String catalogDatasetGuid;
117+
114118
/** Tasks to which this asset provides input. */
115119
@Attribute
116120
@Singular

sdk/src/main/java/com/atlan/model/assets/APIQuery.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ public class APIQuery extends Asset implements IAPIQuery, IAPI, ICatalog, IAsset
9898
@Attribute
9999
String apiSpecVersion;
100100

101+
/** Unique identifier of the dataset this asset belongs to. */
102+
@Attribute
103+
String catalogDatasetGuid;
104+
101105
/** Tasks to which this asset provides input. */
102106
@Attribute
103107
@Singular

0 commit comments

Comments
 (0)