dlt.common.destination.dataset
SupportsDataAccess Objects
class SupportsDataAccess(Protocol)
Common data access protocol shared between dbapi cursors and relations
columns_schema
@property
def columns_schema() -> TTableSchemaColumns
Returns the expected columns schema for the result of the relation. Column types are discovered with sql glot query analysis and lineage. dlt hints for columns are kept in some cases. Refere to <docs-page> for more details.