printTableAsMarkdown

abstract fun printTableAsMarkdown(tableName: String, schemaName: String? = defaultSchemaName)

Prints the table as prettified text to the console

Parameters

schemaName

the name of the schema that should contain the tables

tableName

the unqualified name of the table to write