console
create()
¶
describe(ctx, entity, identifier)
¶
Describe a namespace or a table.
Source code in pyiceberg/cli/console.py
drop()
¶
files(ctx, identifier, history)
¶
List all the files of the table.
Source code in pyiceberg/cli/console.py
get()
¶
get_namespace(ctx, identifier, property_name)
¶
Fetch properties on a namespace.
Source code in pyiceberg/cli/console.py
get_table(ctx, identifier, property_name)
¶
Fetch properties on a table.
Source code in pyiceberg/cli/console.py
list(ctx, parent)
¶
List tables or namespaces.
Source code in pyiceberg/cli/console.py
list_refs(ctx, identifier, type, verbose)
¶
List all the refs in the provided table.
Source code in pyiceberg/cli/console.py
location(ctx, identifier)
¶
Return the location of the table.
Source code in pyiceberg/cli/console.py
namespace(ctx, identifier, property_name)
¶
Remove a property from a namespace.
Source code in pyiceberg/cli/console.py
properties()
¶
remove()
¶
rename(ctx, from_identifier, to_identifier)
¶
Rename a table.
Source code in pyiceberg/cli/console.py
schema(ctx, identifier)
¶
Get the schema of the table.
Source code in pyiceberg/cli/console.py
set()
¶
spec(ctx, identifier)
¶
Return the partition spec of the table.
Source code in pyiceberg/cli/console.py
table(ctx, identifier, property_name)
¶
Remove a property from a table.
Source code in pyiceberg/cli/console.py
uuid(ctx, identifier)
¶
Return the UUID of the table.