tinybird 3.5.1.dev0__tar.gz → 3.5.3.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-3.5.1.dev0 → tinybird-3.5.3.dev0}/PKG-INFO +11 -1
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/config.py +1 -1
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/__cli__.py +2 -2
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/config.py +1 -1
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/analyze.py +1 -1
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/common.py +1 -1
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/create.py +1 -1
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/login_common.py +1 -1
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird.egg-info/PKG-INFO +11 -1
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/setup.cfg +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/__cli__.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/check_pypi.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/client.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/context.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/datafile/common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/datafile/exceptions.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/datafile/parse_connection.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/datafile/parse_datasource.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/datafile/parse_pipe.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/datatypes.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/feedback_manager.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/git_settings.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/prompts.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/service_datasources.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/sql.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/sql_template.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/sql_toolset.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/syncasync.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/check_pypi.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/cli.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/client.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/__init__.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/agent.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/animations.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/banner.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/command_agent.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/compactor.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/explore_agent.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/file_agent.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/memory.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/mock_agent.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/models.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/prompts.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/testing_agent.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/__init__.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/append.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/build.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/datafile.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/deploy.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/deploy_check.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/diff_resource.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/execute_query.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/file.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/get_endpoint_stats.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/get_openapi_definition.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/mock.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/plan.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/request_endpoint.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/run_command.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/secret.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/test.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/utils.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/branch.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/build.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/build_common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/config.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/connection.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/connection_kafka.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/connection_s3.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/format_connection.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/deployment_common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/deprecations.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/dev_server.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/fmt.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/info.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/infra.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/job.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/job_common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/local.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/local_logs.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/login.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/mock_common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/open.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/project.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/project_commands.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/secret.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/secret_common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/sink.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/table.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/test.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/test_common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/token.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tornado_template.py +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-3.5.1.dev0 → tinybird-3.5.3.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: 3.5.
|
|
3
|
+
Version: 3.5.3.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/forward/commands
|
|
6
6
|
Author: Tinybird
|
|
@@ -57,6 +57,16 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
|
|
|
57
57
|
Changelog
|
|
58
58
|
----------
|
|
59
59
|
|
|
60
|
+
3.5.2
|
|
61
|
+
*******
|
|
62
|
+
|
|
63
|
+
- `Changed` `tb deploy --auto/--no-auto` keeps the same CLI behavior (default `--auto`) while using server-side deployment `auto_promote` under the hood when enabled.
|
|
64
|
+
|
|
65
|
+
3.5.1
|
|
66
|
+
*******
|
|
67
|
+
|
|
68
|
+
- `Fixed` Support special characters in workspace names in the login flow.
|
|
69
|
+
|
|
60
70
|
3.5.0
|
|
61
71
|
*******
|
|
62
72
|
|
|
@@ -124,7 +124,7 @@ def get_display_host(ui_host: str):
|
|
|
124
124
|
def get_display_cloud_host(api_host: str) -> str:
|
|
125
125
|
is_local = "localhost" in api_host
|
|
126
126
|
if is_local:
|
|
127
|
-
port = api_host.
|
|
127
|
+
port = api_host.rsplit(":", maxsplit=1)[-1]
|
|
128
128
|
return f"http://cloud.tinybird.co/local/{port}"
|
|
129
129
|
return CLOUD_HOSTS.get(api_host, api_host)
|
|
130
130
|
|
|
@@ -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__ = '3.5.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '3.5.3.dev0'
|
|
8
|
+
__revision__ = 'e85d34a'
|
|
@@ -96,7 +96,7 @@ def write_config(config: Dict[str, Any], dest_file: str = ".tinyb") -> None:
|
|
|
96
96
|
def get_display_cloud_host(api_host: str) -> str:
|
|
97
97
|
is_local = "localhost" in api_host
|
|
98
98
|
if is_local:
|
|
99
|
-
port = api_host.
|
|
99
|
+
port = api_host.rsplit(":", maxsplit=1)[-1]
|
|
100
100
|
return f"http://cloud.tinybird.co/local/{port}"
|
|
101
101
|
return CLOUD_HOSTS.get(api_host, api_host)
|
|
102
102
|
|
|
@@ -74,7 +74,7 @@ def analyze_url(ctx: RunContext[TinybirdAgentContext], fixture_url: str):
|
|
|
74
74
|
ctx.deps.thinking_animation.start()
|
|
75
75
|
return f"{fixture_url} is not a valid url. Please check the url and try again."
|
|
76
76
|
|
|
77
|
-
fixture_extension = fixture_url.
|
|
77
|
+
fixture_extension = fixture_url.rsplit(".", maxsplit=1)[-1]
|
|
78
78
|
|
|
79
79
|
response = ctx.deps.analyze_fixture(fixture_path=fixture_url, format=fixture_extension)
|
|
80
80
|
click.echo(FeedbackManager.success(message="✓ Done!\n"))
|
|
@@ -2308,7 +2308,7 @@ def sys_exit(event: str, msg: str) -> None:
|
|
|
2308
2308
|
|
|
2309
2309
|
def get_error_event(error: str) -> Tuple[str, str]:
|
|
2310
2310
|
try:
|
|
2311
|
-
error_event = error.split(event_error_separator)[0]
|
|
2311
|
+
error_event = error.split(event_error_separator, maxsplit=1)[0]
|
|
2312
2312
|
silent_error_msg = error.split(event_error_separator)[1]
|
|
2313
2313
|
except Exception:
|
|
2314
2314
|
error_event = "error"
|
|
@@ -500,7 +500,7 @@ def create_resources_from_url(
|
|
|
500
500
|
) -> List[Path]:
|
|
501
501
|
result: List[Path] = []
|
|
502
502
|
local_client = get_tinybird_local_client(config)
|
|
503
|
-
format = url.
|
|
503
|
+
format = url.rsplit(".", maxsplit=1)[-1]
|
|
504
504
|
ds_file = _generate_datafile(url, local_client, format=format, force=True, folder=project.folder)
|
|
505
505
|
result.append(ds_file)
|
|
506
506
|
name = ds_file.stem
|
|
@@ -63,7 +63,7 @@ class AuthHandler(http.server.SimpleHTTPRequestHandler):
|
|
|
63
63
|
const host = "{auth_host}";
|
|
64
64
|
fetch('/?code=' + code, {{method: 'POST'}})
|
|
65
65
|
.then(() => {{
|
|
66
|
-
window.location.href = host + "/" + provider + "/" + region + "/cli-login?workspace=" + workspace;
|
|
66
|
+
window.location.href = host + "/" + provider + "/" + region + "/cli-login?workspace=" + encodeURIComponent(workspace);
|
|
67
67
|
}});
|
|
68
68
|
</script>
|
|
69
69
|
</body>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tinybird
|
|
3
|
-
Version: 3.5.
|
|
3
|
+
Version: 3.5.3.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/forward/commands
|
|
6
6
|
Author: Tinybird
|
|
@@ -57,6 +57,16 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
|
|
|
57
57
|
Changelog
|
|
58
58
|
----------
|
|
59
59
|
|
|
60
|
+
3.5.2
|
|
61
|
+
*******
|
|
62
|
+
|
|
63
|
+
- `Changed` `tb deploy --auto/--no-auto` keeps the same CLI behavior (default `--auto`) while using server-side deployment `auto_promote` under the hood when enabled.
|
|
64
|
+
|
|
65
|
+
3.5.1
|
|
66
|
+
*******
|
|
67
|
+
|
|
68
|
+
- `Fixed` Support special characters in workspace names in the login flow.
|
|
69
|
+
|
|
60
70
|
3.5.0
|
|
61
71
|
*******
|
|
62
72
|
|
|
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-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/diff_resource.py
RENAMED
|
File without changes
|
{tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/execute_query.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/get_endpoint_stats.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/agent/tools/request_endpoint.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
|
{tinybird-3.5.1.dev0 → tinybird-3.5.3.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-3.5.1.dev0 → tinybird-3.5.3.dev0}/tinybird/tb/modules/datafile/format_connection.py
RENAMED
|
File without changes
|
{tinybird-3.5.1.dev0 → tinybird-3.5.3.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
|
{tinybird-3.5.1.dev0 → tinybird-3.5.3.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
|
|
File without changes
|