tinybird 0.0.1.dev84__py3-none-any.whl → 0.0.1.dev85__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 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.dev84'
8
- __revision__ = '4b1189a'
7
+ __version__ = '0.0.1.dev85'
8
+ __revision__ = 'd751c6c'
@@ -107,9 +107,7 @@ def remove_tinybird_local(docker_client):
107
107
  pass
108
108
 
109
109
 
110
- @cli.command()
111
- def update():
112
- """Update Tinybird CLI to the latest version."""
110
+ def update_cli():
113
111
  click.echo(FeedbackManager.highlight(message="» Updating Tinybird CLI..."))
114
112
  process = subprocess.Popen(
115
113
  [f"{os.getenv('HOME')}/.local/bin/uv", "tool", "upgrade", "tinybird"],
@@ -118,16 +116,22 @@ def update():
118
116
  text=True,
119
117
  )
120
118
  stdout, stderr = process.communicate()
121
- if "Nothing to update" not in stdout + stderr:
119
+ if "Nothing to upgrade" not in stdout + stderr:
122
120
  click.echo(FeedbackManager.success(message="✓ Tinybird CLI updated"))
123
121
  else:
124
122
  click.echo(FeedbackManager.info(message="✓ Tinybird CLI is already up-to-date"))
125
123
 
126
124
 
125
+ @cli.command()
126
+ def update():
127
+ """Update Tinybird CLI to the latest version."""
128
+ update_cli()
129
+
130
+
127
131
  @cli.command(name="upgrade", hidden=True)
128
132
  def upgrade():
129
- """Alias for tb update."""
130
- update()
133
+ """Update Tinybird CLI to the latest version."""
134
+ update_cli()
131
135
 
132
136
 
133
137
  @cli.group()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tinybird
3
- Version: 0.0.1.dev84
3
+ Version: 0.0.1.dev85
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://www.tinybird.co/docs/cli/introduction.html
6
6
  Author: Tinybird
@@ -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=FC-GlIYBtZ-3DZ0U5PiqDo9R02ndyOHYLc0p3qgXun0,251
18
+ tinybird/tb/__cli__.py,sha256=fmMvEpRU9NZ5mPO3UcdGwK4LO7Z1fNenvNHcaiN2NWI,251
19
19
  tinybird/tb/cli.py,sha256=KpJ_-V6xVEzcdPRPnHhEdh2EgRPCyhZnfJVqeqMsftI,964
20
20
  tinybird/tb/modules/auth.py,sha256=L1IatO2arRSzys3t8px8xVt8uPWUL5EVD0sFzAV_uVU,9022
21
21
  tinybird/tb/modules/build.py,sha256=46ZTxubughaq8QDV6yq9thatSVVY4yNqyzbfxRBcgDA,10446
@@ -34,7 +34,7 @@ tinybird/tb/modules/fmt.py,sha256=qpf9APqKTKL2uphNgdbj4OMVyLkAxZn6dn4eHF99L5g,35
34
34
  tinybird/tb/modules/job.py,sha256=956Pj8BEEsiD2GZsV9RKKVM3I_CveOLgS82lykO5ukk,2963
35
35
  tinybird/tb/modules/llm.py,sha256=AC0VSphTOM2t-v1_3NLvNN_FIbgMo4dTyMqIv5nniPo,835
36
36
  tinybird/tb/modules/llm_utils.py,sha256=nS9r4FAElJw8yXtmdYrx-rtI2zXR8qXfi1QqUDCfxvg,3469
37
- tinybird/tb/modules/local.py,sha256=uCyoWXxYp3sMxK50kAOaZXSLDzg5ahjKmVjc98ZRGX4,5778
37
+ tinybird/tb/modules/local.py,sha256=revEEYP-Oq5nqURgmZmc0kt1_tEjM31dyUtcH5YbOuc,5842
38
38
  tinybird/tb/modules/local_common.py,sha256=jWNyoMBxamjEWLqyIhF50t3vz75CuZThekhDmP4cgQ4,3055
39
39
  tinybird/tb/modules/login.py,sha256=NB-evr7b00ChKPulX7c8YLN3EX6cr0CwALN0wroAq3o,6147
40
40
  tinybird/tb/modules/materialization.py,sha256=r8Q9HXcYEmfrEzP4WpiasCKDJdSkTPaAKJtZMoJKhi8,5749
@@ -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.dev84.dist-info/METADATA,sha256=U7VIvdwrTwKDu7D68zYVeqBZxHumETDfTD1dQyeHQC0,2585
80
- tinybird-0.0.1.dev84.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
81
- tinybird-0.0.1.dev84.dist-info/entry_points.txt,sha256=LwdHU6TfKx4Qs7BqqtaczEZbImgU7Abe9Lp920zb_fo,43
82
- tinybird-0.0.1.dev84.dist-info/top_level.txt,sha256=VqqqEmkAy7UNaD8-V51FCoMMWXjLUlR0IstvK7tJYVY,54
83
- tinybird-0.0.1.dev84.dist-info/RECORD,,
79
+ tinybird-0.0.1.dev85.dist-info/METADATA,sha256=Pi6jcS_5h9NY_EEyOI82gkHnVqqkSMWbR1bVMV23Ew0,2585
80
+ tinybird-0.0.1.dev85.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
81
+ tinybird-0.0.1.dev85.dist-info/entry_points.txt,sha256=LwdHU6TfKx4Qs7BqqtaczEZbImgU7Abe9Lp920zb_fo,43
82
+ tinybird-0.0.1.dev85.dist-info/top_level.txt,sha256=VqqqEmkAy7UNaD8-V51FCoMMWXjLUlR0IstvK7tJYVY,54
83
+ tinybird-0.0.1.dev85.dist-info/RECORD,,