QuickSightAnalysis¶
Instance of a QuickSight analysis in Atlan. In QuickSight, you analyze and visualize your data in analyses, which can be published as a dashboard to share with others.
Complete reference
This is a complete reference for the QuickSightAnalysis
object in Atlan, showing every possible property and relationship that can exist for these objects. For an introduction, you probably want to start with:
Inheritance¶
Following is the inheritance structure for QuickSightAnalysis
. The type structure may be simplified in some of the SDKs, but for search purposes you could still use any of the super types shown below.
classDiagram
direction RL
class QuickSightAnalysis
link QuickSightAnalysis "../quicksightanalysis"
class QuickSight {
<<abstract>>
}
link QuickSight "../quicksight"
QuickSight <|-- QuickSightAnalysis : extends
class BI {
<<abstract>>
}
link BI "../bi"
BI <|-- QuickSight : extends
class Catalog {
<<abstract>>
}
link Catalog "../catalog"
Catalog <|-- BI : extends
class Asset {
<<abstract>>
}
link Asset "../asset"
Asset <|-- Catalog : extends
class Referenceable {
<<abstract>>
}
link Referenceable "../referenceable"
Referenceable <|-- Asset : extends
Attributes¶
Following are all the properties available on QuickSightAnalysis
assets in Atlan.
Core properties¶
For detailed examples of searching these fields, see common search fields.
Expand for details on each core property
typeName
Type of this asset. | |
---|---|
1 2 3 4 |
|
-
Retrieve the
typeName
from an asset.Use instanceof for type checking
If you are operating on an
Asset
type, chances are it is actually a more concrete type. Rather than using String-based comparisons, you can type-check using Java types:if (asset instanceof Column)
, for example. This has the added benefit of not needing separate null handling (if null, thenasset
cannot be aninstanceof
any type). -
Query for all assets that are sub-types of a particular super-type, in this example all assets that are sub-types of
SQL
. - Query for all assets with a particular type, in this example a
Table
. - Query for all assets with any one of a number of different types, in this example either a
Table
,View
, orMaterializedView
.
guid
Treat as read-only
This should be treated as read-only, you should not try to set guid
on an asset.
Globally-unique identifier for this asset. | |
---|---|
1 2 |
|
-
Retrieve the
guid
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for an asset with an exact GUID.
For more details
For more information, see the searching section on term queries.
atlanTags
Atlan tags assigned to the asset. | |
---|---|
1 2 3 4 5 |
|
-
Add Atlan tags to an asset.
For more details
For more information, see the tagging assets snippets.
-
Retrieve the
atlanTags
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that have one or more particular Atlan tags.
For more details
For more information, see the find assets with a tag snippets.
customMetadataSets
Map of custom metadata attributes and values defined on the asset. | |
---|---|
1 2 3 4 5 6 7 8 9 10 |
|
-
Add custom metadata to an asset.
For more details
For more information, see the change custom metadata snippets.
-
Retrieve custom metadata from an asset.
For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that have particular custom metadata.
For more details
For more information, see the find assets with custom metadata snippets.
status
Treat as read-only
This should be treated as read-only, you should not try to set status
on an asset. Instead, see the asset CRUD snippets on deleting and restoring assets.
Status of the asset. | |
---|---|
1 2 |
|
-
Retrieve the
status
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that have a particular status.
For more details
For more information, see the common search fields snippets.
createdBy
Treat as read-only
This should be treated as read-only, you should not try to set createdBy
on an asset.
User or account that created the asset. | |
---|---|
1 2 |
|
-
Retrieve the
createdBy
user from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that were created by a particular user.
For more details
For more information, see the common search fields snippets.
updatedBy
Treat as read-only
This should be treated as read-only, you should not try to set updatedBy
on an asset.
User or account that last updated the asset. | |
---|---|
1 2 |
|
-
Retrieve the
updatedBy
user from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that were last updated by a particular user.
For more details
For more information, see the common search fields snippets.
createTime
Treat as read-only
This should be treated as read-only, you should not try to set createTime
on an asset.
Time (epoch) at which the asset was created, in milliseconds. | |
---|---|
1 2 |
|
-
Retrieve the
createTime
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that were created on or after a particular time.
For more details
For more information, see the common search fields snippets.
updateTime
Treat as read-only
This should be treated as read-only, you should not try to set updateTime
on an asset.
Time (epoch) at which the asset was last updated, in milliseconds. | |
---|---|
1 2 |
|
-
Retrieve the
updateTime
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that were last updated on or after a particular time.
For more details
For more information, see the common search fields snippets.
deleteHandler
Treat as read-only
This should be treated as read-only, you should not try to set deleteHandler
on an asset. Instead, see the asset CRUD snippets on deleting assets.
Details on the handler used for deletion of the asset. | |
---|---|
1 |
|
-
Retrieve the
deleteHandler
from an asset. (This will only have a value for soft-deleted, or archived, assets.)For more details
For more information, see the asset CRUD snippets on retrieving assets.
atlanTagNames
Treat as read-only
These should be treated as read-only, you should not try to set atlanTagNames
on an asset. Instead see atlanTags
.
Human-readable names of the Atlan tags that exist on the asset. | |
---|---|
1 |
|
-
Retrieve the
atlanTagNames
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
isIncomplete (unused)
meaningNames
Treat as read-only
These should be treated as read-only, you should not try to set meaningNames
on an asset. Instead see meanings
.
Human-readable names of terms that have been linked to this asset. | |
---|---|
1 |
|
-
Retrieve the
meaningNames
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
meanings
Treat as read-only
These should be treated as read-only, you should not try to set meanings
on an asset. Instead, see the link terms and assets snippets.
Details of terms that have been linked to this asset. | |
---|---|
1 |
|
-
Retrieve the
meanings
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
pendingTasks
Treat as read-only
These should be treated as read-only, you should not try to set pendingTasks
on an asset.
Unique identifiers (GUIDs) for any background tasks that are yet to operate on this asset. | |
---|---|
1 |
|
-
Retrieve the
pendingTasks
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
type_name
asset.type_name; # (1)
FluentSearch().where(CompoundQuery.super_types([SQL])) # (2)
FluentSearch().where(CompoundQuery.asset_type(Table)) # (3)
FluentSearch().where(CompoundQuery.asset_types([Table, View, MaterializedView])) # (4)
-
Retrieve the
type_name
from an asset.Use isinstance for type checking
If you are operating on an
Asset
type, chances are it is actually a more concrete type. Rather than using String-based comparisons, you can type-check using Python types:if isinstance(asset, Column)
, for example. -
Query for all assets that are sub-types of a particular super-type, in this example all assets that are sub-types of
SQL
. - Query for all assets with a particular type, in this example a
Table
. - Query for all assets with any one of a number of different types, in this example either a
Table
,View
, orMaterializedView
.
guid
Treat as read-only
This should be treated as read-only, you should not try to set guid
on an asset.
Globally-unique identifier for this asset. | |
---|---|
1 2 |
|
-
Retrieve the
guid
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for an asset with an exact GUID.
For more details
For more information, see the searching section on term queries.
atlan_tags
Atlan tags assigned to the asset. | |
---|---|
1 2 3 4 5 6 7 |
|
-
Add Atlan tags to an asset.
For more details
For more information, see the tagging assets snippets.
-
Retrieve the
atlan_tags
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that have one or more particular Atlan tags.
For more details
For more information, see the find assets with a tag snippets.
custom_metadata
Map of custom metadata attributes and values defined on the asset. | |
---|---|
1 2 3 4 5 6 7 8 9 |
|
-
Add custom metadata to an asset.
For more details
For more information, see the change custom metadata snippets.
-
Retrieve custom metadata from an asset.
For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that have particular custom metadata.
For more details
For more information, see the find assets with custom metadata snippets.
status
Treat as read-only
This should be treated as read-only, you should not try to set status
on an asset. Instead, see the asset CRUD snippets on deleting and restoring assets.
Status of the asset. | |
---|---|
1 2 |
|
-
Retrieve the
status
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that have a particular status.
For more details
For more information, see the common search fields snippets.
created_by
Treat as read-only
This should be treated as read-only, you should not try to set created_by
on an asset.
User or account that created the asset. | |
---|---|
1 2 |
|
-
Retrieve the
created_by
user from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that were created by a particular user.
For more details
For more information, see the common search fields snippets.
updated_by
Treat as read-only
This should be treated as read-only, you should not try to set updated_by
on an asset.
User or account that last updated the asset. | |
---|---|
1 2 |
|
-
Retrieve the
updated_by
user from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that were last updated by a particular user.
For more details
For more information, see the common search fields snippets.
create_time
Treat as read-only
This should be treated as read-only, you should not try to set create_time
on an asset.
Time (epoch) at which the asset was created, in milliseconds. | |
---|---|
1 2 |
|
-
Retrieve the
create_time
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that were created on or after a particular time.
For more details
For more information, see the common search fields snippets.
update_time
Treat as read-only
This should be treated as read-only, you should not try to set update_time
on an asset.
Time (epoch) at which the asset was last updated, in milliseconds. | |
---|---|
1 2 |
|
-
Retrieve the
update_time
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Query for assets that were last updated on or after a particular time.
For more details
For more information, see the common search fields snippets.
delete_handler
Treat as read-only
This should be treated as read-only, you should not try to set delete_handler
on an asset. Instead, see the asset CRUD snippets on deleting assets.
Details on the handler used for deletion of the asset. | |
---|---|
1 |
|
-
Retrieve the
delete_handler
from an asset. (This will only have a value for soft-deleted, or archived, assets.)For more details
For more information, see the asset CRUD snippets on retrieving assets.
classification_names
Treat as read-only
These should be treated as read-only, you should not try to set classification_names
on an asset. Instead see atlan_tags
.
Human-readable names of the Atlan tags that exist on the asset. | |
---|---|
1 |
|
-
Retrieve the
classification_names
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
is_incomplete (unused)
meaning_names
Treat as read-only
These should be treated as read-only, you should not try to set meaning_names
on an asset. Instead see meanings
.
Human-readable names of terms that have been linked to this asset. | |
---|---|
1 |
|
-
Retrieve the
meaning_names
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
meanings
Treat as read-only
These should be treated as read-only, you should not try to set meanings
on an asset. Instead, see the link terms and assets snippets.
Details of terms that have been linked to this asset. | |
---|---|
1 |
|
-
Retrieve the
meanings
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
pending_tasks
Treat as read-only
These should be treated as read-only, you should not try to set pending_tasks
on an asset.
Unique identifiers (GUIDs) for any background tasks that are yet to operate on this asset. | |
---|---|
1 |
|
-
Retrieve the
pending_tasks
from an asset.For more details
For more information, see the asset CRUD snippets on retrieving assets.
typeName
{
"typeName": "QuickSightAnalysis" // (1)
}
- The
typeName
of an asset is at the top-level of the payload, and in this example indicates aQuickSightAnalysis
.
guid
Treat as read-only
This should be treated as read-only, you should not try to set guid
on an asset.
Globally-unique identifier for this asset. | |
---|---|
1 2 3 |
|
- The
guid
of an the asset is at the top-level of the payload.
classifications
Classifications assigned to the asset. | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
-
The
classifications
of an asset are at the top-level of the payload. There is a list of such complex objects.For more details
For more information, see the classify assets snippets.
customMetadataSets
Map of custom metadata attributes and values defined on the asset. | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
-
The custom metadata for an asset is nested within a
businessAttributes
object embedded in the payload. There is a nested dictionary of further embedded objects.For more details
For more information, see the change custom metadata snippets.
status
Treat as read-only
This should be treated as read-only, you should not try to set status
on an asset. Instead, see the asset CRUD snippets on deleting and restoring assets.
Status of the asset. | |
---|---|
1 2 3 |
|
- The
status
of an asset is at the top-level of the payload.
createdBy
Treat as read-only
This should be treated as read-only, you should not try to set createdBy
on an asset.
User or account that created the asset. | |
---|---|
1 2 3 |
|
- The
createdBy
user of an asset is at the top-level of the payload.
updatedBy
Treat as read-only
This should be treated as read-only, you should not try to set updatedBy
on an asset.
User or account that last updated the asset. | |
---|---|
1 2 3 |
|
- The
updatedBy
user of an asset is at the top-level of the payload.
createTime
Treat as read-only
This should be treated as read-only, you should not try to set createTime
on an asset.
Time (epoch) at which the asset was created, in milliseconds. | |
---|---|
1 2 3 |
|
- The
createTime
of an asset is at the top-level of the payload.
updateTime
Treat as read-only
This should be treated as read-only, you should not try to set updateTime
on an asset.
Time (epoch) at which the asset was last updated, in milliseconds. | |
---|---|
1 2 3 |
|
- The
updateTime
of an asset is at the top-level of the payload.
deleteHandler
Treat as read-only
This should be treated as read-only, you should not try to set deleteHandler
on an asset. Instead, see the asset CRUD snippets on deleting assets.
Details on the handler used for deletion of the asset. | |
---|---|
1 2 3 |
|
- The
deleteHandler
of an asset is at the top-level of the payload. (This will only have a value for soft-deleted, or archived, assets.)
classificationNames
Treat as read-only
These should be treated as read-only, you should not try to set classificationNames
on an asset. Instead see classifications
.
{
"classificationNames": ["yQBDoKHdTLJhqAsdR3RMq6", "WCVjmgKnW40G151dESXZ03"] // (1)
}
- The
classificationNames
of an asset are at the top-level of the payload. These are a list of the Atlan-internal hashed-string names.
isIncomplete (unused)
meaningNames
Treat as read-only
These should be treated as read-only, you should not try to set meaningNames
on an asset. Instead see meanings
.
Human-readable names of terms that have been linked to this asset. | |
---|---|
1 2 3 |
|
- The
meaningNames
of an asset are at the top-level of the payload.
meanings
Treat as read-only
These should be treated as read-only, you should not try to set meanings
on an asset. Instead, see the link terms and assets snippets.
Details of terms that have been linked to this asset. | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
- The
meanings
of an asset are at the top-level of the payload. There is a list of such complex objects.
pendingTasks
Treat as read-only
These should be treated as read-only, you should not try to set pendingTasks
on an asset.
Unique identifiers (GUIDs) for any background tasks that are yet to operate on this asset. | |
---|---|
1 2 3 |
|
- The
pendingTasks
of an asset are at the top-level of the payload.
Inherited properties¶
Expand for details on each inherited property
qualifiedName
asset.getQualifiedName(); // (1)
- Retrieve the
qualifiedName
from aReferenceable
.
adminGroups
List of groups who administer this asset. (This is only used for certain asset types.) | |
---|---|
1 2 3 4 5 |
|
-
Set the
adminGroups
for aAsset
. -
Retrieve the
adminGroups
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
adminGroups
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
adminRoles
List of roles who administer this asset. (This is only used for Connection assets.) | |
---|---|
1 2 3 4 5 |
|
-
Set the
adminRoles
for aAsset
. -
Retrieve the
adminRoles
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
adminRoles
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
adminUsers
List of users who administer this asset. (This is only used for certain asset types.) | |
---|---|
1 2 3 4 5 |
|
-
Set the
adminUsers
for aAsset
. -
Retrieve the
adminUsers
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
adminUsers
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
announcementMessage
Detailed message to include in the announcement on this asset. | |
---|---|
1 2 3 |
|
-
Set the
announcementMessage
for aAsset
. -
Retrieve the
announcementMessage
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
announcementMessage
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
announcementTitle
Brief title for the announcement on this asset. Required when announcementType is specified. | |
---|---|
1 2 3 |
|
-
Set the
announcementTitle
for aAsset
. -
Retrieve the
announcementTitle
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
announcementTitle
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
announcementType
Type of announcement on this asset. | |
---|---|
1 2 3 |
|
-
Set the
announcementType
for aAsset
. -
Retrieve the
announcementType
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
announcementType
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
announcementUpdatedAt
Time (epoch) at which the announcement was last updated, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
announcementUpdatedAt
for aAsset
. -
Retrieve the
announcementUpdatedAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
announcementUpdatedAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
announcementUpdatedBy
Name of the user who last updated the announcement. | |
---|---|
1 2 3 |
|
-
Set the
announcementUpdatedBy
for aAsset
. -
Retrieve the
announcementUpdatedBy
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
announcementUpdatedBy
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetCoverImage
TBC | |
---|---|
1 2 3 |
|
-
Set the
assetCoverImage
for aAsset
. -
Retrieve the
assetCoverImage
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetCoverImage
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtAccountName
Name of the account in which this asset exists in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
assetDbtAccountName
for aAsset
. -
Retrieve the
assetDbtAccountName
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtAccountName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtAccountName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtAlias
Alias of this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
assetDbtAlias
for aAsset
. -
Retrieve the
assetDbtAlias
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtAlias
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtAlias
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtEnvironmentDbtVersion
Version of the environment in which this asset is materialized in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtEnvironmentDbtVersion
for aAsset
. -
Retrieve the
assetDbtEnvironmentDbtVersion
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtEnvironmentDbtVersion
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtEnvironmentName
Name of the environment in which this asset is materialized in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
assetDbtEnvironmentName
for aAsset
. -
Retrieve the
assetDbtEnvironmentName
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtEnvironmentName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtEnvironmentName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtJobLastRun
Time (epoch) at which the job that materialized this asset in dbt last ran, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRun
for aAsset
. -
Retrieve the
assetDbtJobLastRun
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRun
greater than the provided value.For more details
For more information, see the searching section on range queries.
assetDbtJobLastRunArtifactS3Path
Path in S3 to the artifacts saved from the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunArtifactS3Path
for aAsset
. -
Retrieve the
assetDbtJobLastRunArtifactS3Path
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunArtifactS3Path
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunArtifactsSaved
Whether artifacts were saved from the last run of the job that materialized this asset in dbt (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunArtifactsSaved
for aAsset
. -
Retrieve the
assetDbtJobLastRunArtifactsSaved
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunArtifactsSaved
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunCreatedAt
Time (epoch) at which the job that materialized this asset in dbt was last created, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunCreatedAt
for aAsset
. -
Retrieve the
assetDbtJobLastRunCreatedAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunCreatedAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
assetDbtJobLastRunDequedAt
Time (epoch) at which the job that materialized this asset in dbt was dequeued, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunDequedAt
for aAsset
. -
Retrieve the
assetDbtJobLastRunDequedAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunDequedAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
assetDbtJobLastRunExecutedByThreadId
Thread ID of the user who executed the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunExecutedByThreadId
for aAsset
. -
Retrieve the
assetDbtJobLastRunExecutedByThreadId
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunExecutedByThreadId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunGitBranch
Branch in git from which the last run of the job that materialized this asset in dbt ran. | |
---|---|
1 2 3 4 |
|
-
Set the
assetDbtJobLastRunGitBranch
for aAsset
. -
Retrieve the
assetDbtJobLastRunGitBranch
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunGitBranch
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtJobLastRunGitBranch
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtJobLastRunGitSha
SHA hash in git for the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunGitSha
for aAsset
. -
Retrieve the
assetDbtJobLastRunGitSha
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunGitSha
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunHasDocsGenerated
Whether docs were generated from the last run of the job that materialized this asset in dbt (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunHasDocsGenerated
for aAsset
. -
Retrieve the
assetDbtJobLastRunHasDocsGenerated
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunHasDocsGenerated
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunHasSourcesGenerated
Whether sources were generated from the last run of the job that materialized this asset in dbt (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunHasSourcesGenerated
for aAsset
. -
Retrieve the
assetDbtJobLastRunHasSourcesGenerated
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunHasSourcesGenerated
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunNotificationsSent
Whether notifications were sent from the last run of the job that materialized this asset in dbt (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunNotificationsSent
for aAsset
. -
Retrieve the
assetDbtJobLastRunNotificationsSent
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunNotificationsSent
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunOwnerThreadId
Thread ID of the owner of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunOwnerThreadId
for aAsset
. -
Retrieve the
assetDbtJobLastRunOwnerThreadId
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunOwnerThreadId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunQueuedDuration
Total duration the job that materialized this asset in dbt spent being queued. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunQueuedDuration
for aAsset
. -
Retrieve the
assetDbtJobLastRunQueuedDuration
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunQueuedDuration
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunQueuedDurationHumanized
Human-readable total duration of the last run of the job that materialized this asset in dbt spend being queued. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunQueuedDurationHumanized
for aAsset
. -
Retrieve the
assetDbtJobLastRunQueuedDurationHumanized
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunQueuedDurationHumanized
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunRunDuration
Run duration of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunRunDuration
for aAsset
. -
Retrieve the
assetDbtJobLastRunRunDuration
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunRunDuration
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunRunDurationHumanized
Human-readable run duration of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunRunDurationHumanized
for aAsset
. -
Retrieve the
assetDbtJobLastRunRunDurationHumanized
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunRunDurationHumanized
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunStartedAt
Time (epoch) at which the job that materialized this asset in dbt was started running, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunStartedAt
for aAsset
. -
Retrieve the
assetDbtJobLastRunStartedAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunStartedAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
assetDbtJobLastRunStatusMessage
Status message of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
assetDbtJobLastRunStatusMessage
for aAsset
. -
Retrieve the
assetDbtJobLastRunStatusMessage
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunStatusMessage
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtJobLastRunStatusMessage
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtJobLastRunTotalDuration
Total duration of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunTotalDuration
for aAsset
. -
Retrieve the
assetDbtJobLastRunTotalDuration
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunTotalDuration
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunTotalDurationHumanized
Human-readable total duration of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunTotalDurationHumanized
for aAsset
. -
Retrieve the
assetDbtJobLastRunTotalDurationHumanized
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunTotalDurationHumanized
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobLastRunUpdatedAt
Time (epoch) at which the job that materialized this asset in dbt was last updated, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunUpdatedAt
for aAsset
. -
Retrieve the
assetDbtJobLastRunUpdatedAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunUpdatedAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
assetDbtJobLastRunUrl
URL of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobLastRunUrl
for aAsset
. -
Retrieve the
assetDbtJobLastRunUrl
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobLastRunUrl
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobName
Name of the job that materialized this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
assetDbtJobName
for aAsset
. -
Retrieve the
assetDbtJobName
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtJobName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtJobNextRun
Time (epoch) when the next run of the job that materializes this asset in dbt is scheduled. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobNextRun
for aAsset
. -
Retrieve the
assetDbtJobNextRun
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobNextRun
greater than the provided value.For more details
For more information, see the searching section on range queries.
assetDbtJobNextRunHumanized
Human-readable time when the next run of the job that materializes this asset in dbt is scheduled. | |
---|---|
1 2 3 4 |
|
-
Set the
assetDbtJobNextRunHumanized
for aAsset
. -
Retrieve the
assetDbtJobNextRunHumanized
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobNextRunHumanized
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtJobNextRunHumanized
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtJobSchedule
Schedule of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobSchedule
for aAsset
. -
Retrieve the
assetDbtJobSchedule
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobSchedule
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtJobScheduleCronHumanized
Human-readable cron schedule of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobScheduleCronHumanized
for aAsset
. -
Retrieve the
assetDbtJobScheduleCronHumanized
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobScheduleCronHumanized
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtJobStatus
Status of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtJobStatus
for aAsset
. -
Retrieve the
assetDbtJobStatus
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtJobStatus
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtMeta
Metadata for this asset in dbt, specifically everything under the 'meta' key in the dbt object. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtMeta
for aAsset
. -
Retrieve the
assetDbtMeta
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtMeta
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtPackageName
Name of the package in which this asset exists in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
assetDbtPackageName
for aAsset
. -
Retrieve the
assetDbtPackageName
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtPackageName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtPackageName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtProjectName
Name of the project in which this asset exists in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
assetDbtProjectName
for aAsset
. -
Retrieve the
assetDbtProjectName
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtProjectName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtProjectName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtSemanticLayerProxyUrl
URL of the semantic layer proxy for this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtSemanticLayerProxyUrl
for aAsset
. -
Retrieve the
assetDbtSemanticLayerProxyUrl
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtSemanticLayerProxyUrl
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtSourceFreshnessCriteria
Freshness criteria for the source of this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtSourceFreshnessCriteria
for aAsset
. -
Retrieve the
assetDbtSourceFreshnessCriteria
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtSourceFreshnessCriteria
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtTags
List of tags attached to this asset in dbt. | |
---|---|
1 2 3 4 5 6 |
|
-
Set the
assetDbtTags
for aAsset
. -
Retrieve the
assetDbtTags
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtTags
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtTags
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetDbtTestStatus
All associated dbt test statuses. | |
---|---|
1 2 3 |
|
-
Set the
assetDbtTestStatus
for aAsset
. -
Retrieve the
assetDbtTestStatus
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtTestStatus
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetDbtUniqueId
Unique identifier of this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
assetDbtUniqueId
for aAsset
. -
Retrieve the
assetDbtUniqueId
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetDbtUniqueId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetDbtUniqueId
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetIcon
Name of the icon to use for this asset. (Only applies to glossaries, currently.) | |
---|---|
1 2 3 |
|
-
Set the
assetIcon
for aAsset
. -
Retrieve the
assetIcon
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetIcon
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetMcIncidentNames
List of Monte Carlo incident names attached to this asset. | |
---|---|
1 2 3 4 5 6 |
|
-
Set the
assetMcIncidentNames
for aAsset
. -
Retrieve the
assetMcIncidentNames
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcIncidentNames
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetMcIncidentNames
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetMcIncidentQualifiedNames
List of unique Monte Carlo incident names attached to this asset. | |
---|---|
1 2 3 4 5 6 |
|
-
Set the
assetMcIncidentQualifiedNames
for aAsset
. -
Retrieve the
assetMcIncidentQualifiedNames
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcIncidentQualifiedNames
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetMcIncidentQualifiedNames
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetMcIncidentSeverities
List of Monte Carlo incident severities associated with this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
assetMcIncidentSeverities
for aAsset
. -
Retrieve the
assetMcIncidentSeverities
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcIncidentSeverities
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetMcIncidentStates
List of Monte Carlo incident states associated with this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
assetMcIncidentStates
for aAsset
. -
Retrieve the
assetMcIncidentStates
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcIncidentStates
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetMcIncidentSubTypes
List of Monte Carlo incident sub-types associated with this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
assetMcIncidentSubTypes
for aAsset
. -
Retrieve the
assetMcIncidentSubTypes
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcIncidentSubTypes
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetMcIncidentTypes
List of Monte Carlo incident types associated with this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
assetMcIncidentTypes
for aAsset
. -
Retrieve the
assetMcIncidentTypes
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcIncidentTypes
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetMcLastSyncRunAt
Time (epoch) at which this asset was last synced from Monte Carlo. | |
---|---|
1 2 3 |
|
-
Set the
assetMcLastSyncRunAt
for aAsset
. -
Retrieve the
assetMcLastSyncRunAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcLastSyncRunAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
assetMcMonitorNames
List of Monte Carlo monitor names attached to this asset. | |
---|---|
1 2 3 4 5 6 |
|
-
Set the
assetMcMonitorNames
for aAsset
. -
Retrieve the
assetMcMonitorNames
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcMonitorNames
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetMcMonitorNames
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetMcMonitorQualifiedNames
List of unique Monte Carlo monitor names attached to this asset. | |
---|---|
1 2 3 4 5 6 |
|
-
Set the
assetMcMonitorQualifiedNames
for aAsset
. -
Retrieve the
assetMcMonitorQualifiedNames
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcMonitorQualifiedNames
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetMcMonitorQualifiedNames
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
assetMcMonitorScheduleTypes
Schedules of all associated Monte Carlo monitors. | |
---|---|
1 2 3 4 5 |
|
-
Set the
assetMcMonitorScheduleTypes
for aAsset
. -
Retrieve the
assetMcMonitorScheduleTypes
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcMonitorScheduleTypes
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetMcMonitorStatuses
Statuses of all associated Monte Carlo monitors. | |
---|---|
1 2 3 4 5 |
|
-
Set the
assetMcMonitorStatuses
for aAsset
. -
Retrieve the
assetMcMonitorStatuses
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcMonitorStatuses
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetMcMonitorTypes
Types of all associated Monte Carlo monitors. | |
---|---|
1 2 3 4 5 |
|
-
Set the
assetMcMonitorTypes
for aAsset
. -
Retrieve the
assetMcMonitorTypes
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetMcMonitorTypes
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetSodaCheckCount
Number of checks done via Soda. | |
---|---|
1 2 3 |
|
-
Set the
assetSodaCheckCount
for aAsset
. -
Retrieve the
assetSodaCheckCount
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetSodaCheckCount
greater than the provided value.For more details
For more information, see the searching section on range queries.
assetSodaCheckStatuses
All associated Soda check statuses. | |
---|---|
1 2 3 |
|
-
Set the
assetSodaCheckStatuses
for aAsset
. -
Retrieve the
assetSodaCheckStatuses
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetSodaCheckStatuses
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetSodaDQStatus
Status of data quality from Soda. | |
---|---|
1 2 3 |
|
-
Set the
assetSodaDQStatus
for aAsset
. -
Retrieve the
assetSodaDQStatus
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetSodaDQStatus
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetSodaLastScanAt
TBC | |
---|---|
1 2 3 |
|
-
Set the
assetSodaLastScanAt
for aAsset
. -
Retrieve the
assetSodaLastScanAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetSodaLastScanAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
assetSodaLastSyncRunAt
TBC | |
---|---|
1 2 3 |
|
-
Set the
assetSodaLastSyncRunAt
for aAsset
. -
Retrieve the
assetSodaLastSyncRunAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetSodaLastSyncRunAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
assetSodaSourceURL
TBC | |
---|---|
1 2 3 |
|
-
Set the
assetSodaSourceURL
for aAsset
. -
Retrieve the
assetSodaSourceURL
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetSodaSourceURL
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
assetTags
List of tags attached to this asset. | |
---|---|
1 2 3 4 5 6 |
|
-
Set the
assetTags
for aAsset
. -
Retrieve the
assetTags
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
assetTags
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
assetTags
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
certificateStatus
Status of this asset's certification. | |
---|---|
1 2 3 4 |
|
-
Set the
certificateStatus
for aAsset
. -
Retrieve the
certificateStatus
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
certificateStatus
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
certificateStatus
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
certificateStatusMessage
Human-readable descriptive message used to provide further detail to certificateStatus. | |
---|---|
1 2 3 |
|
-
Set the
certificateStatusMessage
for aAsset
. -
Retrieve the
certificateStatusMessage
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
certificateStatusMessage
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
certificateUpdatedAt
Time (epoch) at which the certification was last updated, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
certificateUpdatedAt
for aAsset
. -
Retrieve the
certificateUpdatedAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
certificateUpdatedAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
certificateUpdatedBy
Name of the user who last updated the certification of this asset. | |
---|---|
1 2 3 |
|
-
Set the
certificateUpdatedBy
for aAsset
. -
Retrieve the
certificateUpdatedBy
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
certificateUpdatedBy
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
connectionName
Simple name of the connection through which this asset is accessible. | |
---|---|
1 2 3 4 |
|
-
Set the
connectionName
for aAsset
. -
Retrieve the
connectionName
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
connectionName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
connectionName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
connectionQualifiedName
Unique name of the connection through which this asset is accessible. | |
---|---|
1 2 3 4 |
|
-
Set the
connectionQualifiedName
for aAsset
. -
Retrieve the
connectionQualifiedName
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
connectionQualifiedName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
connectionQualifiedName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
connectorType
Type of the connector through which this asset is accessible. | |
---|---|
1 2 3 |
|
-
Set the
connectorType
for aAsset
. -
Retrieve the
connectorType
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
connectorType
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
dbtQualifiedName
Unique name of this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
dbtQualifiedName
for aAsset
. -
Retrieve the
dbtQualifiedName
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
dbtQualifiedName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
dbtQualifiedName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
description
Description of this asset, for example as crawled from a source. Fallback for display purposes, if userDescription is empty. | |
---|---|
1 2 3 4 |
|
-
Set the
description
for aAsset
. -
Retrieve the
description
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
description
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
description
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
displayName
Human-readable name of this asset used for display purposes (in user interface). | |
---|---|
1 2 3 4 |
|
-
Set the
displayName
for aAsset
. -
Retrieve the
displayName
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
displayName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
displayName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
hasLineage
Whether this asset has lineage (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
hasLineage
for aAsset
. -
Retrieve the
hasLineage
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
hasLineage
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
isAIGenerated
TBC | |
---|---|
1 2 3 |
|
-
Set the
isAIGenerated
for aAsset
. -
Retrieve the
isAIGenerated
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
isAIGenerated
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
isDiscoverable
Whether this asset is discoverable through the UI (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
isDiscoverable
for aAsset
. -
Retrieve the
isDiscoverable
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
isDiscoverable
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
isEditable
Whether this asset can be edited in the UI (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
isEditable
for aAsset
. -
Retrieve the
isEditable
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
isEditable
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
isPartial
TBC | |
---|---|
1 2 3 |
|
-
Set the
isPartial
for aAsset
. -
Retrieve the
isPartial
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
isPartial
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
lastRowChangedAt
Time (epoch) of the last operation that inserted, updated, or deleted rows, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
lastRowChangedAt
for aAsset
. -
Retrieve the
lastRowChangedAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
lastRowChangedAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
lastSyncRun
Name of the last run of the crawler that last synchronized this asset. | |
---|---|
1 2 3 |
|
-
Set the
lastSyncRun
for aAsset
. -
Retrieve the
lastSyncRun
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
lastSyncRun
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
lastSyncRunAt
Time (epoch) at which this asset was last crawled, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
lastSyncRunAt
for aAsset
. -
Retrieve the
lastSyncRunAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
lastSyncRunAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
lastSyncWorkflowName
Name of the crawler that last synchronized this asset. | |
---|---|
1 2 3 |
|
-
Set the
lastSyncWorkflowName
for aAsset
. -
Retrieve the
lastSyncWorkflowName
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
lastSyncWorkflowName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
name
Name of this asset. Fallback for display purposes, if displayName is empty. | |
---|---|
1 2 3 4 |
|
-
Set the
name
for aAsset
. -
Retrieve the
name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
ownerGroups
List of groups who own this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
ownerGroups
for aAsset
. -
Retrieve the
ownerGroups
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
ownerGroups
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
ownerUsers
List of users who own this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
ownerUsers
for aAsset
. -
Retrieve the
ownerUsers
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
ownerUsers
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
popularityScore
Popularity score for this asset. | |
---|---|
1 2 3 |
|
-
Set the
popularityScore
for aAsset
. -
Retrieve the
popularityScore
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
popularityScore
greater than the provided value.For more details
For more information, see the searching section on range queries.
sampleDataUrl
URL for sample data for this asset. | |
---|---|
1 2 3 4 |
|
-
Set the
sampleDataUrl
for aAsset
. -
Retrieve the
sampleDataUrl
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sampleDataUrl
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sampleDataUrl
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sourceCostUnit
The unit of measure for sourceTotalCost. | |
---|---|
1 2 3 |
|
-
Set the
sourceCostUnit
for aAsset
. -
Retrieve the
sourceCostUnit
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceCostUnit
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceCreatedAt
Time (epoch) at which this asset was created in the source system, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
sourceCreatedAt
for aAsset
. -
Retrieve the
sourceCreatedAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceCreatedAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
sourceCreatedBy
Name of the user who created this asset, in the source system. | |
---|---|
1 2 3 |
|
-
Set the
sourceCreatedBy
for aAsset
. -
Retrieve the
sourceCreatedBy
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceCreatedBy
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceEmbedURL
URL to create an embed for a resource (for example, an image of a dashboard) within Atlan. | |
---|---|
1 2 3 |
|
-
Set the
sourceEmbedURL
for aAsset
. -
Retrieve the
sourceEmbedURL
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceEmbedURL
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceLastReadAt
Timestamp of most recent read operation. | |
---|---|
1 2 3 |
|
-
Set the
sourceLastReadAt
for aAsset
. -
Retrieve the
sourceLastReadAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceLastReadAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
sourceOwners
List of owners of this asset, in the source system. | |
---|---|
1 2 3 |
|
-
Set the
sourceOwners
for aAsset
. -
Retrieve the
sourceOwners
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceOwners
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceQueryComputeCostRecords
List of most expensive warehouses with extra insights. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceQueryComputeCostRecords
for aAsset
. -
Retrieve the
sourceQueryComputeCostRecords
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceQueryComputeCostRecords
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceQueryComputeCosts
List of most expensive warehouse names. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceQueryComputeCosts
for aAsset
. -
Retrieve the
sourceQueryComputeCosts
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceQueryComputeCosts
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceReadCount
Total count of all read operations at source. | |
---|---|
1 2 3 |
|
-
Set the
sourceReadCount
for aAsset
. -
Retrieve the
sourceReadCount
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceReadCount
greater than the provided value.For more details
For more information, see the searching section on range queries.
sourceReadExpensiveQueryRecords
List of the most expensive queries that accessed this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceReadExpensiveQueryRecords
for aAsset
. -
Retrieve the
sourceReadExpensiveQueryRecords
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceReadExpensiveQueryRecords
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceReadPopularQueryRecords
List of the most popular queries that accessed this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceReadPopularQueryRecords
for aAsset
. -
Retrieve the
sourceReadPopularQueryRecords
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceReadPopularQueryRecords
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceReadQueryCost
Total cost of read queries at source. | |
---|---|
1 2 3 |
|
-
Set the
sourceReadQueryCost
for aAsset
. -
Retrieve the
sourceReadQueryCost
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceReadQueryCost
greater than the provided value.For more details
For more information, see the searching section on range queries.
sourceReadRecentUserRecords
List of usernames with extra insights for the most recent users who read this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceReadRecentUserRecords
for aAsset
. -
Retrieve the
sourceReadRecentUserRecords
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceReadRecentUserRecords
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceReadRecentUsers
List of usernames of the most recent users who read this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceReadRecentUsers
for aAsset
. -
Retrieve the
sourceReadRecentUsers
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceReadRecentUsers
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceReadSlowQueryRecords
List of the slowest queries that accessed this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceReadSlowQueryRecords
for aAsset
. -
Retrieve the
sourceReadSlowQueryRecords
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceReadSlowQueryRecords
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceReadTopUserRecords
List of usernames with extra insights for the users who read this asset the most. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceReadTopUserRecords
for aAsset
. -
Retrieve the
sourceReadTopUserRecords
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceReadTopUserRecords
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceReadTopUsers
List of usernames of the users who read this asset the most. | |
---|---|
1 2 3 4 5 |
|
-
Set the
sourceReadTopUsers
for aAsset
. -
Retrieve the
sourceReadTopUsers
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceReadTopUsers
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceReadUserCount
Total number of unique users that read data from asset. | |
---|---|
1 2 3 |
|
-
Set the
sourceReadUserCount
for aAsset
. -
Retrieve the
sourceReadUserCount
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceReadUserCount
greater than the provided value.For more details
For more information, see the searching section on range queries.
sourceTotalCost
Total cost of all operations at source. | |
---|---|
1 2 3 |
|
-
Set the
sourceTotalCost
for aAsset
. -
Retrieve the
sourceTotalCost
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceTotalCost
greater than the provided value.For more details
For more information, see the searching section on range queries.
sourceURL
URL to the resource within the source application, used to create a button to view this asset in the source application. | |
---|---|
1 2 3 |
|
-
Set the
sourceURL
for aAsset
. -
Retrieve the
sourceURL
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceURL
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sourceUpdatedAt
Time (epoch) at which this asset was last updated in the source system, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
sourceUpdatedAt
for aAsset
. -
Retrieve the
sourceUpdatedAt
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceUpdatedAt
greater than the provided value.For more details
For more information, see the searching section on range queries.
sourceUpdatedBy
Name of the user who last updated this asset, in the source system. | |
---|---|
1 2 3 |
|
-
Set the
sourceUpdatedBy
for aAsset
. -
Retrieve the
sourceUpdatedBy
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sourceUpdatedBy
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
starredBy
Users who have starred this asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
starredBy
for aAsset
. -
Retrieve the
starredBy
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
starredBy
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
starredCount
Number of users who have starred this asset. | |
---|---|
1 2 3 |
|
-
Set the
starredCount
for aAsset
. -
Retrieve the
starredCount
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
starredCount
greater than the provided value.For more details
For more information, see the searching section on range queries.
starredDetails
List of usernames with extra information of the users who have starred an asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
starredDetails
for aAsset
. -
Retrieve the
starredDetails
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
starredDetails
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
subType
Subtype of this asset. | |
---|---|
1 2 3 |
|
-
Set the
subType
for aAsset
. -
Retrieve the
subType
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
subType
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
tenantId
Name of the Atlan workspace in which this asset exists. | |
---|---|
1 2 3 |
|
-
Set the
tenantId
for aAsset
. -
Retrieve the
tenantId
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
tenantId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
userDescription
Description of this asset, as provided by a user. If present, this will be used for the description in user interface. | |
---|---|
1 2 3 4 |
|
-
Set the
userDescription
for aAsset
. -
Retrieve the
userDescription
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
userDescription
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
userDescription
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
viewScore
View score for this asset. | |
---|---|
1 2 3 |
|
-
Set the
viewScore
for aAsset
. -
Retrieve the
viewScore
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
viewScore
greater than the provided value.For more details
For more information, see the searching section on range queries.
viewerGroups
List of groups who can view assets contained in a collection. (This is only used for certain asset types.) | |
---|---|
1 2 3 4 5 |
|
-
Set the
viewerGroups
for aAsset
. -
Retrieve the
viewerGroups
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
viewerGroups
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
viewerUsers
List of users who can view assets contained in a collection. (This is only used for certain asset types.) | |
---|---|
1 2 3 4 5 |
|
-
Set the
viewerUsers
for aAsset
. -
Retrieve the
viewerUsers
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
viewerUsers
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
quickSightId
TBC | |
---|---|
1 2 3 |
|
-
Set the
quickSightId
for aQuickSight
. -
Retrieve the
quickSightId
from aQuickSight
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
quickSightId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
quickSightSheetId
TBC | |
---|---|
1 2 3 |
|
-
Set the
quickSightSheetId
for aQuickSight
. -
Retrieve the
quickSightSheetId
from aQuickSight
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
quickSightSheetId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
quickSightSheetName
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
quickSightSheetName
for aQuickSight
. -
Retrieve the
quickSightSheetName
from aQuickSight
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
quickSightSheetName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
quickSightSheetName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
qualified_name
Unique name for this asset. This is typically a concatenation of the asset's name onto its parent's qualifiedName. This must be unique across all assets of the same type. | |
---|---|
1 2 3 4 |
|
-
Set the
qualified_name
for aReferenceable
. -
Retrieve the
qualified_name
from aReferenceable
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qualified_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
qualified_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
has_lineage
Whether this asset has lineage (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
has_lineage
for aAsset
. -
Retrieve the
has_lineage
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
has_lineage
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
admin_groups
List of groups who administer this asset. (This is only used for certain asset types.) | |
---|---|
1 2 3 |
|
-
Set the
admin_groups
for aAsset
. -
Retrieve the
admin_groups
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
admin_groups
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
admin_roles
List of roles who administer this asset. (This is only used for Connection assets.) | |
---|---|
1 2 3 |
|
-
Set the
admin_roles
for aAsset
. -
Retrieve the
admin_roles
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
admin_roles
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
admin_users
List of users who administer this asset. (This is only used for certain asset types.) | |
---|---|
1 2 3 |
|
-
Set the
admin_users
for aAsset
. -
Retrieve the
admin_users
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
admin_users
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
announcement_message
Detailed message to include in the announcement on this asset. | |
---|---|
1 2 3 |
|
-
Set the
announcement_message
for aAsset
. -
Retrieve the
announcement_message
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
announcement_message
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
announcement_title
Brief title for the announcement on this asset. Required when announcementType is specified. | |
---|---|
1 2 3 |
|
-
Set the
announcement_title
for aAsset
. -
Retrieve the
announcement_title
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
announcement_title
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
announcement_type
Type of announcement on this asset. | |
---|---|
1 2 3 |
|
-
Set the
announcement_type
for aAsset
. -
Retrieve the
announcement_type
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
announcement_type
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
announcement_updated_at
Time (epoch) at which the announcement was last updated, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
announcement_updated_at
for aAsset
. -
Retrieve the
announcement_updated_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
announcement_updated_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
announcement_updated_by
Name of the user who last updated the announcement. | |
---|---|
1 2 3 |
|
-
Set the
announcement_updated_by
for aAsset
. -
Retrieve the
announcement_updated_by
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
announcement_updated_by
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_account_name
Name of the account in which this asset exists in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_account_name
for aAsset
. -
Retrieve the
asset_dbt_account_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_account_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_account_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_alias
Alias of this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_alias
for aAsset
. -
Retrieve the
asset_dbt_alias
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_alias
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_alias
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_environment_dbt_version
Version of the environment in which this asset is materialized in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_environment_dbt_version
for aAsset
. -
Retrieve the
asset_dbt_environment_dbt_version
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_environment_dbt_version
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_environment_name
Name of the environment in which this asset is materialized in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_environment_name
for aAsset
. -
Retrieve the
asset_dbt_environment_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_environment_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_environment_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_job_last_run
Time (epoch) at which the job that materialized this asset in dbt last ran, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run
for aAsset
. -
Retrieve the
asset_dbt_job_last_run
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run
greater than the provided value.For more details
For more information, see the searching section on range queries.
asset_dbt_job_last_run_artifact_s3_path
Path in S3 to the artifacts saved from the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_artifact_s3_path
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_artifact_s3_path
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_artifact_s3_path
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_artifacts_saved
Whether artifacts were saved from the last run of the job that materialized this asset in dbt (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_artifacts_saved
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_artifacts_saved
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_artifacts_saved
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_created_at
Time (epoch) at which the job that materialized this asset in dbt was last created, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_created_at
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_created_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_created_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
asset_dbt_job_last_run_dequed_at
Time (epoch) at which the job that materialized this asset in dbt was dequeued, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_dequed_at
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_dequed_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_dequed_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
asset_dbt_job_last_run_executed_by_thread_id
Thread ID of the user who executed the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_executed_by_thread_id
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_executed_by_thread_id
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_executed_by_thread_id
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_git_branch
Branch in git from which the last run of the job that materialized this asset in dbt ran. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_job_last_run_git_branch
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_git_branch
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_git_branch
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_git_branch
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_job_last_run_git_sha
SHA hash in git for the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_git_sha
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_git_sha
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_git_sha
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_has_docs_generated
Whether docs were generated from the last run of the job that materialized this asset in dbt (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_has_docs_generated
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_has_docs_generated
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_has_docs_generated
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_has_sources_generated
Whether sources were generated from the last run of the job that materialized this asset in dbt (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_has_sources_generated
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_has_sources_generated
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_has_sources_generated
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_notifications_sent
Whether notifications were sent from the last run of the job that materialized this asset in dbt (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_notifications_sent
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_notifications_sent
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_notifications_sent
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_owner_thread_id
Thread ID of the owner of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_owner_thread_id
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_owner_thread_id
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_owner_thread_id
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_queued_duration
Total duration the job that materialized this asset in dbt spent being queued. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_queued_duration
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_queued_duration
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_queued_duration
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_queued_duration_humanized
Human-readable total duration of the last run of the job that materialized this asset in dbt spend being queued. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_queued_duration_humanized
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_queued_duration_humanized
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_queued_duration_humanized
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_run_duration
Run duration of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_run_duration
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_run_duration
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_run_duration
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_run_duration_humanized
Human-readable run duration of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_run_duration_humanized
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_run_duration_humanized
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_run_duration_humanized
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_started_at
Time (epoch) at which the job that materialized this asset in dbt was started running, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_started_at
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_started_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_started_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
asset_dbt_job_last_run_status_message
Status message of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_job_last_run_status_message
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_status_message
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_status_message
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_status_message
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_job_last_run_total_duration
Total duration of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_total_duration
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_total_duration
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_total_duration
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_total_duration_humanized
Human-readable total duration of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_total_duration_humanized
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_total_duration_humanized
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_total_duration_humanized
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_last_run_updated_at
Time (epoch) at which the job that materialized this asset in dbt was last updated, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_updated_at
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_updated_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_updated_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
asset_dbt_job_last_run_url
URL of the last run of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_last_run_url
for aAsset
. -
Retrieve the
asset_dbt_job_last_run_url
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_last_run_url
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_name
Name of the job that materialized this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_job_name
for aAsset
. -
Retrieve the
asset_dbt_job_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_job_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_job_next_run
Time (epoch) when the next run of the job that materializes this asset in dbt is scheduled. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_next_run
for aAsset
. -
Retrieve the
asset_dbt_job_next_run
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_next_run
greater than the provided value.For more details
For more information, see the searching section on range queries.
asset_dbt_job_next_run_humanized
Human-readable time when the next run of the job that materializes this asset in dbt is scheduled. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_job_next_run_humanized
for aAsset
. -
Retrieve the
asset_dbt_job_next_run_humanized
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_next_run_humanized
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_job_next_run_humanized
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_job_schedule
Schedule of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_schedule
for aAsset
. -
Retrieve the
asset_dbt_job_schedule
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_schedule
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_job_schedule_cron_humanized
Human-readable cron schedule of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_schedule_cron_humanized
for aAsset
. -
Retrieve the
asset_dbt_job_schedule_cron_humanized
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_schedule_cron_humanized
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_job_status
Status of the job that materialized this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_job_status
for aAsset
. -
Retrieve the
asset_dbt_job_status
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_job_status
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_meta
Metadata for this asset in dbt, specifically everything under the 'meta' key in the dbt object. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_meta
for aAsset
. -
Retrieve the
asset_dbt_meta
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_meta
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_package_name
Name of the package in which this asset exists in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_package_name
for aAsset
. -
Retrieve the
asset_dbt_package_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_package_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_package_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_project_name
Name of the project in which this asset exists in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_project_name
for aAsset
. -
Retrieve the
asset_dbt_project_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_project_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_project_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_semantic_layer_proxy_url
URL of the semantic layer proxy for this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_semantic_layer_proxy_url
for aAsset
. -
Retrieve the
asset_dbt_semantic_layer_proxy_url
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_semantic_layer_proxy_url
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_source_freshness_criteria
Freshness criteria for the source of this asset in dbt. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_source_freshness_criteria
for aAsset
. -
Retrieve the
asset_dbt_source_freshness_criteria
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_source_freshness_criteria
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_tags
List of tags attached to this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_tags
for aAsset
. -
Retrieve the
asset_dbt_tags
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_tags
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_tags
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_dbt_test_status
All associated dbt test statuses. | |
---|---|
1 2 3 |
|
-
Set the
asset_dbt_test_status
for aAsset
. -
Retrieve the
asset_dbt_test_status
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_test_status
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_dbt_unique_id
Unique identifier of this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_dbt_unique_id
for aAsset
. -
Retrieve the
asset_dbt_unique_id
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_dbt_unique_id
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_dbt_unique_id
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_icon
Name of the icon to use for this asset. (Only applies to glossaries, currently.) | |
---|---|
1 2 3 |
|
-
Set the
asset_icon
for aAsset
. -
Retrieve the
asset_icon
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_icon
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_mc_incident_names
List of Monte Carlo incident names attached to this asset. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_mc_incident_names
for aAsset
. -
Retrieve the
asset_mc_incident_names
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_incident_names
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_mc_incident_names
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_mc_incident_qualified_names
List of unique Monte Carlo incident names attached to this asset. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_mc_incident_qualified_names
for aAsset
. -
Retrieve the
asset_mc_incident_qualified_names
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_incident_qualified_names
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_mc_incident_qualified_names
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_mc_incident_severities
List of Monte Carlo incident severities associated with this asset. | |
---|---|
1 2 3 |
|
-
Set the
asset_mc_incident_severities
for aAsset
. -
Retrieve the
asset_mc_incident_severities
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_incident_severities
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_mc_incident_states
List of Monte Carlo incident states associated with this asset. | |
---|---|
1 2 3 |
|
-
Set the
asset_mc_incident_states
for aAsset
. -
Retrieve the
asset_mc_incident_states
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_incident_states
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_mc_incident_sub_types
List of Monte Carlo incident sub-types associated with this asset. | |
---|---|
1 2 3 |
|
-
Set the
asset_mc_incident_sub_types
for aAsset
. -
Retrieve the
asset_mc_incident_sub_types
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_incident_sub_types
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_mc_incident_types
List of Monte Carlo incident types associated with this asset. | |
---|---|
1 2 3 |
|
-
Set the
asset_mc_incident_types
for aAsset
. -
Retrieve the
asset_mc_incident_types
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_incident_types
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_mc_last_sync_run_at
Time (epoch) at which this asset was last synced from Monte Carlo. | |
---|---|
1 2 3 |
|
-
Set the
asset_mc_last_sync_run_at
for aAsset
. -
Retrieve the
asset_mc_last_sync_run_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_last_sync_run_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
asset_mc_monitor_names
List of Monte Carlo monitor names attached to this asset. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_mc_monitor_names
for aAsset
. -
Retrieve the
asset_mc_monitor_names
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_monitor_names
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_mc_monitor_names
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_mc_monitor_qualified_names
List of unique Monte Carlo monitor names attached to this asset. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_mc_monitor_qualified_names
for aAsset
. -
Retrieve the
asset_mc_monitor_qualified_names
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_monitor_qualified_names
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_mc_monitor_qualified_names
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
asset_mc_monitor_schedule_types
Schedules of all associated Monte Carlo monitors. | |
---|---|
1 2 3 |
|
-
Set the
asset_mc_monitor_schedule_types
for aAsset
. -
Retrieve the
asset_mc_monitor_schedule_types
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_monitor_schedule_types
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_mc_monitor_statuses
Statuses of all associated Monte Carlo monitors. | |
---|---|
1 2 3 |
|
-
Set the
asset_mc_monitor_statuses
for aAsset
. -
Retrieve the
asset_mc_monitor_statuses
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_monitor_statuses
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_mc_monitor_types
Types of all associated Monte Carlo monitors. | |
---|---|
1 2 3 |
|
-
Set the
asset_mc_monitor_types
for aAsset
. -
Retrieve the
asset_mc_monitor_types
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_mc_monitor_types
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_soda_check_count
Number of checks done via Soda. | |
---|---|
1 2 3 |
|
-
Set the
asset_soda_check_count
for aAsset
. -
Retrieve the
asset_soda_check_count
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_soda_check_count
greater than the provided value.For more details
For more information, see the searching section on range queries.
asset_soda_check_statuses
All associated Soda check statuses. | |
---|---|
1 2 3 |
|
-
Set the
asset_soda_check_statuses
for aAsset
. -
Retrieve the
asset_soda_check_statuses
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_soda_check_statuses
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_soda_d_q_status
Status of data quality from Soda. | |
---|---|
1 2 3 |
|
-
Set the
asset_soda_d_q_status
for aAsset
. -
Retrieve the
asset_soda_d_q_status
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_soda_d_q_status
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_soda_last_scan_at
TBC | |
---|---|
1 2 3 |
|
-
Set the
asset_soda_last_scan_at
for aAsset
. -
Retrieve the
asset_soda_last_scan_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_soda_last_scan_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
asset_soda_last_sync_run_at
TBC | |
---|---|
1 2 3 |
|
-
Set the
asset_soda_last_sync_run_at
for aAsset
. -
Retrieve the
asset_soda_last_sync_run_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_soda_last_sync_run_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
asset_soda_source_url
TBC | |
---|---|
1 2 3 |
|
-
Set the
asset_soda_source_url
for aAsset
. -
Retrieve the
asset_soda_source_url
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_soda_source_url
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
asset_tags
List of tags attached to this asset. | |
---|---|
1 2 3 4 |
|
-
Set the
asset_tags
for aAsset
. -
Retrieve the
asset_tags
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
asset_tags
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
asset_tags
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
certificate_status
Status of this asset's certification. | |
---|---|
1 2 3 4 |
|
-
Set the
certificate_status
for aAsset
. -
Retrieve the
certificate_status
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
certificate_status
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
certificate_status
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
certificate_status_message
Human-readable descriptive message used to provide further detail to certificateStatus. | |
---|---|
1 2 3 |
|
-
Set the
certificate_status_message
for aAsset
. -
Retrieve the
certificate_status_message
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
certificate_status_message
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
certificate_updated_at
Time (epoch) at which the certification was last updated, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
certificate_updated_at
for aAsset
. -
Retrieve the
certificate_updated_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
certificate_updated_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
certificate_updated_by
Name of the user who last updated the certification of this asset. | |
---|---|
1 2 3 |
|
-
Set the
certificate_updated_by
for aAsset
. -
Retrieve the
certificate_updated_by
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
certificate_updated_by
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
connection_name
Simple name of the connection through which this asset is accessible. | |
---|---|
1 2 3 4 |
|
-
Set the
connection_name
for aAsset
. -
Retrieve the
connection_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
connection_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
connection_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
connection_qualified_name
Unique name of the connection through which this asset is accessible. | |
---|---|
1 2 3 4 |
|
-
Set the
connection_qualified_name
for aAsset
. -
Retrieve the
connection_qualified_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
connection_qualified_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
connection_qualified_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
connector_name
Type of the connector through which this asset is accessible. | |
---|---|
1 2 3 |
|
-
Set the
connector_name
for aAsset
. -
Retrieve the
connector_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
connector_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
dbt_qualified_name
Unique name of this asset in dbt. | |
---|---|
1 2 3 4 |
|
-
Set the
dbt_qualified_name
for aAsset
. -
Retrieve the
dbt_qualified_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
dbt_qualified_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
dbt_qualified_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
description
Description of this asset, for example as crawled from a source. Fallback for display purposes, if userDescription is empty. | |
---|---|
1 2 3 4 |
|
-
Set the
description
for aAsset
. -
Retrieve the
description
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
description
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
description
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
display_name
Human-readable name of this asset used for display purposes (in user interface). | |
---|---|
1 2 3 4 |
|
-
Set the
display_name
for aAsset
. -
Retrieve the
display_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
display_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
display_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
is_a_i_generated
TBC | |
---|---|
1 2 3 |
|
-
Set the
is_a_i_generated
for aAsset
. -
Retrieve the
is_a_i_generated
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
is_a_i_generated
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
is_discoverable
Whether this asset is discoverable through the UI (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
is_discoverable
for aAsset
. -
Retrieve the
is_discoverable
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
is_discoverable
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
is_editable
Whether this asset can be edited in the UI (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
is_editable
for aAsset
. -
Retrieve the
is_editable
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
is_editable
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
last_row_changed_at
Time (epoch) of the last operation that inserted, updated, or deleted rows, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
last_row_changed_at
for aAsset
. -
Retrieve the
last_row_changed_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
last_row_changed_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
last_sync_run
Name of the last run of the crawler that last synchronized this asset. | |
---|---|
1 2 3 |
|
-
Set the
last_sync_run
for aAsset
. -
Retrieve the
last_sync_run
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
last_sync_run
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
last_sync_run_at
Time (epoch) at which this asset was last crawled, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
last_sync_run_at
for aAsset
. -
Retrieve the
last_sync_run_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
last_sync_run_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
last_sync_workflow_name
Name of the crawler that last synchronized this asset. | |
---|---|
1 2 3 |
|
-
Set the
last_sync_workflow_name
for aAsset
. -
Retrieve the
last_sync_workflow_name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
last_sync_workflow_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
name
Name of this asset. Fallback for display purposes, if displayName is empty. | |
---|---|
1 2 3 4 |
|
-
Set the
name
for aAsset
. -
Retrieve the
name
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
owner_groups
List of groups who own this asset. | |
---|---|
1 2 3 |
|
-
Set the
owner_groups
for aAsset
. -
Retrieve the
owner_groups
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
owner_groups
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
owner_users
List of users who own this asset. | |
---|---|
1 2 3 |
|
-
Set the
owner_users
for aAsset
. -
Retrieve the
owner_users
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
owner_users
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
popularity_score
Popularity score for this asset. | |
---|---|
1 2 3 |
|
-
Set the
popularity_score
for aAsset
. -
Retrieve the
popularity_score
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
popularity_score
greater than the provided value.For more details
For more information, see the searching section on range queries.
sample_data_url
URL for sample data for this asset. | |
---|---|
1 2 3 4 |
|
-
Set the
sample_data_url
for aAsset
. -
Retrieve the
sample_data_url
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sample_data_url
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sample_data_url
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
source_cost_unit
The unit of measure for sourceTotalCost. | |
---|---|
1 2 3 |
|
-
Set the
source_cost_unit
for aAsset
. -
Retrieve the
source_cost_unit
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_cost_unit
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
source_created_at
Time (epoch) at which this asset was created in the source system, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
source_created_at
for aAsset
. -
Retrieve the
source_created_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_created_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
source_created_by
Name of the user who created this asset, in the source system. | |
---|---|
1 2 3 |
|
-
Set the
source_created_by
for aAsset
. -
Retrieve the
source_created_by
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_created_by
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
source_embed_url
URL to create an embed for a resource (for example, an image of a dashboard) within Atlan. | |
---|---|
1 2 3 |
|
-
Set the
source_embed_url
for aAsset
. -
Retrieve the
source_embed_url
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_embed_url
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
source_last_read_at
Timestamp of most recent read operation. | |
---|---|
1 2 3 |
|
-
Set the
source_last_read_at
for aAsset
. -
Retrieve the
source_last_read_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_last_read_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
source_owners
List of owners of this asset, in the source system. | |
---|---|
1 2 3 |
|
-
Set the
source_owners
for aAsset
. -
Retrieve the
source_owners
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_owners
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
source_query_compute_cost_list
List of most expensive warehouse names. | |
---|---|
1 2 3 |
|
-
Set the
source_query_compute_cost_list
for aAsset
. -
Retrieve the
source_query_compute_cost_list
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_query_compute_cost_list
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
source_read_count
Total count of all read operations at source. | |
---|---|
1 2 3 |
|
-
Set the
source_read_count
for aAsset
. -
Retrieve the
source_read_count
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_read_count
greater than the provided value.For more details
For more information, see the searching section on range queries.
source_read_query_cost
Total cost of read queries at source. | |
---|---|
1 2 3 |
|
-
Set the
source_read_query_cost
for aAsset
. -
Retrieve the
source_read_query_cost
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_read_query_cost
greater than the provided value.For more details
For more information, see the searching section on range queries.
source_read_recent_user_list
List of usernames of the most recent users who read this asset. | |
---|---|
1 2 3 |
|
-
Set the
source_read_recent_user_list
for aAsset
. -
Retrieve the
source_read_recent_user_list
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_read_recent_user_list
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
source_read_top_user_list
List of usernames of the users who read this asset the most. | |
---|---|
1 2 3 |
|
-
Set the
source_read_top_user_list
for aAsset
. -
Retrieve the
source_read_top_user_list
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_read_top_user_list
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
source_read_user_count
Total number of unique users that read data from asset. | |
---|---|
1 2 3 |
|
-
Set the
source_read_user_count
for aAsset
. -
Retrieve the
source_read_user_count
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_read_user_count
greater than the provided value.For more details
For more information, see the searching section on range queries.
source_total_cost
Total cost of all operations at source. | |
---|---|
1 2 3 |
|
-
Set the
source_total_cost
for aAsset
. -
Retrieve the
source_total_cost
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_total_cost
greater than the provided value.For more details
For more information, see the searching section on range queries.
source_url
URL to the resource within the source application, used to create a button to view this asset in the source application. | |
---|---|
1 2 3 |
|
-
Set the
source_url
for aAsset
. -
Retrieve the
source_url
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_url
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
source_updated_at
Time (epoch) at which this asset was last updated in the source system, in milliseconds. | |
---|---|
1 2 3 |
|
-
Set the
source_updated_at
for aAsset
. -
Retrieve the
source_updated_at
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_updated_at
greater than the provided value.For more details
For more information, see the searching section on range queries.
source_updated_by
Name of the user who last updated this asset, in the source system. | |
---|---|
1 2 3 |
|
-
Set the
source_updated_by
for aAsset
. -
Retrieve the
source_updated_by
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
source_updated_by
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
starred_by
Users who have starred this asset. | |
---|---|
1 2 3 |
|
-
Set the
starred_by
for aAsset
. -
Retrieve the
starred_by
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
starred_by
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
starred_count
Number of users who have starred this asset. | |
---|---|
1 2 3 |
|
-
Set the
starred_count
for aAsset
. -
Retrieve the
starred_count
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
starred_count
greater than the provided value.For more details
For more information, see the searching section on range queries.
starred_details_list
List of usernames with extra information of the users who have starred an asset. | |
---|---|
1 2 3 |
|
-
Set the
starred_details_list
for aAsset
. -
Retrieve the
starred_details_list
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
starred_details_list
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
sub_type
Subtype of this asset. | |
---|---|
1 2 3 |
|
-
Set the
sub_type
for aAsset
. -
Retrieve the
sub_type
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sub_type
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
tenant_id
Name of the Atlan workspace in which this asset exists. | |
---|---|
1 2 3 |
|
-
Set the
tenant_id
for aAsset
. -
Retrieve the
tenant_id
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
tenant_id
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
user_description
Description of this asset, as provided by a user. If present, this will be used for the description in user interface. | |
---|---|
1 2 3 4 |
|
-
Set the
user_description
for aAsset
. -
Retrieve the
user_description
from aAsset
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
user_description
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
user_description
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
view_score
View score for this asset. | |
---|---|
1 2 3 |
|