Ask a question to get started
Enter to sendā¢Shift+Enter new line
Generates a markdown representation of the schema for a specific keyspace by iterating over all tables within that keyspace and calling their as_markdown method.
format_keyspace_to_markdown( self, keyspace: str, tables: Optional[List[Table]] = None ) -> str
keyspace
str
The name of the keyspace to generate markdown documentation for.
tables
Optional[List[Table]]
None
list of tables in the keyspace; it will be resolved if not provided.