What does Atlan crawl from DataStax Enterprise?
🧪 Preview feature! This feature is currently in an experimental phase, and its functionality may change before the final release. We’d love your feedback to refine it. To request access to the DataStax Enterprise connector in your Metadata Marketplace, Atlan Secure Agent Installer, and Secure Agent documentation, create a ticket with Atlan Support.
Atlan integrates with DataStax Enterprise to crawl and map various asset types, helping you discover and understand your distributed data. This page outlines the DataStax Enterprise components that Atlan supports and how their properties are mapped.
Lineage support​
Atlan also supports the following lineage:
- Asset-level lineage for Tables and Materialised Views.
- Column-level lineage for Tables and Materialised Views.
Assets​
Atlan crawls and maps the following assets and properties from DataStax Enterprise Cassandra.
Keyspaces​
Atlan maps keyspaces from DataStax Enterprise Cassandra to its Keyspace
asset type.
Source property | Atlan property |
---|---|
keyspace_name | name |
durable_writes | schemaCount |
replication | cassandraKeyspaceReplication |
virtual | cassandraKeyspaceVirtual |
query | cassandraKeyspaceQuery |
Tables​
Atlan maps tables from DataStax Enterprise Cassandra to its Table
asset type.
Source property | Atlan property |
---|---|
table_name | name |
bloom_filter_fp_chance | cassandraTableBloomFilterFpChance |
caching | cassandraTableCaching |
compaction | cassandraTableCompaction |
compression | cassandraTableCompression |
crc_check_chance | cassandraTableCrcCheckChance |
dclocal_read_repair_chance | cassandraTableDclocalReadRepairChance |
default_time_to_live | cassandraTableDefaultTimeToLive |
extensions | cassandraTableExtensions |
flags | cassandraTableFlags |
comment | cassandraTableComment |
gc_grace_seconds | cassandraTableGcGraceSeconds |
id | cassandraTableId |
max_index_interval | cassandraTableMaxIndexInterval |
read_repair_chance | cassandraTableReadRepairChance |
Materialised Views​
Atlan maps tables from DataStax Enterprise Cassandra to its MaterialisedViews
asset type.
Source property | Atlan property |
---|---|
table_name | name |
bloom_filter_fp_chance | cassandraViewBloomFilterFPChance |
caching | cassandraViewCaching |
compaction | cassandraViewCompaction |
compression | cassandraViewCompression |
crc_check_chance | cassandraViewCRCCheckChance |
dclocal_read_repair_chance | cassandraViewDCLocalReadRepairChance |
default_time_to_live | cassandraViewDefaultTTL |
gc_grace_seconds | cassandraViewGCGraceSeconds |
include_all_columns | cassandraViewIncludeAllColumns |
comment | description |
gc_grace_seconds | cassandraTableGcGraceSeconds |
base_table_id | cassandraViewTableId |
max_index_interval | cassandrViewMaxIndexInterval |
read_repair_chance | cassandraViewReadRepairInterval |
speculative_retry | cassandraViewSpeculativeRetry |
base_table_name | cassandraTableName |
query | cassandraViewQuery |
memtable_flush_period_in_ms | cassandraViewMembtableFlushPeriodInMS |
min_index_interval | cassandraViewMinIndexInterval |
keyspace_name | cassandraKeyspaceName |
Indexes​
Atlan maps views from DataStax Enterprise Cassandra to its Indexes
asset type.
Source property | Atlan property |
---|---|
index_name | name |
kind | cassandraIndexKind |
options | cassandraIndexOptions |
table_name | cassandraTableName |
keyspace_name | cassandraKeyspaceName |
query | cassandraIndexQuery |
Columns​
Atlan maps columns from DataStax Enterprise Cassandra to its Column
asset type.
Source property | Atlan property |
---|---|
column_name | name |
table_name (if a view) | cassandraViewName |
table_name (if a table) | cassandraTableName |
clustering_order | cassandraColumnClusteringOrder |
kind | cassandraColumnKind |
position | cassandraColumnPosition |
type | cassandraColumnType |
keyspace_name | cassandraColumnIsStatic |