Skip to content

engine table_names always returns empty list #25

@julioasotodv

Description

@julioasotodv

I guess this is because of a missing implementation, but the following code does not return any results:

from sqlalchemy import create_engine
teradata_engine = create_engine("teradata://myuser:mypass@teradata-host:22/mydb")

table_names = teradata_engine.table_names()  # Always returns an empty list

Given pandas' read_sql_table() relies on this exact same code (and on table_names being the list of table names), there is no way to read tables from pandas.

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