We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff31109 commit ea14fe0Copy full SHA for ea14fe0
pyiceberg/catalog/__init__.py
@@ -699,9 +699,8 @@ def create_view(
699
Args:
700
identifier (str | Identifier): View identifier.
701
schema (Schema): View's schema.
702
+ view_version (ViewVersion): The format version for the view.
703
location (str | None): Location for the view. Optional Argument.
- partition_spec (PartitionSpec): PartitionSpec for the view.
704
- sort_order (SortOrder): SortOrder for the view.
705
properties (Properties): View properties that can be a string based dictionary.
706
707
Returns:
0 commit comments