Skip to content

Is there a defined mechanism for mapping SQL types (as text) to SQLAlchemy column type classes? #11

@RudolfCardinal

Description

@RudolfCardinal

May I ask if there is a mechanism for mapping SQL types (e.g. "STRING", "TIMESTAMP_NTZ") to SQLAlchemy column type classes (e.g. Text, DateTime) for the Databricks dialect? We use this sort of mapping, across database engines, relating to the reading of textual data dictionaries. For the "internal" SQLAlchemy dialects, this sort of mapping is generally available via ischema_names, although this isn't formally documented (see e.g. sqlalchemy/sqlalchemy#12230). Is there, or could there be, a method for the Databricks SQLAlchemy dialect? Many thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions