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
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/AirflowDag.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ public class AirflowDag extends Asset implements IAirflowDag, IAirflow, ICatalog
@Singular
SortedSet<IAirflowTask> airflowTasks;

/** 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/AirflowTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ public class AirflowTask extends Asset implements IAirflowTask, IAirflow, ICatal
@Attribute
String airflowTaskTriggerRule;

/** 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/AnaplanApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ public class AnaplanApp extends Asset implements IAnaplanApp, IAnaplan, IBI, ICa
@Attribute
String anaplanWorkspaceQualifiedName;

/** 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 @@ -101,6 +101,10 @@ public class AnaplanDimension extends Asset
@Attribute
String anaplanWorkspaceQualifiedName;

/** 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 @@ -95,6 +95,10 @@ public class AnaplanLineItem extends Asset
@Attribute
String anaplanWorkspaceQualifiedName;

/** 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/AnaplanList.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ public class AnaplanList extends Asset implements IAnaplanList, IAnaplan, IBI, I
@Attribute
String anaplanWorkspaceQualifiedName;

/** 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/AnaplanModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ public class AnaplanModel extends Asset implements IAnaplanModel, IAnaplan, IBI,
@Attribute
String anaplanWorkspaceQualifiedName;

/** 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/AnaplanModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ public class AnaplanModule extends Asset implements IAnaplanModule, IAnaplan, IB
@Attribute
String anaplanWorkspaceQualifiedName;

/** 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/AnaplanPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ public class AnaplanPage extends Asset implements IAnaplanPage, IAnaplan, IBI, I
@Attribute
String anaplanWorkspaceQualifiedName;

/** 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 @@ -77,6 +77,10 @@ public class AnaplanSystemDimension extends Asset
@Attribute
String anaplanWorkspaceQualifiedName;

/** 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/AnaplanView.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ public class AnaplanView extends Asset implements IAnaplanView, IAnaplan, IBI, I
@Attribute
String anaplanWorkspaceQualifiedName;

/** 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 @@ -90,6 +90,10 @@ public class AnaplanWorkspace extends Asset
@Attribute
String anaplanWorkspaceQualifiedName;

/** 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/AnomaloCheck.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ public class AnomaloCheck extends Asset
@Attribute
String anomaloCheckType;

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

/** Whether this data quality is part of contract (true) or not (false). */
@Attribute
Boolean dqIsPartOfContract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ public class AppWorkflowRun extends Asset implements IAppWorkflowRun, ICatalog,
@Attribute
IAtlanAppWorkflow atlanAppWorkflow;

/** 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/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ public class Application extends Asset implements IApplication, IApp, ICatalog,
@Singular
SortedSet<IAsset> applicationOwnedAssets;

/** 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 @@ -65,6 +65,10 @@ public class ApplicationField extends Asset implements IApplicationField, IApp,
@Attribute
String applicationParentQualifiedName;

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

/** Tasks to which this asset provides input. */
@Attribute
@Singular
Expand Down
5 changes: 5 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/Asset.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ public abstract class Asset extends Reference implements IAsset, IReferenceable
@Attribute
String applicationQualifiedName;

/** List of AI-generated aliases for this asset, to aid in search and discovery. */
@Attribute
@Singular
SortedSet<String> assetAiAlias;

/** Description of this asset, generated by AI based on the asset's context. Displayed separately in the UI and can be used to overwrite existing descriptions. */
@Attribute
String assetAiGeneratedDescription;
Expand Down
4 changes: 4 additions & 0 deletions sdk/src/main/java/com/atlan/model/assets/AssetGrouping.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ public class AssetGrouping extends Asset implements IAssetGrouping, ICatalog, IA
@Builder.Default
String typeName = TYPE_NAME;

/** 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 @@ -63,6 +63,10 @@ public class AssetGroupingCollection extends Asset
@Attribute
IAssetGroupingStrategy assetGroupingStrategy;

/** 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 @@ -77,6 +77,10 @@ public class AssetGroupingStrategy extends Asset
@Attribute
AssetGroupingStrategyType assetGroupingStrategyType;

/** 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