Skip to content

The catalog explorer doesn't work with tables with no version #20

@jujaro

Description

@jujaro
from bricklayer.catalog.dbricks_catalog import DbricksCatalog
for database in DbricksCatalog().get_databases():
    for table in database.get_tables():
        print(f"{table.sql_name}\t{table.table_provider}")

Out:

default.weather_version_weather	delta

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