pyflink.table.catalog.CatalogPartition.create_instance# static CatalogPartition.create_instance(properties: Dict[str, str], comment: str | None = None) → CatalogPartition[source]# Creates an instance of CatalogPartition. Parameters: properties – Property of the partition comment – Comment of the partition