tinybird-cli 5.6.1.dev1__py3-none-any.whl → 5.7.1.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/__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__ = '5.6.1.dev1'
8
- __revision__ = '48fe3e9'
7
+ __version__ = '5.7.1.dev0'
8
+ __revision__ = '2608aa4'
tinybird/datafile.py CHANGED
@@ -359,7 +359,7 @@ class CLIGitRelease:
359
359
  return self.head().commit.hexsha
360
360
 
361
361
  def is_main_branch(self) -> bool:
362
- return self.repo.active_branch.name in ["main", "master", "develop"]
362
+ return self.repo.active_branch.name in ["main", "master", "develop", "dev", "prod"]
363
363
 
364
364
  def is_head_empty(self) -> bool:
365
365
  return not self.repo.head.is_valid()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinybird-cli
3
- Version: 5.6.1.dev1
3
+ Version: 5.7.1.dev0
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://www.tinybird.co/docs/cli/introduction.html
6
6
  Author: Tinybird
@@ -51,11 +51,12 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
51
51
  Changelog
52
52
  ----------
53
53
 
54
- 5.6.1.dev1
54
+ 5.7.0
55
55
  **********
56
56
 
57
- - `Fixed` issue with `tb auth` when using `--region` and `--token` options together.
58
- - `Fixed` `tb auth` behavior when the `TB_TOKEN` env var is set.
57
+ - `Changed` support `prod` as main git branch name when running `tb init --git`
58
+ - `Fixed` issue with `tb auth` ignoring the token value when using `--region` and `--token` options together.
59
+ - `Fixed` `tb auth` not getting the proper value when using the `TB_TOKEN` env var.
59
60
 
60
61
  5.6.0
61
62
  **********
@@ -1,10 +1,10 @@
1
- tinybird/__cli__.py,sha256=fEdAycHSUbDhbV8_bEFa6Oax7eRRkA4ntY0_SVCWgOU,254
1
+ tinybird/__cli__.py,sha256=at9g2M72MTCDGpzDKYNqZP2OLxgiNsXtGbRxPmOt2WI,254
2
2
  tinybird/check_pypi.py,sha256=_4NkharLyR_ELrAdit-ftqIWvOf7jZNPt3i76frlo9g,975
3
3
  tinybird/client.py,sha256=UIxvYCqlfiFQHBiT8SYTmVkBKZrtjx9DdNGirnicNQg,48200
4
4
  tinybird/config.py,sha256=LTHiR5JeAhslZCq4WaIZRW973KQMcEEC7TfN-uyS3wU,5397
5
5
  tinybird/connectors.py,sha256=lkpVSUmSuViEZBa4QjTK7YmPHUop0a5UFoTrSmlVq6k,15244
6
6
  tinybird/context.py,sha256=3KwB9TL-nON6qX9Mm5uev4CkrgLwYyNDvdFfQmNc0Cc,1171
7
- tinybird/datafile.py,sha256=6yY-GmTtJzz2BitoUHylvj0DeUpFhFQg_EWQCQmK1k0,220584
7
+ tinybird/datafile.py,sha256=uXW4-AlwZAMx-eV2MC5lUPQExp1NY35eV08V39To2mI,220599
8
8
  tinybird/datatypes.py,sha256=wwXaEy3l_UyfsH9xzYqBENQR7MSrFnDSvgS_CzLucOQ,10462
9
9
  tinybird/feedback_manager.py,sha256=ZlzzYmpuEpADT1TFbMYO_CmKa1RjCb6udmrHZYSxfWo,65127
10
10
  tinybird/git_settings.py,sha256=vu8sWb3TAXeM8Tqy27aR0el8MnPm7kqQzTRV76xB0ro,4707
@@ -36,8 +36,8 @@ tinybird/tb_cli_modules/workspace.py,sha256=pGFyLeKLXG8PaqvBVBy707ckwGRBkXlmvRqC
36
36
  tinybird/tb_cli_modules/workspace_members.py,sha256=OeEypt5wtHrXBAV5AWtCl2UYuiG-9jgy-JDFUH4JphA,8612
37
37
  tinybird/tb_cli_modules/tinyunit/tinyunit.py,sha256=0dYYmZMMJVubxSPls2e_a-fqtUYvgLfu2B0xwLfkbHw,11667
38
38
  tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py,sha256=j92za8QbXrv4eIPjKBZPn9ghR-nYQ2wZZ88MeXyMWXE,1868
39
- tinybird_cli-5.6.1.dev1.dist-info/METADATA,sha256=Y0CbSl0sBYllQcYMksfgB_R-mOgDyUzdJJuEsl-S0u0,75551
40
- tinybird_cli-5.6.1.dev1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
41
- tinybird_cli-5.6.1.dev1.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
42
- tinybird_cli-5.6.1.dev1.dist-info/top_level.txt,sha256=pgw6AzERHBcW3YTi2PW4arjxLkulk2msOz_SomfOEuc,45
43
- tinybird_cli-5.6.1.dev1.dist-info/RECORD,,
39
+ tinybird_cli-5.7.1.dev0.dist-info/METADATA,sha256=yjz-ZmGzOnboRLj2LTB5ZVM-fNu6Ql4XmPGBZ9lzFsw,75670
40
+ tinybird_cli-5.7.1.dev0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
41
+ tinybird_cli-5.7.1.dev0.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
42
+ tinybird_cli-5.7.1.dev0.dist-info/top_level.txt,sha256=pgw6AzERHBcW3YTi2PW4arjxLkulk2msOz_SomfOEuc,45
43
+ tinybird_cli-5.7.1.dev0.dist-info/RECORD,,