module DeltaLake

def try_get_deltatable(table_uri, storage_options)

def try_get_deltatable(table_uri, storage_options)
  Table.new(table_uri, storage_options: storage_options)
rescue TableNotFoundError
  nil
end