tinybird 4.5.1.dev0__tar.gz → 4.5.2.dev0__tar.gz
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-4.5.1.dev0 → tinybird-4.5.2.dev0}/PKG-INFO +7 -2
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/config.py +0 -2
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/datafile/common.py +1 -1
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/sql.py +1 -1
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/sql_template.py +1 -1
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/__cli__.py +2 -2
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/open.py +8 -2
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird.egg-info/PKG-INFO +7 -2
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird.egg-info/requires.txt +1 -1
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/setup.cfg +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/__cli__.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/check_pypi.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/client.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/context.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/datafile/exceptions.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/datafile/parse_connection.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/datafile/parse_datasource.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/datafile/parse_pipe.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/datatypes.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/feedback_manager.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/git_settings.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/prompts.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/service_datasources.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/sql_toolset.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/syncasync.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/check_pypi.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/cli.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/client.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/config.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/branch.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/build.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/build_common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/config.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/connection.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/connection_kafka.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/connection_s3.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/create.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/format_connection.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/deployment_common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/deprecations.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/fmt.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/info.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/infra.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/job.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/job_common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/local.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/local_logs.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/login.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/login_common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/logs.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/preview.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/project.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/project_commands.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/py_project.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/query_output.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/secret.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/secret_common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/sink.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/table.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/test.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/test_common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/token.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/ts_project.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tornado_template.py +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tinybird
|
|
3
|
-
Version: 4.5.
|
|
3
|
+
Version: 4.5.2.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/forward/commands
|
|
6
6
|
Author: Tinybird
|
|
@@ -14,7 +14,7 @@ Requires-Dist: clickhouse-toolset==0.34.dev0
|
|
|
14
14
|
Requires-Dist: colorama==0.4.6
|
|
15
15
|
Requires-Dist: confluent-kafka==2.8.2
|
|
16
16
|
Requires-Dist: cryptography~=41.0.0
|
|
17
|
-
Requires-Dist: croniter==
|
|
17
|
+
Requires-Dist: croniter==6.2.2
|
|
18
18
|
Requires-Dist: docker==7.1.0
|
|
19
19
|
Requires-Dist: GitPython~=3.1.32
|
|
20
20
|
Requires-Dist: humanfriendly~=8.2
|
|
@@ -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.5.1
|
|
56
|
+
*******
|
|
57
|
+
|
|
58
|
+
- `Fixed` `tb open` now generates the correct UI URL when running against Tinybird Local.
|
|
59
|
+
|
|
55
60
|
4.5.0
|
|
56
61
|
*******
|
|
57
62
|
|
|
@@ -37,7 +37,6 @@ LEGACY_HOSTS = {
|
|
|
37
37
|
"https://api.wadus2.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus2",
|
|
38
38
|
"https://api.wadus3.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus3",
|
|
39
39
|
"https://api.wadus4.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus4",
|
|
40
|
-
"https://api.wadus5.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus5",
|
|
41
40
|
"https://api.wadus1.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus1",
|
|
42
41
|
"https://api.wadus2.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus2",
|
|
43
42
|
"https://api.wadus3.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus3",
|
|
@@ -59,7 +58,6 @@ LEGACY_HOSTS = {
|
|
|
59
58
|
"https://ui.wadus2.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus2",
|
|
60
59
|
"https://ui.wadus3.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus3",
|
|
61
60
|
"https://ui.wadus4.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus4",
|
|
62
|
-
"https://ui.wadus5.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus5",
|
|
63
61
|
"https://ui.wadus1.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus1",
|
|
64
62
|
"https://ui.wadus2.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus2",
|
|
65
63
|
"https://ui.wadus3.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus3",
|
|
@@ -234,7 +234,7 @@ PREVIEW_CONNECTOR_SERVICES = ["s3", "s3_iamrole", "gcs"]
|
|
|
234
234
|
pp = pprint.PrettyPrinter()
|
|
235
235
|
|
|
236
236
|
valid_chars_name: str = string.ascii_letters + string.digits + "._`*<>+-'"
|
|
237
|
-
valid_chars_fn: str = valid_chars_name + "[]()
|
|
237
|
+
valid_chars_fn: str = valid_chars_name + "[](),=!?:/% \n\t\r"
|
|
238
238
|
|
|
239
239
|
|
|
240
240
|
class UnkownExtensionerror(Exception): ...
|
|
@@ -6,7 +6,7 @@ from dataclasses import dataclass
|
|
|
6
6
|
from typing import Any, Dict, Iterable, List, Optional
|
|
7
7
|
|
|
8
8
|
valid_chars_name: str = string.ascii_letters + string.digits + "._`*<>+-'"
|
|
9
|
-
valid_chars_fn: str = valid_chars_name + "[]()
|
|
9
|
+
valid_chars_fn: str = valid_chars_name + "[](),=!?:/% \n\t\r"
|
|
10
10
|
# Use sets for O(1) membership checks in hot loops
|
|
11
11
|
_VALID_CHARS_NAME_SET = set(valid_chars_name)
|
|
12
12
|
_VALID_CHARS_FN_SET = set(valid_chars_fn)
|
|
@@ -2144,7 +2144,7 @@ def get_var_data(content, node_id=None):
|
|
|
2144
2144
|
return [dict(name=k, **v) for k, v in vars.items()]
|
|
2145
2145
|
|
|
2146
2146
|
|
|
2147
|
-
def get_var_names_and_types(t, node_id=None):
|
|
2147
|
+
def get_var_names_and_types(t: Template, node_id: Optional[str] = None) -> List[Dict[str, Any]]:
|
|
2148
2148
|
"""
|
|
2149
2149
|
>>> get_var_names_and_types(Template("SELECT * FROM filter_value WHERE description = {{Float32(with_value, 0.0)}}"))
|
|
2150
2150
|
[{'name': 'with_value', 'type': 'Float32', 'default': 0.0}]
|
|
@@ -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.5.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '4.5.2.dev0'
|
|
8
|
+
__revision__ = '4cf88c3'
|
|
@@ -22,7 +22,7 @@ def open(ctx: Context, workspace: str):
|
|
|
22
22
|
client = ctx.ensure_object(dict)["client"]
|
|
23
23
|
branch = ctx.ensure_object(dict)["branch"]
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
is_local = "localhost" in client.host
|
|
26
26
|
|
|
27
27
|
if not workspace:
|
|
28
28
|
workspace = config.get("name")
|
|
@@ -34,12 +34,18 @@ def open(ctx: Context, workspace: str):
|
|
|
34
34
|
)
|
|
35
35
|
)
|
|
36
36
|
|
|
37
|
-
if
|
|
37
|
+
if is_local:
|
|
38
|
+
url_host = get_display_cloud_host(config["host"])
|
|
39
|
+
click.echo(FeedbackManager.highlight(message=f"» Opening local workspace {workspace} in the browser"))
|
|
40
|
+
auth_url = f"{url_host}/{workspace}~local~{workspace}"
|
|
41
|
+
elif branch:
|
|
42
|
+
url_host = get_display_cloud_host(client.host)
|
|
38
43
|
click.echo(
|
|
39
44
|
FeedbackManager.highlight(message=f"» Opening branch {branch} of workspace {workspace} in the browser")
|
|
40
45
|
)
|
|
41
46
|
auth_url = f"{url_host}/{workspace}~{branch}"
|
|
42
47
|
else:
|
|
48
|
+
url_host = get_display_cloud_host(client.host)
|
|
43
49
|
click.echo(FeedbackManager.highlight(message=f"» Opening workspace {workspace} in the browser"))
|
|
44
50
|
auth_url = f"{url_host}/{workspace}"
|
|
45
51
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tinybird
|
|
3
|
-
Version: 4.5.
|
|
3
|
+
Version: 4.5.2.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/forward/commands
|
|
6
6
|
Author: Tinybird
|
|
@@ -14,7 +14,7 @@ Requires-Dist: clickhouse-toolset==0.34.dev0
|
|
|
14
14
|
Requires-Dist: colorama==0.4.6
|
|
15
15
|
Requires-Dist: confluent-kafka==2.8.2
|
|
16
16
|
Requires-Dist: cryptography~=41.0.0
|
|
17
|
-
Requires-Dist: croniter==
|
|
17
|
+
Requires-Dist: croniter==6.2.2
|
|
18
18
|
Requires-Dist: docker==7.1.0
|
|
19
19
|
Requires-Dist: GitPython~=3.1.32
|
|
20
20
|
Requires-Dist: humanfriendly~=8.2
|
|
@@ -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.5.1
|
|
56
|
+
*******
|
|
57
|
+
|
|
58
|
+
- `Fixed` `tb open` now generates the correct UI URL when running against Tinybird Local.
|
|
59
|
+
|
|
55
60
|
4.5.0
|
|
56
61
|
*******
|
|
57
62
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/build_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/format_connection.py
RENAMED
|
File without changes
|
{tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-4.5.1.dev0 → tinybird-4.5.2.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|