Skip to main content

What Atlan crawls from Cyera

Once you have crawled Cyera, you can use connector-specific filters for quick asset discovery. This document provides details on the metadata and assets that Atlan crawls from Cyera.

info

Snowflake is the only Cyera Datastore type presently supported for Atlan integration.

Cyera enriches metadata at the table and column level: classifications, custom metadata, and sensitivity context are applied to table and column assets in Atlan that correspond to assets Cyera has scanned and classified. Security issue findings are applied at the database level.

Asset types

Cyera enriches Snowflake assets in Atlan. The table below maps what Cyera tracks to the corresponding Atlan asset types.

Cyera sourceAtlan asset typeEnrichment applied
TableTableCyera tags and Cyera custom metadata
ColumnColumnCyera tags and Cyera custom metadata (classified columns only)
DatabaseDatabaseCyeraIssues custom metadata

Classifications

Atlan maps Cyera data classifications discovered during scans to Atlan Tags on the associated table and column assets. Tags are named using the format {Classification Name} (Cyera Data Class) (for example, a Cyera classification of Address becomes the Atlan tag Address (Cyera Data Class)).

Regional suffixes in Cyera classification names (for example, Address California or Postal Code Texas) are stripped so that a single tag represents the base classification. The original classification names are preserved in the tag's source ID for reference.

Both system-assigned and user-assigned classifications in Cyera are sourced and applied as Atlan Tags, which can then be propagated like regular Atlan Tags. Because they behave like any other Atlan Tag, Cyera-sourced tags can also be used as filter criteria in Atlan Playbooks to drive automated governance actions—for example, automatically marking columns tagged with Credit Card Number (Cyera Data Class) as requiring review.

warning

Assigning values for Cyera-sourced Tags on Atlan and reverse-sync of those values back to Cyera is currently not supported.

Custom metadata

Atlan stores Cyera-discovered scan attributes in two custom metadata sets. The fields below are Atlan-side representations of Cyera-enriched metadata: field names reflect how the data appears in Atlan rather than the originating Cyera API response field names.

Cyera (table and column assets)

The Cyera custom metadata set contains classification and data sensitivity attributes discovered by Cyera scans. These are applied to both Table and Column assets. Table rows always include metadata (even when a table has no table-level classifications), while column rows are created only for columns with at least one classification.

FieldTypeDescription
Cyera UIDTextUnique identifier of the asset in Cyera
Cyera URLURLDirect link to view the asset in the Cyera platform
SensitivityTextSensitivity level assigned by Cyera (for example, Sensitive, NotSensitive)
IdentifiabilityTextIdentifiability context for the classified data
Classification GroupTextClassification group assigned by Cyera (for example, Personal Information)
Data CategoryTextData category assigned by Cyera for detected classifications
RoleTextRole context associated with the classification
Geo LocationsTextGeographic context values associated with the classified data
Data Subject AgeTextData subject age context from Cyera classification
Business ContextTextBusiness context labels from Cyera classification
CollectionsTextCollections attached to the Cyera classification
Custom CollectionsTextCustom collections attached to the Cyera classification
Last Classified AtTextTimestamp of the most recent Cyera classification update
Record CountIntegerTotal number of records in the table as reported by Cyera
Sensitive Record CountIntegerNumber of records containing sensitive data
IdentifiedBooleanWhether Cyera marks the value as identified
TokenizationBooleanWhether the data is tokenized (True) or in plain text (False)
SyntheticBooleanWhether the data is synthetic (True) or real (False)
Sensitivity FacetOptionsFilter-friendly sensitivity value synced from Cyera
Classification Group FacetOptionsFilter-friendly primary classification group from Cyera
Data Category FacetOptionsFilter-friendly primary data category from Cyera
Identifiability FacetOptionsFilter-friendly primary identifiability value from Cyera

CyeraIssues (database assets)

The CyeraIssues custom metadata set contains security issue findings detected by Cyera, aggregated at the Database level. Issues are grouped by datastore and applied to the corresponding database asset in Atlan.

FieldTypeDescription
Issue CountIntegerTotal number of Cyera issues for this database
Critical CountIntegerNumber of critical-severity issues
High CountIntegerNumber of high-severity issues
Medium CountIntegerNumber of medium-severity issues
Low CountIntegerNumber of low-severity issues
Open IssuesIntegerNumber of currently open (unresolved) issues
Top IssuesTextSummary of the top issues by severity (up to 5), with links to each issue in Cyera
Remediation AdviceTextRecommended remediation steps from Cyera for the most critical issues
Last UpdatedTextTimestamp of the most recently updated issue
Cyera Datastore URLURLDirect link to view the parent datastore in the Cyera platform
FrameworksTextCompliance frameworks associated with the issues (for example, PCI DSS, SOC2, NIST)
Highest SeverityOptionsHighest severity among unresolved Cyera issues
Framework FacetOptionsPrimary filter-friendly framework derived from Cyera

You can filter assets by either custom metadata set using the Custom Metadata Filters panel on the Assets page.

See also