Ask a question to get started
Enter to sendā¢Shift+Enter new line
Generates a Markdown representation of the Cassandra table schema, allowing for customizable header levels for the table name section.
as_markdown( self, include_keyspace: bool = True, header_level: Optional[int] = None ) -> str
include_keyspace
bool
True
If True, includes the keyspace in the output. Defaults to True.
header_level
Optional[int]
None
Specifies the markdown header level for the table name. If None, the table name is included without a header. Defaults to None (no header level).