We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ffbec commit 1c7ff03Copy full SHA for 1c7ff03
pyiceberg/catalog/__init__.py
@@ -673,9 +673,8 @@ def create_view(
673
Args:
674
identifier (str | Identifier): View identifier.
675
schema (Schema): View's schema.
676
+ view_version (ViewVersion): The format version for the view.
677
location (str | None): Location for the view. Optional Argument.
- partition_spec (PartitionSpec): PartitionSpec for the view.
678
- sort_order (SortOrder): SortOrder for the view.
679
properties (Properties): View properties that can be a string based dictionary.
680
681
Returns:
0 commit comments