tinybird 4.6.9.dev0__py3-none-any.whl → 4.6.10.dev0__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.
tinybird/tb/__cli__.py CHANGED
@@ -4,5 +4,5 @@ __description__ = 'Tinybird Command Line Tool'
4
4
  __url__ = 'https://www.tinybird.co/docs/forward/commands'
5
5
  __author__ = 'Tinybird'
6
6
  __author_email__ = 'support@tinybird.co'
7
- __version__ = '4.6.9.dev0'
8
- __revision__ = '13f02ee'
7
+ __version__ = '4.6.10.dev0'
8
+ __revision__ = 'fa1549d'
@@ -1153,7 +1153,8 @@ def create_ctx_client(
1153
1153
  if show_warnings and command:
1154
1154
  click.echo(FeedbackManager.gray(message="Running against Tinybird Local"))
1155
1155
  local_branch = None
1156
- if not test:
1156
+ explicit_token_passed = bool(config.get("token_passed"))
1157
+ if not test and not explicit_token_passed:
1157
1158
  git_branch = get_current_git_branch()
1158
1159
  if git_branch and not is_main_git_branch(git_branch):
1159
1160
  local_branch = get_tinybird_branch_name_from_git_branch(git_branch)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tinybird
3
- Version: 4.6.9.dev0
3
+ Version: 4.6.10.dev0
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://www.tinybird.co/docs/forward/commands
6
6
  Author: Tinybird
@@ -52,6 +52,11 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
52
52
  Changelog
53
53
  ----------
54
54
 
55
+ 4.6.9
56
+ *******
57
+
58
+ - `Fixed` Commands run against Tinybird Local with an explicit token (``--token``) now target the token's workspace.
59
+
55
60
  4.6.8
56
61
  *******
57
62
 
@@ -19,7 +19,7 @@ tinybird/datafile/parse_datasource.py,sha256=yd58HrUF4yNJXLn6OsvKGpZJpvrcjLGAeJG
19
19
  tinybird/datafile/parse_pipe.py,sha256=-9bbgVuiWRyDYydrLVflDBt8GstZotMy6dklsrc6MUY,3859
20
20
  tinybird/iterating/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  tinybird/iterating/data_branch_modes.py,sha256=5YuDa-gr8mKwmES8Xro6TRKbQtaOtIw4GbC606Qhu3o,184
22
- tinybird/tb/__cli__.py,sha256=Q6C-ebNNuhW7FQDE0FltpvE9ga2KHukMPoTpKGjTJAE,245
22
+ tinybird/tb/__cli__.py,sha256=sBCB0K5JZxO0_l6bDnUh46X7CvaCCTd0a3HrDVNAGqo,246
23
23
  tinybird/tb/check_pypi.py,sha256=Gp0HkHHDFMSDL6nxKlOY51z7z1Uv-2LRexNTZSHHGmM,552
24
24
  tinybird/tb/cli.py,sha256=IjiGfNIpxSxi1odK1kMj9s8lEhx3sAUgGA263XdmyR0,1119
25
25
  tinybird/tb/client.py,sha256=wgXYa_CSKi-ymWnX-j8-CNHCNdQrUWQA6ezT0REMPOs,56830
@@ -28,7 +28,7 @@ tinybird/tb/modules/branch.py,sha256=U50nj2kZllCkOHQfJWQ-YQ260pvlcssgStMSovmqMiU
28
28
  tinybird/tb/modules/build.py,sha256=q7-aVM7q1tApiax_y6vYSCZq4cJ9ATSAm9D-elpNp7I,6543
29
29
  tinybird/tb/modules/build_common.py,sha256=o04aeaoyGTnwhR0cEXAgQzc7SJya97YECoEihsi4SyU,24979
30
30
  tinybird/tb/modules/cicd.py,sha256=IO4qqsoLRXcubALb7vx_QnRpg3zIIxfaVO9bGomlESY,8267
31
- tinybird/tb/modules/cli.py,sha256=3cOuWvSSa6MDebgTT1g1YaxvB57JRmfFKtnS_vJDbwc,43947
31
+ tinybird/tb/modules/cli.py,sha256=oerpcsZ3vLsLZdCjgtVa6F9D3OFj-cqWFJfX-M40N2c,44038
32
32
  tinybird/tb/modules/common.py,sha256=8S_Z49hY4n-uZ_rdEZTFvzbQVG7aV0PBhZx3OBfgN3g,92987
33
33
  tinybird/tb/modules/config.py,sha256=kZsMBf_qrGXPvhx1GW46DXS62ClVIKFFPjDXEZyGeyE,11181
34
34
  tinybird/tb/modules/connection.py,sha256=HwHn0YgwqcKEYCLr2OqDzJzAUFd65Wv8MZiSUw_TLII,18452
@@ -99,8 +99,8 @@ tinybird/tb_cli_modules/config.py,sha256=Ey9yqM27C4Irglm5-63RXte8K0bFh8ConKdIoAa
99
99
  tinybird/tb_cli_modules/exceptions.py,sha256=pmucP4kTF4irIt7dXiG-FcnI-o3mvDusPmch1L8RCWk,3367
100
100
  tinybird/tb_cli_modules/regions.py,sha256=QjsL5H6Kg-qr0aYVLrvb1STeJ5Sx_sjvbOYO0LrEGMk,166
101
101
  tinybird/tb_cli_modules/telemetry.py,sha256=W098H6jmS4kpE7hN3tadaREBTf7oMocel-lkKWN0pU8,10466
102
- tinybird-4.6.9.dev0.dist-info/METADATA,sha256=T5FGarUwhK0x2IVlkyyN-7JYmMPXUUWZIsU97s6ZXA8,14789
103
- tinybird-4.6.9.dev0.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
104
- tinybird-4.6.9.dev0.dist-info/entry_points.txt,sha256=LwdHU6TfKx4Qs7BqqtaczEZbImgU7Abe9Lp920zb_fo,43
105
- tinybird-4.6.9.dev0.dist-info/top_level.txt,sha256=ZIQJTPCzMqnfDzM_hEGZrJqDSEcKnIK_49T86DGWpyQ,78
106
- tinybird-4.6.9.dev0.dist-info/RECORD,,
102
+ tinybird-4.6.10.dev0.dist-info/METADATA,sha256=v8zmTgNakaitSAm774g0Ti5iS6IX4SklvIX08s4-ACg,14923
103
+ tinybird-4.6.10.dev0.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
104
+ tinybird-4.6.10.dev0.dist-info/entry_points.txt,sha256=LwdHU6TfKx4Qs7BqqtaczEZbImgU7Abe9Lp920zb_fo,43
105
+ tinybird-4.6.10.dev0.dist-info/top_level.txt,sha256=ZIQJTPCzMqnfDzM_hEGZrJqDSEcKnIK_49T86DGWpyQ,78
106
+ tinybird-4.6.10.dev0.dist-info/RECORD,,