We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2d036 commit 3269580Copy full SHA for 3269580
1 file changed
pyiceberg/catalog/__init__.py
@@ -690,9 +690,8 @@ def create_view(
690
Args:
691
identifier (str | Identifier): View identifier.
692
schema (Schema): View's schema.
693
+ view_version (ViewVersion): The format version for the view.
694
location (str | None): Location for the view. Optional Argument.
- partition_spec (PartitionSpec): PartitionSpec for the view.
695
- sort_order (SortOrder): SortOrder for the view.
696
properties (Properties): View properties that can be a string based dictionary.
697
698
Returns:
0 commit comments