tinybird 0.0.1.dev77__py3-none-any.whl → 0.0.1.dev78__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.
Potentially problematic release.
This version of tinybird might be problematic. Click here for more details.
- tinybird/tb/__cli__.py +2 -2
- tinybird/tb/modules/shell.py +3 -3
- {tinybird-0.0.1.dev77.dist-info → tinybird-0.0.1.dev78.dist-info}/METADATA +1 -1
- {tinybird-0.0.1.dev77.dist-info → tinybird-0.0.1.dev78.dist-info}/RECORD +7 -7
- {tinybird-0.0.1.dev77.dist-info → tinybird-0.0.1.dev78.dist-info}/WHEEL +0 -0
- {tinybird-0.0.1.dev77.dist-info → tinybird-0.0.1.dev78.dist-info}/entry_points.txt +0 -0
- {tinybird-0.0.1.dev77.dist-info → tinybird-0.0.1.dev78.dist-info}/top_level.txt +0 -0
tinybird/tb/__cli__.py
CHANGED
|
@@ -4,5 +4,5 @@ __description__ = 'Tinybird Command Line Tool'
|
|
|
4
4
|
__url__ = 'https://www.tinybird.co/docs/cli/introduction.html'
|
|
5
5
|
__author__ = 'Tinybird'
|
|
6
6
|
__author_email__ = 'support@tinybird.co'
|
|
7
|
-
__version__ = '0.0.1.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '0.0.1.dev78'
|
|
8
|
+
__revision__ = '290c1fe'
|
tinybird/tb/modules/shell.py
CHANGED
|
@@ -340,12 +340,12 @@ class Shell:
|
|
|
340
340
|
|
|
341
341
|
def print_table_formatted(res: dict, name: str):
|
|
342
342
|
data = []
|
|
343
|
-
limit =
|
|
344
|
-
for d in res["data"][:
|
|
343
|
+
limit = 20
|
|
344
|
+
for d in res["data"][:limit]:
|
|
345
345
|
data.append(d.values())
|
|
346
346
|
meta = res["meta"]
|
|
347
|
-
row_count = res.get("rows", 0)
|
|
348
347
|
stats = res.get("statistics", {})
|
|
348
|
+
row_count = stats.get("rows_read", 0)
|
|
349
349
|
elapsed = stats.get("elapsed", 0)
|
|
350
350
|
cols = len(meta)
|
|
351
351
|
try:
|
|
@@ -15,7 +15,7 @@ tinybird/syncasync.py,sha256=IPnOx6lMbf9SNddN1eBtssg8vCLHMt76SuZ6YNYm-Yk,27761
|
|
|
15
15
|
tinybird/tornado_template.py,sha256=KmW_VD7y-NVqrc8YZKwIaxoJB0XpCcB2izdmxmtmApM,41944
|
|
16
16
|
tinybird/ch_utils/constants.py,sha256=aYvg2C_WxYWsnqPdZB1ZFoIr8ZY-XjUXYyHKE9Ansj0,3890
|
|
17
17
|
tinybird/ch_utils/engine.py,sha256=AUAww-KjGOZg9h0IBlKA3FeacJYB4rOtqcTGJhFM-g8,40392
|
|
18
|
-
tinybird/tb/__cli__.py,sha256
|
|
18
|
+
tinybird/tb/__cli__.py,sha256=-EEFpVvhVPWRGtAXTmGmZ9mtZaaF2d4Du1f43dhbPTA,251
|
|
19
19
|
tinybird/tb/cli.py,sha256=KpJ_-V6xVEzcdPRPnHhEdh2EgRPCyhZnfJVqeqMsftI,964
|
|
20
20
|
tinybird/tb/modules/auth.py,sha256=vBA-KsrjAp77kFunGSM-4o7AFdfO7ac4dnrHKrx0alI,9020
|
|
21
21
|
tinybird/tb/modules/build.py,sha256=Vi3QytuQ50EILkzBjs5mkljRcnH_6k0CQUxxITnaGww,10372
|
|
@@ -43,7 +43,7 @@ tinybird/tb/modules/pipe.py,sha256=gcLz0qHgwKDLsWFY3yFLO9a0ETAV1dFbI8YeLHi9460,2
|
|
|
43
43
|
tinybird/tb/modules/playground.py,sha256=PKQKROen8sV7MaeMlxi2lIqZ8B14Sz2LgqjVMbBh0pk,4801
|
|
44
44
|
tinybird/tb/modules/project.py,sha256=YnrfDBenrzXCPO99qOtsTE21SP2vAb3FqBv6NV9Yw2g,3099
|
|
45
45
|
tinybird/tb/modules/regions.py,sha256=QjsL5H6Kg-qr0aYVLrvb1STeJ5Sx_sjvbOYO0LrEGMk,166
|
|
46
|
-
tinybird/tb/modules/shell.py,sha256=
|
|
46
|
+
tinybird/tb/modules/shell.py,sha256=a98W4L4gfrmxEyybtu6S4ENXrBYtgNASB5e_evuXQvI,13936
|
|
47
47
|
tinybird/tb/modules/table.py,sha256=4XrtjM-N0zfNtxVkbvLDQQazno1EPXnxTyo7llivfXk,11035
|
|
48
48
|
tinybird/tb/modules/tag.py,sha256=anPmMUBc-TbFovlpFi8GPkKA18y7Y0GczMsMms5TZsU,3502
|
|
49
49
|
tinybird/tb/modules/telemetry.py,sha256=Hh2Io8ZPROSunbOLuMvuIFU4TqwWPmQTqal4WS09K1A,10449
|
|
@@ -76,8 +76,8 @@ tinybird/tb_cli_modules/config.py,sha256=IsgdtFRnUrkY8-Zo32lmk6O7u3bHie1QCxLwgp4
|
|
|
76
76
|
tinybird/tb_cli_modules/exceptions.py,sha256=pmucP4kTF4irIt7dXiG-FcnI-o3mvDusPmch1L8RCWk,3367
|
|
77
77
|
tinybird/tb_cli_modules/regions.py,sha256=QjsL5H6Kg-qr0aYVLrvb1STeJ5Sx_sjvbOYO0LrEGMk,166
|
|
78
78
|
tinybird/tb_cli_modules/telemetry.py,sha256=Hh2Io8ZPROSunbOLuMvuIFU4TqwWPmQTqal4WS09K1A,10449
|
|
79
|
-
tinybird-0.0.1.
|
|
80
|
-
tinybird-0.0.1.
|
|
81
|
-
tinybird-0.0.1.
|
|
82
|
-
tinybird-0.0.1.
|
|
83
|
-
tinybird-0.0.1.
|
|
79
|
+
tinybird-0.0.1.dev78.dist-info/METADATA,sha256=ALYrpkBdyx9T1rwwm4WT5Ji_0sq2sTPF0rz0M4dmUro,2585
|
|
80
|
+
tinybird-0.0.1.dev78.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
81
|
+
tinybird-0.0.1.dev78.dist-info/entry_points.txt,sha256=LwdHU6TfKx4Qs7BqqtaczEZbImgU7Abe9Lp920zb_fo,43
|
|
82
|
+
tinybird-0.0.1.dev78.dist-info/top_level.txt,sha256=VqqqEmkAy7UNaD8-V51FCoMMWXjLUlR0IstvK7tJYVY,54
|
|
83
|
+
tinybird-0.0.1.dev78.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|