Skip to content

check if table exist #406

@djouallah

Description

@djouallah

Feature Request / Improvement

it will be nice to have an API to quickly check if a table exist, or alternatively create table if it does not exist
current I am doing this

try:
   table = catalog.create_table("aemo.price",schema=price.schema)
  except:
   pass
  table = catalog.load_table("aemo.price")
  table.append(price)

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