tinybird 0.0.1.dev114__tar.gz → 0.0.1.dev116__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.
Potentially problematic release.
This version of tinybird might be problematic. Click here for more details.
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/PKG-INFO +1 -1
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/config.py +22 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/__cli__.py +2 -2
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/auth.py +2 -2
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/common.py +5 -5
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/create.py +1 -1
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/workspace_members.py +2 -2
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird.egg-info/PKG-INFO +1 -1
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/setup.cfg +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/__cli__.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/check_pypi.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/client.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/connectors.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/context.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/datafile.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/datatypes.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/git_settings.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/prompts.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/sql.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/sql_template.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/sql_toolset.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/syncasync.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/cli.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/build.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/config.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/connection.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/common.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/exceptions.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/parse_datasource.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/parse_pipe.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/fmt.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/infra.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/job.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/local.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/login.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/open.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/project.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/secret.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/table.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/tag.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/test.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/token.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tornado_template.py +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird.egg-info/top_level.txt +0 -0
|
@@ -70,6 +70,24 @@ LEGACY_HOSTS = {
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
|
|
73
|
+
CLOUD_HOSTS = {
|
|
74
|
+
"https://api.tinybird.co": "https://cloud.tinybird.co/gcp/europe-west3",
|
|
75
|
+
"https://api.us-east.tinybird.co": "https://cloud.tinybird.co/gcp/us-east4",
|
|
76
|
+
"https://api.us-east.aws.tinybird.co": "https://cloud.tinybird.co/aws/us-east-1",
|
|
77
|
+
"https://api.us-west-2.aws.tinybird.co": "https://cloud.tinybird.co/aws/us-west-2",
|
|
78
|
+
"https://api.eu-central-1.aws.tinybird.co": "https://cloud.tinybird.co/aws/eu-central-1",
|
|
79
|
+
"https://api.eu-west-1.aws.tinybird.co": "https://cloud.tinybird.co/aws/eu-west-1",
|
|
80
|
+
"https://api.europe-west2.gcp.tinybird.co": "https://cloud.tinybird.co/gcp/europe-west2",
|
|
81
|
+
"https://api.ap-east.aws.tinybird.co": "https://cloud.tinybird.co/aws/ap-east",
|
|
82
|
+
"https://ui.tinybird.co": "https://cloud.tinybird.co/gcp/europe-west3",
|
|
83
|
+
"https://ui.us-east.tinybird.co": "https://cloud.tinybird.co/gcp/us-east4",
|
|
84
|
+
"https://ui.us-east.aws.tinybird.co": "https://cloud.tinybird.co/aws/us-east-1",
|
|
85
|
+
"https://ui.us-west-2.aws.tinybird.co": "https://cloud.tinybird.co/aws/us-west-2",
|
|
86
|
+
"https://ui.eu-central-1.aws.tinybird.co": "https://cloud.tinybird.co/aws/eu-central-1",
|
|
87
|
+
"https://ui.europe-west2.gcp.tinybird.co": "https://cloud.tinybird.co/gcp/europe-west2",
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
|
|
73
91
|
async def get_config(
|
|
74
92
|
host: str, token: Optional[str], semver: Optional[str] = None, config_file: Optional[str] = None
|
|
75
93
|
) -> Dict[str, Any]:
|
|
@@ -106,6 +124,10 @@ def get_display_host(ui_host: str):
|
|
|
106
124
|
return LEGACY_HOSTS.get(ui_host, ui_host)
|
|
107
125
|
|
|
108
126
|
|
|
127
|
+
def get_display_cloud_host(cloud_host: str):
|
|
128
|
+
return CLOUD_HOSTS.get(cloud_host, cloud_host)
|
|
129
|
+
|
|
130
|
+
|
|
109
131
|
class FeatureFlags:
|
|
110
132
|
@classmethod
|
|
111
133
|
def ignore_sql_errors(cls) -> bool: # Context: #1155
|
|
@@ -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__ = '0.0.1.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '0.0.1.dev116'
|
|
8
|
+
__revision__ = 'ac56a58'
|
|
@@ -9,7 +9,7 @@ from typing import Any, Dict, List, Optional
|
|
|
9
9
|
import click
|
|
10
10
|
import humanfriendly.tables
|
|
11
11
|
|
|
12
|
-
from tinybird.config import
|
|
12
|
+
from tinybird.config import get_display_cloud_host
|
|
13
13
|
from tinybird.tb.modules.cli import cli
|
|
14
14
|
from tinybird.tb.modules.common import (
|
|
15
15
|
configure_connector,
|
|
@@ -173,7 +173,7 @@ async def auth_info() -> None:
|
|
|
173
173
|
token = f"{config.get_token()} ({token_origin})"
|
|
174
174
|
|
|
175
175
|
host = config.get("host") or ""
|
|
176
|
-
ui_host =
|
|
176
|
+
ui_host = get_display_cloud_host(host)
|
|
177
177
|
|
|
178
178
|
if config.get_user_token():
|
|
179
179
|
user_token_origin = ORIGINS.get(config.get_value_origin("user_token"), "")
|
|
@@ -50,7 +50,7 @@ from tinybird.config import (
|
|
|
50
50
|
VERSION,
|
|
51
51
|
FeatureFlags,
|
|
52
52
|
get_config,
|
|
53
|
-
|
|
53
|
+
get_display_cloud_host,
|
|
54
54
|
write_config,
|
|
55
55
|
)
|
|
56
56
|
from tinybird.tb.modules.table import format_table
|
|
@@ -1401,7 +1401,7 @@ async def get_regions(config: CLIConfig) -> List[Region]:
|
|
|
1401
1401
|
regions.append(
|
|
1402
1402
|
{
|
|
1403
1403
|
"api_host": format_host(key, subdomain="api"),
|
|
1404
|
-
"host":
|
|
1404
|
+
"host": get_display_cloud_host(key),
|
|
1405
1405
|
"name": key,
|
|
1406
1406
|
"default_password": config["tokens"][key],
|
|
1407
1407
|
"provider": "",
|
|
@@ -1514,7 +1514,7 @@ async def try_authenticate(
|
|
|
1514
1514
|
config.set_host(api_host)
|
|
1515
1515
|
|
|
1516
1516
|
if not token:
|
|
1517
|
-
token = ask_for_admin_token_interactively(
|
|
1517
|
+
token = ask_for_admin_token_interactively(get_display_cloud_host(ui_host), default_token=default_password)
|
|
1518
1518
|
config.set_token(token)
|
|
1519
1519
|
|
|
1520
1520
|
add_telemetry_event("auth_token", token=token)
|
|
@@ -1531,7 +1531,7 @@ async def try_authenticate(
|
|
|
1531
1531
|
config.set_host(host)
|
|
1532
1532
|
authenticated = await try_update_config_with_remote(config, raise_on_errors=False)
|
|
1533
1533
|
if authenticated:
|
|
1534
|
-
click.echo(FeedbackManager.success_using_host(name=name, host=
|
|
1534
|
+
click.echo(FeedbackManager.success_using_host(name=name, host=get_display_cloud_host(ui_host)))
|
|
1535
1535
|
break
|
|
1536
1536
|
|
|
1537
1537
|
if not authenticated:
|
|
@@ -2092,7 +2092,7 @@ async def create_organization_and_add_workspaces(
|
|
|
2092
2092
|
async def get_user_token(config: CLIConfig, user_token: Optional[str] = None) -> str:
|
|
2093
2093
|
client = config.get_client()
|
|
2094
2094
|
host = config.get_host() or CLIConfig.DEFAULTS["host"]
|
|
2095
|
-
ui_host =
|
|
2095
|
+
ui_host = get_display_cloud_host(host)
|
|
2096
2096
|
|
|
2097
2097
|
if not user_token:
|
|
2098
2098
|
user_token = config.get_user_token()
|
|
@@ -106,7 +106,7 @@ async def create(
|
|
|
106
106
|
all_resources_xml = get_resources_xml(project)
|
|
107
107
|
readme_response = llm.ask(
|
|
108
108
|
system_prompt=readme_prompt(
|
|
109
|
-
readme_path.read_text(), tb_client.host,
|
|
109
|
+
readme_path.read_text(), tb_client.host, "$TB_ADMIN_TOKEN", all_resources_xml
|
|
110
110
|
),
|
|
111
111
|
prompt=readme_user_prompt,
|
|
112
112
|
)
|
|
@@ -11,7 +11,7 @@ import click
|
|
|
11
11
|
from click import Context
|
|
12
12
|
|
|
13
13
|
from tinybird.client import TinyB
|
|
14
|
-
from tinybird.config import
|
|
14
|
+
from tinybird.config import get_display_cloud_host
|
|
15
15
|
from tinybird.tb.modules.common import (
|
|
16
16
|
ask_for_user_token,
|
|
17
17
|
check_user_token,
|
|
@@ -40,7 +40,7 @@ async def get_command_context(ctx: click.Context) -> WorkspaceMemberCommandConte
|
|
|
40
40
|
config = CLIConfig.get_project_config()
|
|
41
41
|
client = config.get_client()
|
|
42
42
|
host = config.get_host() or CLIConfig.DEFAULTS["host"]
|
|
43
|
-
ui_host =
|
|
43
|
+
ui_host = get_display_cloud_host(host)
|
|
44
44
|
|
|
45
45
|
workspace = await get_current_workspace(config)
|
|
46
46
|
|
|
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-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/build_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/build_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/format_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/parse_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/modules/datafile/pipe_checker.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
|
{tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb/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
|
|
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-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/tinyunit/tinyunit.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev114 → tinybird-0.0.1.dev116}/tinybird/tb_cli_modules/workspace_members.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|