Skip to content
Merged
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
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class ADLSAccount extends Asset
implements IADLSAccount, IADLS, IObjectStore, IAzure, ICatalog, IAsset, IReferenceable, ICloud {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class ADLSContainer extends Asset
implements IADLSContainer, IADLS, IObjectStore, IAzure, ICatalog, IAsset, IReferenceable, ICloud {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AIApplication extends Asset implements IAIApplication, IAI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/atlan/model/assets/AIModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AIModel extends Asset implements IAIModel, IAI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AdfDataflow extends Asset implements IAdfDataflow, IADF, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/atlan/model/assets/AdfDataset.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AdfDataset extends Asset implements IAdfDataset, IADF, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AdfLinkedservice extends Asset implements IAdfLinkedservice, IADF, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/atlan/model/assets/AirflowDag.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AirflowDag extends Asset implements IAirflowDag, IAirflow, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AirflowTask extends Asset implements IAirflowTask, IAirflow, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/atlan/model/assets/AnaplanApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnaplanApp extends Asset implements IAnaplanApp, IAnaplan, IBI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnaplanDimension extends Asset
implements IAnaplanDimension, IAnaplan, IBI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnaplanLineItem extends Asset
implements IAnaplanLineItem, IAnaplan, IBI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnaplanList extends Asset implements IAnaplanList, IAnaplan, IBI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnaplanModel extends Asset implements IAnaplanModel, IAnaplan, IBI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnaplanModule extends Asset implements IAnaplanModule, IAnaplan, IBI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnaplanPage extends Asset implements IAnaplanPage, IAnaplan, IBI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnaplanSystemDimension extends Asset
implements IAnaplanSystemDimension, IAnaplan, IBI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnaplanView extends Asset implements IAnaplanView, IAnaplan, IBI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnaplanWorkspace extends Asset
implements IAnaplanWorkspace, IAnaplan, IBI, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AnomaloCheck extends Asset
implements IAnomaloCheck, IAnomalo, IDataQuality, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class Application extends Asset implements IApplication, IApp, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class ApplicationField extends Asset implements IApplicationField, IApp, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
6 changes: 6 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 @@ -26,6 +26,7 @@
import com.atlan.model.enums.SourceCostUnitType;
import com.atlan.model.lineage.FluentLineage;
import com.atlan.model.relations.Reference;
import com.atlan.model.structs.AssetExternalDQMetadata;
import com.atlan.model.structs.PopularityInsights;
import com.atlan.model.structs.StarredDetails;
import com.atlan.net.HttpClient;
Expand Down Expand Up @@ -441,6 +442,11 @@ public abstract class Asset extends Reference implements IAsset, IReferenceable
@Attribute
String assetDbtWorkflowLastUpdated;

/** DQ metadata captured for asset from external DQ tool(s). */
@Attribute
@Singular
Map<String, AssetExternalDQMetadata> assetExternalDQMetadataDetails;

/** Name of the icon to use for this asset. (Only applies to glossaries, currently.) */
@Attribute
AtlanIcon assetIcon;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AtlanCollection extends Asset implements IAtlanCollection, INamespace, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/atlan/model/assets/AuthPolicy.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AuthPolicy extends Asset implements IAuthPolicy, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AzureEventHub extends Asset
implements IAzureEventHub, IKafkaTopic, IKafka, IEventStore, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AzureEventHubConsumerGroup extends Asset
implements IAzureEventHubConsumerGroup,
IKafkaConsumerGroup,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AzureServiceBusNamespace extends Asset
implements IAzureServiceBusNamespace, IAzureServiceBus, IEventStore, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AzureServiceBusSchema extends Asset
implements IAzureServiceBusSchema, IAzureServiceBus, IEventStore, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class AzureServiceBusTopic extends Asset
implements IAzureServiceBusTopic, IAzureServiceBus, IEventStore, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/atlan/model/assets/BIProcess.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class BIProcess extends Asset implements IBIProcess, ILineageProcess, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/atlan/model/assets/Badge.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class Badge extends Asset implements IBadge, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class BusinessPolicy extends Asset implements IBusinessPolicy, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class BusinessPolicyException extends Asset implements IBusinessPolicyException, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class BusinessPolicyIncident extends Asset
implements IBusinessPolicyIncident, IIncident, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class BusinessPolicyLog extends Asset implements IBusinessPolicyLog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class CassandraColumn extends Asset
implements ICassandraColumn, ICassandra, INoSQL, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class Cognite3DModel extends Asset
implements ICognite3DModel, ICognite, ISaaS, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class CogniteAsset extends Asset implements ICogniteAsset, ICognite, ISaaS, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class CogniteEvent extends Asset implements ICogniteEvent, ICognite, ISaaS, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class CogniteFile extends Asset implements ICogniteFile, ICognite, ISaaS, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class CogniteSequence extends Asset
implements ICogniteSequence, ICognite, ISaaS, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Slf4j
@SuppressWarnings("serial")
@SuppressWarnings({"cast", "serial"})
public class CogniteTimeSeries extends Asset
implements ICogniteTimeSeries, ICognite, ISaaS, ICatalog, IAsset, IReferenceable {
private static final long serialVersionUID = 2L;
Expand Down
Loading
Loading