tinybird-cli 5.0.0.dev1__py3-none-any.whl → 5.0.0.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__ = '5.0.0.dev1'
8
- __revision__ = '77477da'
7
+ __version__ = '5.0.0.dev3'
8
+ __revision__ = '792477c'
@@ -261,7 +261,7 @@ class FeedbackManager:
261
261
  "** Unable to switch to 'main' Workspace. Need to authenticate again, use 'tb auth"
262
262
  )
263
263
  error_parsing_node_with_unclosed_if = error_message(
264
- 'Parsing node "{node}" from pipe "{pipe}":\n Missing in line {lineno} of the SQL:\n {sql}'
264
+ "Missing {{%end%}} block in parsing node '{node}' from pipe '{pipe}':\n Missing in line '{lineno}' of the SQL:\n '{sql}'"
265
265
  )
266
266
  error_unknown_connection = error_message("Unknown connection '{connection}' in Data Source '{datasource}'.")
267
267
  error_unknown_kafka_connection = error_message(
@@ -16,35 +16,35 @@ regions_list: List[Region] = [
16
16
  "name": "europe-west3",
17
17
  "provider": "gcp",
18
18
  "api_host": "https://api.tinybird.co",
19
- "host": "https://ui.tinybird.co",
19
+ "host": "https://app.tinybird.co/gcp/europe-west3",
20
20
  "default_password": "",
21
21
  },
22
22
  {
23
23
  "name": "us-east4",
24
24
  "provider": "gcp",
25
25
  "api_host": "https://api.us-east.tinybird.co",
26
- "host": "https://ui.us-east.tinybird.co",
26
+ "host": "https://app.tinybird.co/gcp/us-east4",
27
27
  "default_password": "",
28
28
  },
29
29
  {
30
30
  "name": "us-east-1",
31
31
  "provider": "aws",
32
32
  "api_host": "https://api.us-east.aws.tinybird.co",
33
- "host": "https://ui.us-east.aws.tinybird.co",
33
+ "host": "https://app.tinybird.co/aws/us-east-1",
34
34
  "default_password": "",
35
35
  },
36
36
  {
37
37
  "name": "us-west-2",
38
38
  "provider": "aws",
39
39
  "api_host": "https://api.us-west-2.aws.tinybird.co",
40
- "host": "https://ui.us-west-2.aws.tinybird.co",
40
+ "host": "https://app.tinybird.co/aws/us-west-2",
41
41
  "default_password": "",
42
42
  },
43
43
  {
44
44
  "name": "eu-central-1",
45
45
  "provider": "aws",
46
46
  "api_host": "https://api.eu-central-1.aws.tinybird.co",
47
- "host": "https://ui.eu-central-1.aws.tinybird.co",
47
+ "host": "https://app.tinybird.co/aws/eu-central-1",
48
48
  "default_password": "",
49
49
  },
50
50
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinybird-cli
3
- Version: 5.0.0.dev1
3
+ Version: 5.0.0.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,6 +51,16 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
51
51
  Changelog
52
52
  ----------
53
53
 
54
+ 5.0.0.dev3
55
+ ************
56
+
57
+ - `Changed` Point region hosts to new `app.tinybird.co` domain
58
+
59
+ 5.0.0.dev2
60
+ ************
61
+
62
+ - `Improved` syntax error messages when parsing endpoints.
63
+
54
64
  5.0.0.dev1
55
65
  ************
56
66
 
@@ -59,7 +69,7 @@ Changelog
59
69
  5.0.0.dev0
60
70
  ************
61
71
 
62
- - `Changed` Make `insertion_date`` column explicit. This column is no longer inferred, it must be present in the Data Source file.
72
+ - `Changed` Make `insertion_date` column explicit. This column is no longer inferred, it must be present in the Data Source file.
63
73
 
64
74
  4.1.2.dev0
65
75
  ************
@@ -1,4 +1,4 @@
1
- tinybird/__cli__.py,sha256=bbtAu1qcx5MFp5Mvd1ZFb9usAVf5y06joupZaAlmIhs,254
1
+ tinybird/__cli__.py,sha256=7j1UhaoKeiYegesA_DZFzNE89jody1bd62Lo5FXethA,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
@@ -6,7 +6,7 @@ tinybird/connectors.py,sha256=lkpVSUmSuViEZBa4QjTK7YmPHUop0a5UFoTrSmlVq6k,15244
6
6
  tinybird/context.py,sha256=3KwB9TL-nON6qX9Mm5uev4CkrgLwYyNDvdFfQmNc0Cc,1171
7
7
  tinybird/datafile.py,sha256=v9-9CYjhiPYMgJNivkTzBVddWHOs8Q9JUVUvtoNwDlw,212346
8
8
  tinybird/datatypes.py,sha256=adYOQBTyfeBGVINIlaRex_81gTQQuqF2M9VTQpzq1H0,7060
9
- tinybird/feedback_manager.py,sha256=INVgEqKxcaZFTIf59XYqpibl4cFRq-AMFWQhb4iyclg,61532
9
+ tinybird/feedback_manager.py,sha256=yNhrFXy9IU6oUl7_xsxo16dm9mKJryATlutIlKZhJh4,61563
10
10
  tinybird/git_settings.py,sha256=vu8sWb3TAXeM8Tqy27aR0el8MnPm7kqQzTRV76xB0ro,4707
11
11
  tinybird/sql.py,sha256=hUnpfmkRkdyZV2ylIYflzxnwyv5Es7fLEv6cBc39OJA,41589
12
12
  tinybird/sql_template.py,sha256=l0gvmNSmel9viKIGcjaQzhc3pUayZMC9-pEu-enl2z4,82839
@@ -28,7 +28,7 @@ tinybird/tb_cli_modules/datasource.py,sha256=P2lREhGMxOp6hGYBuxwVz9yjWayF06AyH2q
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=4VM2fP3qb27hymo5L4quMkGHH8eS-ahtDkHu-TYQWfI,26400
31
- tinybird/tb_cli_modules/regions.py,sha256=YHi2BmeSaFRGvBKexJczwmm93TDxkr0RNTDp2tzIcn0,2228
31
+ tinybird/tb_cli_modules/regions.py,sha256=augT8qXkyCogJEIxoACPzqpyR1Z075kgBZFp5HEcekk,2257
32
32
  tinybird/tb_cli_modules/telemetry.py,sha256=YgHU-osP034xN9LZC4iaakkdfKJCWqPYDGPZFrrZfPI,10490
33
33
  tinybird/tb_cli_modules/test.py,sha256=NzFWa3EqPrpNvwBggUQYI9d0LqWcCKpSpkD22cvqhOQ,4223
34
34
  tinybird/tb_cli_modules/token.py,sha256=HXc0OjtPKA3yN1rZ1wUK3nMGZ0a_G7149u1l0IFw5rc,12334
@@ -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-5.0.0.dev1.dist-info/METADATA,sha256=VFggM0TsMZIA23AOSIbLdKFw7_sa4FN92XHJYr09xDo,73097
40
- tinybird_cli-5.0.0.dev1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
41
- tinybird_cli-5.0.0.dev1.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
42
- tinybird_cli-5.0.0.dev1.dist-info/top_level.txt,sha256=pgw6AzERHBcW3YTi2PW4arjxLkulk2msOz_SomfOEuc,45
43
- tinybird_cli-5.0.0.dev1.dist-info/RECORD,,
39
+ tinybird_cli-5.0.0.dev3.dist-info/METADATA,sha256=LrYLP7qar_DyJIePpw0iq3aPEXYBSJWhmoZTSrPtZHQ,73270
40
+ tinybird_cli-5.0.0.dev3.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
41
+ tinybird_cli-5.0.0.dev3.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
42
+ tinybird_cli-5.0.0.dev3.dist-info/top_level.txt,sha256=pgw6AzERHBcW3YTi2PW4arjxLkulk2msOz_SomfOEuc,45
43
+ tinybird_cli-5.0.0.dev3.dist-info/RECORD,,