Skip to main content
Community Hub

Preflight checks for DataStax Enterprise

TL;DR

Preflight checks for DataStax Enterprise

Your AI can read this via Docs MCPcurl -fsSL "https://docs.atlan.com/install-docs-mcp" | bashConnect

Before running the DataStax Enterprise crawler, you can run preflight checks to perform the necessary technical validations. The following preflight checks must be completed:

Cluster permission​

  • ✅ Check successful if the connection to the DataStax Enterprise cluster is established.
  • ❌ Check failed if unable to connect to the DataStax Enterprise cluster.

Keyspace permission​

  • ✅ Check successful if the user has read access to system_schema.keyspaces.
  • ❌ Check failed if the user does not have read access to system_schema.keyspaces.

Table permission​

  • ✅ Check successful if the user has read access to system_schema.tables.
  • ❌ Check failed if the user does not have read access to system_schema.tables.

View permission​

  • ✅ Check successful if the user has read access to system_schema.views.
  • ❌ Check failed if the user does not have read access to system_schema.views.

Column permission​

  • ✅ Check successful if the user has read access to system_schema.columns.
  • ❌ Check failed if the user does not have read access to system_schema.columns.

Index permission​

  • ✅ Check successful if the user has read access to system_schema.indexes.
  • ❌ Check failed if the user does not have read access to system_schema.indexes.