vastdb 0.0.5.10__py3-none-any.whl → 0.0.5.11__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
vastdb/api.py CHANGED
@@ -1094,6 +1094,8 @@ class VastdbApi:
1094
1094
  # create the table
1095
1095
  return self.create_table(bucket, schema, name, arrow_schema, txid, client_tags, expected_retvals)
1096
1096
 
1097
+ def get_topic_stats(self, bucket, name, expected_retvals=[]):
1098
+ return self.get_table_stats(bucket=bucket, schema=KAFKA_TOPICS_SCHEMA_NAME, name=name, expected_retvals=expected_retvals)
1097
1099
 
1098
1100
  def get_table_stats(self, bucket, schema, name, txid=0, client_tags=[], expected_retvals=[]):
1099
1101
  """
@@ -1127,7 +1129,7 @@ class VastdbApi:
1127
1129
  table_properties = ""
1128
1130
 
1129
1131
  return self.alter_table(bucket=bucket, schema=KAFKA_TOPICS_SCHEMA_NAME, name=name,
1130
- table_properties=table_properties, expected_retvals=expected_retvals)
1132
+ table_properties=table_properties, new_name=new_name, expected_retvals=expected_retvals)
1131
1133
 
1132
1134
  def alter_table(self, bucket, schema, name, txid=0, client_tags=[], table_properties="",
1133
1135
  new_name="", expected_retvals=[]):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vastdb
3
- Version: 0.0.5.10
3
+ Version: 0.0.5.11
4
4
  Summary: VAST Data SDK
5
5
  Home-page: https://github.com/vast-data/vastdb_sdk
6
6
  Author: VAST DATA
@@ -148,9 +148,9 @@ vast_flatbuf/tabular/ObjectDetails.py,sha256=5mMZ0iL_iC1cztyyjPeEeJv3ch6Nk1zyCOc
148
148
  vast_flatbuf/tabular/S3File.py,sha256=KC9c2oS5-JXwTTriUVFdjOvRG0B54Cq9kviSDZY3NI0,4450
149
149
  vast_flatbuf/tabular/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
150
150
  vastdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
151
- vastdb/api.py,sha256=nqsUzGeEPWSuO402dUQp_-6BPdZI0EXjBxc48GifA1M,131408
152
- vastdb-0.0.5.10.dist-info/LICENSE,sha256=obffan7LYrq7hLHNrY7vHcn2pKUTBUYXMKu-VOAvDxU,11333
153
- vastdb-0.0.5.10.dist-info/METADATA,sha256=i1r5ba8-9wFSZhHtqAp2lcbhZAZd8CvMDucLdSDZr-c,1370
154
- vastdb-0.0.5.10.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
155
- vastdb-0.0.5.10.dist-info/top_level.txt,sha256=Vsj2MKtlhPg0J4so64slQtnwjhgoPmJgcG-6YcVAwVc,20
156
- vastdb-0.0.5.10.dist-info/RECORD,,
151
+ vastdb/api.py,sha256=paEff0MHCm0JV6kEQBBTos0OXKESbdDO2fuHvCNhkNg,131623
152
+ vastdb-0.0.5.11.dist-info/LICENSE,sha256=obffan7LYrq7hLHNrY7vHcn2pKUTBUYXMKu-VOAvDxU,11333
153
+ vastdb-0.0.5.11.dist-info/METADATA,sha256=lXtF5GeiKZcGuuEoEAEasW7bm5S5FWkzTzZ0rZ3HYdo,1370
154
+ vastdb-0.0.5.11.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
155
+ vastdb-0.0.5.11.dist-info/top_level.txt,sha256=Vsj2MKtlhPg0J4so64slQtnwjhgoPmJgcG-6YcVAwVc,20
156
+ vastdb-0.0.5.11.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: bdist_wheel (0.37.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5