tinybird-cli 6.3.1.dev0__py3-none-any.whl → 6.4.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 +2 -2
- tinybird/config.py +6 -3
- {tinybird_cli-6.3.1.dev0.dist-info → tinybird_cli-6.4.1.dev0.dist-info}/METADATA +6 -1
- {tinybird_cli-6.3.1.dev0.dist-info → tinybird_cli-6.4.1.dev0.dist-info}/RECORD +7 -7
- {tinybird_cli-6.3.1.dev0.dist-info → tinybird_cli-6.4.1.dev0.dist-info}/WHEEL +0 -0
- {tinybird_cli-6.3.1.dev0.dist-info → tinybird_cli-6.4.1.dev0.dist-info}/entry_points.txt +0 -0
- {tinybird_cli-6.3.1.dev0.dist-info → tinybird_cli-6.4.1.dev0.dist-info}/top_level.txt +0 -0
tinybird/__cli__.py
CHANGED
|
@@ -4,5 +4,5 @@ __description__ = 'Tinybird Command Line Tool'
|
|
|
4
4
|
__url__ = 'https://www.tinybird.co/docs/cli'
|
|
5
5
|
__author__ = 'Tinybird'
|
|
6
6
|
__author_email__ = 'support@tinybird.co'
|
|
7
|
-
__version__ = '6.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '6.4.1.dev0'
|
|
8
|
+
__revision__ = 'c8790f8'
|
tinybird/config.py
CHANGED
|
@@ -30,7 +30,8 @@ LEGACY_HOSTS = {
|
|
|
30
30
|
"https://api.eu-central-1.aws.tinybird.co": "https://app.tinybird.co/aws/eu-central-1",
|
|
31
31
|
"https://api.eu-west-1.aws.tinybird.co": "https://app.tinybird.co/aws/eu-west-1",
|
|
32
32
|
"https://api.europe-west2.gcp.tinybird.co": "https://cloud.tinybird.co/gcp/europe-west2",
|
|
33
|
-
"https://api.ap-east.aws.tinybird.co": "https://app.tinybird.co/aws/ap-east",
|
|
33
|
+
"https://api.ap-east.aws.tinybird.co": "https://app.tinybird.co/aws/ap-east-1",
|
|
34
|
+
"https://api.ap-east-1.aws.tinybird.co": "https://app.tinybird.co/aws/ap-east-1",
|
|
34
35
|
"https://api.northamerica-northeast2.gcp.tinybird.co": "https://app.tinybird.co/gcp/northamerica-northeast2",
|
|
35
36
|
"https://api.wadus1.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus1",
|
|
36
37
|
"https://api.wadus2.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus2",
|
|
@@ -47,7 +48,8 @@ LEGACY_HOSTS = {
|
|
|
47
48
|
"https://ui.us-west-2.aws.tinybird.co": "https://app.tinybird.co/aws/us-west-2",
|
|
48
49
|
"https://ui.eu-central-1.aws.tinybird.co": "https://app.tinybird.co/aws/eu-central-1",
|
|
49
50
|
"https://ui.europe-west2.gcp.tinybird.co": "https://cloud.tinybird.co/gcp/europe-west2",
|
|
50
|
-
"https://ui.ap-east.aws.tinybird.co": "https://app.tinybird.co/aws/ap-east",
|
|
51
|
+
"https://ui.ap-east.aws.tinybird.co": "https://app.tinybird.co/aws/ap-east-1",
|
|
52
|
+
"https://ui.ap-east-1.aws.tinybird.co": "https://app.tinybird.co/aws/ap-east-1",
|
|
51
53
|
"https://ui.split.tinybird.co": "https://app.tinybird.co/aws/split-us-east",
|
|
52
54
|
"https://ui.split.us-west-2.aws.tinybird.co": "https://app.tinybird.co/aws/split-us-west-2",
|
|
53
55
|
"https://ui.northamerica-northeast2.gcp.tinybird.co": "https://app.tinybird.co/gcp/northamerica-northeast2",
|
|
@@ -74,7 +76,8 @@ CLOUD_HOSTS = {
|
|
|
74
76
|
"https://api.eu-west-1.aws.tinybird.co": "https://cloud.tinybird.co/aws/eu-west-1",
|
|
75
77
|
"https://api.europe-west2.gcp.tinybird.co": "https://cloud.tinybird.co/gcp/europe-west2",
|
|
76
78
|
"https://api.northamerica-northeast2.gcp.tinybird.co": "https://cloud.tinybird.co/gcp/northamerica-northeast2",
|
|
77
|
-
"https://api.ap-east.aws.tinybird.co": "https://cloud.tinybird.co/aws/ap-east",
|
|
79
|
+
"https://api.ap-east.aws.tinybird.co": "https://cloud.tinybird.co/aws/ap-east-1",
|
|
80
|
+
"https://api.ap-east-1.aws.tinybird.co": "https://cloud.tinybird.co/aws/ap-east-1",
|
|
78
81
|
"https://ui.tinybird.co": "https://cloud.tinybird.co/gcp/europe-west3",
|
|
79
82
|
"https://ui.us-east.tinybird.co": "https://cloud.tinybird.co/gcp/us-east4",
|
|
80
83
|
"https://ui.us-east.aws.tinybird.co": "https://cloud.tinybird.co/aws/us-east-1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tinybird_cli
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.4.1.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/cli
|
|
6
6
|
Author: Tinybird
|
|
@@ -43,6 +43,11 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
|
|
|
43
43
|
Changelog
|
|
44
44
|
----------
|
|
45
45
|
|
|
46
|
+
6.4.0
|
|
47
|
+
***********
|
|
48
|
+
|
|
49
|
+
- `Added` `ap-east-1` region to the list of available regions.
|
|
50
|
+
|
|
46
51
|
6.3.0
|
|
47
52
|
***********
|
|
48
53
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
tinybird/__cli__.py,sha256=
|
|
1
|
+
tinybird/__cli__.py,sha256=d1n_pQ5wE1kAnp_wfJrnseJ-Q94XeYvnUjBM8xy3dic,236
|
|
2
2
|
tinybird/check_pypi.py,sha256=_4NkharLyR_ELrAdit-ftqIWvOf7jZNPt3i76frlo9g,975
|
|
3
3
|
tinybird/client.py,sha256=xzogEol-GJTpDCm5MQ_9Tj_GBiBuOZfIw_O3OQTUOvY,50615
|
|
4
|
-
tinybird/config.py,sha256=
|
|
4
|
+
tinybird/config.py,sha256=zFwsrNrW0XxyZ1EWM45BEHwRkwfCfemoMhJt_0xK-_Q,7584
|
|
5
5
|
tinybird/context.py,sha256=o4yvlXPkMLmdh-XJl3wpmqPAMeRRz5ScKzKlHHKn_I8,1201
|
|
6
6
|
tinybird/datafile_common.py,sha256=m0Ey8R2VxcIbBvIOCL8XD0e0666TyZTU3SNX3jHmk8k,233162
|
|
7
7
|
tinybird/datatypes.py,sha256=Ud_IphoDOMtTMzEsYIf2lO467EVWw_ctbsOnrEzDHvU,11359
|
|
@@ -37,8 +37,8 @@ tinybird/tb_cli_modules/workspace.py,sha256=yg3yb7_GniGJnOy2HqwEzePl47gQD-hywuQJ
|
|
|
37
37
|
tinybird/tb_cli_modules/workspace_members.py,sha256=ksXsjd233y9-sNlz4Qb-meZbX4zn1B84e_bSm2i8rhg,8731
|
|
38
38
|
tinybird/tb_cli_modules/tinyunit/tinyunit.py,sha256=50uqMgJD2BqSVONtCm55nuGRWhBNZWRc2GP1Qb8URdg,11246
|
|
39
39
|
tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py,sha256=NHoXcCHPDcKWYLzgP3NViho3Ey-6RV-ynPDzySPrTPE,1817
|
|
40
|
-
tinybird_cli-6.
|
|
41
|
-
tinybird_cli-6.
|
|
42
|
-
tinybird_cli-6.
|
|
43
|
-
tinybird_cli-6.
|
|
44
|
-
tinybird_cli-6.
|
|
40
|
+
tinybird_cli-6.4.1.dev0.dist-info/METADATA,sha256=O5brsbGZdvA0CFWaJP5ScZkmEsXRu-hxAwTJ0s_bEj8,81350
|
|
41
|
+
tinybird_cli-6.4.1.dev0.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
|
|
42
|
+
tinybird_cli-6.4.1.dev0.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
|
|
43
|
+
tinybird_cli-6.4.1.dev0.dist-info/top_level.txt,sha256=ZIQJTPCzMqnfDzM_hEGZrJqDSEcKnIK_49T86DGWpyQ,78
|
|
44
|
+
tinybird_cli-6.4.1.dev0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|