tinybird-cli 4.0.1.dev2__py3-none-any.whl → 4.0.1.dev3__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__ = '4.0.1.dev2'
8
- __revision__ = '2f7367b'
7
+ __version__ = '4.0.1.dev3'
8
+ __revision__ = '2dee860'
@@ -735,7 +735,7 @@ async def datasource_sync(ctx, datasource_name: str, yes: bool):
735
735
  raise CLIDatasourceException(FeedbackManager.error_syncing_datasource(datasource=datasource_name, error=str(e)))
736
736
 
737
737
 
738
- @datasource.command(name="exchange")
738
+ @datasource.command(name="exchange", hidden=True)
739
739
  @click.argument("datasource_a", required=True)
740
740
  @click.argument("datasource_b", required=True)
741
741
  @click.option("--yes", is_flag=True, default=False, help="Do not ask for confirmation")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinybird-cli
3
- Version: 4.0.1.dev2
3
+ Version: 4.0.1.dev3
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,15 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
51
51
  Changelog
52
52
  ----------
53
53
 
54
+ 4.0.1.dev2
55
+ ************
56
+
57
+ - `Changed` `tb datasource exchange datasource_a datasource_b` to be hidden.
54
58
 
55
59
  4.0.1.dev2
56
60
  ************
57
61
 
58
- - `Added` `tb datasource exchange datasource_a datasource_b` to exchange to data sources
62
+ - `Changed` `tb datasource exchange datasource_a datasource_b` to be public
59
63
 
60
64
  4.0.1.dev1
61
65
  ************
@@ -1,4 +1,4 @@
1
- tinybird/__cli__.py,sha256=RHmuIG_ohD-7EKHghLDWhgxfpgo7Ftyzx8_ovcJkqSA,254
1
+ tinybird/__cli__.py,sha256=CsrGMFgR5UG8GVLtsbZhhiG0LzHUxgHr2dzz3eAZfzM,254
2
2
  tinybird/check_pypi.py,sha256=_4NkharLyR_ELrAdit-ftqIWvOf7jZNPt3i76frlo9g,975
3
3
  tinybird/client.py,sha256=uZSo3fGvvlpKzg8-vkE7oCRdOmy7KaEWJ2mIRZX7EYc,47549
4
4
  tinybird/config.py,sha256=E0jDwbFD1zhdijNhtF8fg6mqIyKbZ8xpNPP_3n2PFpE,2003
@@ -24,7 +24,7 @@ tinybird/tb_cli_modules/cli.py,sha256=7ce9J4VuaKiGRhFrKZB-MxwS4uVtczI4cGFSDV1hwI
24
24
  tinybird/tb_cli_modules/common.py,sha256=uQdsRot2nE4_a2S9Btd-T03uJCM2vhF2QEuB8FYIHqY,78632
25
25
  tinybird/tb_cli_modules/config.py,sha256=6NTgIdwf0X132A1j6G_YrdPep87ymZ9b5pABabKLzh4,11484
26
26
  tinybird/tb_cli_modules/connection.py,sha256=Pf-p9tr72vkWUUj5jgMVb4wFum5zCpFKAg697uK-qf0,32368
27
- tinybird/tb_cli_modules/datasource.py,sha256=NXECxbQUOe7L2BBhC5ZHxVefhQBP32fviXIfMBE6eRQ,32189
27
+ tinybird/tb_cli_modules/datasource.py,sha256=P2lREhGMxOp6hGYBuxwVz9yjWayF06AyH2qkaluQkN8,32202
28
28
  tinybird/tb_cli_modules/exceptions.py,sha256=pmucP4kTF4irIt7dXiG-FcnI-o3mvDusPmch1L8RCWk,3367
29
29
  tinybird/tb_cli_modules/job.py,sha256=AG69LPb9MbobA1awwJFZJvxqarDKfRlsBjw2V1zvYqc,2964
30
30
  tinybird/tb_cli_modules/pipe.py,sha256=qA6G-O1d9zVzV7ZTGmSlsCa3MGM2JdG8JXOj3TKdeqM,26132
@@ -36,8 +36,8 @@ tinybird/tb_cli_modules/workspace.py,sha256=DTIQ1-H5Kazz1CtRwqMeYAtyQ_BQtaLXfcHn
36
36
  tinybird/tb_cli_modules/workspace_members.py,sha256=3HzY43218fb35ZM81mtkwDQe7gAAf1zEFY6kIEhGvgE,8268
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-4.0.1.dev2.dist-info/METADATA,sha256=mh_nIFAIJJe920uprsM5FtmGIHTIPPI3S4jOfCDVhrU,72572
40
- tinybird_cli-4.0.1.dev2.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
41
- tinybird_cli-4.0.1.dev2.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
42
- tinybird_cli-4.0.1.dev2.dist-info/top_level.txt,sha256=pgw6AzERHBcW3YTi2PW4arjxLkulk2msOz_SomfOEuc,45
43
- tinybird_cli-4.0.1.dev2.dist-info/RECORD,,
39
+ tinybird_cli-4.0.1.dev3.dist-info/METADATA,sha256=_tf0r81yE1p4WB2esi7gueQR_ERyqpUXb0fJGxxT_Qs,72661
40
+ tinybird_cli-4.0.1.dev3.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
41
+ tinybird_cli-4.0.1.dev3.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
42
+ tinybird_cli-4.0.1.dev3.dist-info/top_level.txt,sha256=pgw6AzERHBcW3YTi2PW4arjxLkulk2msOz_SomfOEuc,45
43
+ tinybird_cli-4.0.1.dev3.dist-info/RECORD,,