From 8294d01084a05b6dbdbd1f3cfcbf8d3c1da51064 Mon Sep 17 00:00:00 2001 From: Vu Tung Date: Thu, 28 Aug 2025 17:37:58 +0700 Subject: [PATCH] Remove include_v reference --- tdclient/table_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tdclient/table_api.py b/tdclient/table_api.py index e295be4..29fc65f 100644 --- a/tdclient/table_api.py +++ b/tdclient/table_api.py @@ -33,7 +33,6 @@ def list_tables(self, db): 'created_at': datetime.datetime(2019, 1, 30, 5, 34, 42, tzinfo=tzutc()), 'updated_at': datetime.datetime(2019, 1, 30, 5, 34, 46, tzinfo=tzutc()), 'type': 'log', - 'include_v': True, 'count': 150, 'schema': [['sepal_length', 'double', 'sepal_length'], ['sepal_width', 'double', 'sepal_width'],