tinybird 0.0.1.dev153__tar.gz → 0.0.1.dev154__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.dev153 → tinybird-0.0.1.dev154}/PKG-INFO +2 -2
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/__cli__.py +3 -3
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/build.py +1 -1
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/local.py +62 -7
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/local_common.py +18 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird.egg-info/PKG-INFO +2 -2
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/setup.cfg +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/__cli__.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/check_pypi.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/client.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/config.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/connectors.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/context.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/datafile.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/datatypes.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/git_settings.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/prompts.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/sql.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/sql_template.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/sql_toolset.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/syncasync.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/check_pypi.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/cli.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/client.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/config.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/auth.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/common.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/config.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/connection.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/create.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/common.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/exceptions.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/parse_datasource.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/parse_pipe.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/deprecations.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/dev_server.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/infra.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/job.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/login.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/open.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/project.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/secret.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/table.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/test.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/token.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tornado_template.py +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird.egg-info/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tinybird
|
|
3
|
-
Version: 0.0.1.
|
|
3
|
+
Version: 0.0.1.dev154
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
|
-
Home-page: https://www.tinybird.co/docs/
|
|
5
|
+
Home-page: https://www.tinybird.co/docs/forward/commands
|
|
6
6
|
Author: Tinybird
|
|
7
7
|
Author-email: support@tinybird.co
|
|
8
8
|
Requires-Python: >=3.9, <3.14
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
__name__ = 'tinybird'
|
|
3
3
|
__description__ = 'Tinybird Command Line Tool'
|
|
4
|
-
__url__ = 'https://www.tinybird.co/docs/
|
|
4
|
+
__url__ = 'https://www.tinybird.co/docs/forward/commands'
|
|
5
5
|
__author__ = 'Tinybird'
|
|
6
6
|
__author_email__ = 'support@tinybird.co'
|
|
7
|
-
__version__ = '0.0.1.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '0.0.1.dev154'
|
|
8
|
+
__revision__ = 'db74d7e'
|
|
@@ -184,7 +184,7 @@ def build_project(project: Project, tb_client: TinyB, file_changed: Optional[str
|
|
|
184
184
|
build_errors = result.get("errors")
|
|
185
185
|
full_error_msg = ""
|
|
186
186
|
for build_error in build_errors:
|
|
187
|
-
filename_bit = build_error.get("filename", "")
|
|
187
|
+
filename_bit = build_error.get("filename", build_error.get("resource", ""))
|
|
188
188
|
error_bit = build_error.get("error") or build_error.get("message") or ""
|
|
189
189
|
error_msg = ((filename_bit + "\n") if filename_bit else "") + error_bit
|
|
190
190
|
full_error_msg += error_msg + "\n\n"
|
|
@@ -16,6 +16,7 @@ from tinybird.tb.modules.common import coro
|
|
|
16
16
|
from tinybird.tb.modules.exceptions import CLIException, CLILocalException
|
|
17
17
|
from tinybird.tb.modules.feedback_manager import FeedbackManager
|
|
18
18
|
from tinybird.tb.modules.local_common import TB_CONTAINER_NAME, TB_IMAGE_NAME, TB_LOCAL_PORT
|
|
19
|
+
from tinybird.tb.modules.telemetry import add_telemetry_event
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
def start_tinybird_local(
|
|
@@ -131,16 +132,70 @@ def get_docker_client() -> DockerClient:
|
|
|
131
132
|
if not docker_host:
|
|
132
133
|
# Try to get docker host from docker context
|
|
133
134
|
try:
|
|
134
|
-
|
|
135
|
-
|
|
135
|
+
try:
|
|
136
|
+
output = subprocess.check_output(["docker", "context", "inspect"], text=True)
|
|
137
|
+
except Exception as e:
|
|
138
|
+
add_telemetry_event(
|
|
139
|
+
"docker_error",
|
|
140
|
+
data={
|
|
141
|
+
"error_kind": "docker_context_inspect_error",
|
|
142
|
+
"exception": str(e),
|
|
143
|
+
},
|
|
144
|
+
)
|
|
145
|
+
raise e
|
|
146
|
+
try:
|
|
147
|
+
context = json.loads(output)
|
|
148
|
+
except Exception as e:
|
|
149
|
+
add_telemetry_event(
|
|
150
|
+
"docker_error",
|
|
151
|
+
data={
|
|
152
|
+
"error_kind": "docker_context_inspect_parse_output_error",
|
|
153
|
+
"exception": str(e),
|
|
154
|
+
"docker_context_inspect_output": output,
|
|
155
|
+
},
|
|
156
|
+
)
|
|
157
|
+
raise e
|
|
136
158
|
if context and len(context) > 0:
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
159
|
+
try:
|
|
160
|
+
docker_host = context[0].get("Endpoints", {}).get("docker", {}).get("Host")
|
|
161
|
+
if docker_host:
|
|
162
|
+
os.environ["DOCKER_HOST"] = docker_host
|
|
163
|
+
except Exception as e:
|
|
164
|
+
add_telemetry_event(
|
|
165
|
+
"docker_error",
|
|
166
|
+
data={
|
|
167
|
+
"error_kind": "docker_context_parse_host_error",
|
|
168
|
+
"exception": str(e),
|
|
169
|
+
"context": json.dumps(context),
|
|
170
|
+
},
|
|
171
|
+
)
|
|
172
|
+
raise e
|
|
140
173
|
except Exception:
|
|
141
174
|
pass
|
|
142
|
-
|
|
143
|
-
|
|
175
|
+
try:
|
|
176
|
+
client = docker.from_env() # type: ignore
|
|
177
|
+
except Exception as e:
|
|
178
|
+
add_telemetry_event(
|
|
179
|
+
"docker_error",
|
|
180
|
+
data={
|
|
181
|
+
"error_kind": "docker_get_client_from_env_error",
|
|
182
|
+
"exception": str(e),
|
|
183
|
+
},
|
|
184
|
+
)
|
|
185
|
+
raise e
|
|
186
|
+
try:
|
|
187
|
+
client.ping()
|
|
188
|
+
except Exception as e:
|
|
189
|
+
client_dict_non_sensitive = {k: v for k, v in client.api.__dict__.items() if "auth" not in k}
|
|
190
|
+
add_telemetry_event(
|
|
191
|
+
"docker_error",
|
|
192
|
+
data={
|
|
193
|
+
"error_kind": "docker_ping_error",
|
|
194
|
+
"exception": str(e),
|
|
195
|
+
"client": repr(client_dict_non_sensitive),
|
|
196
|
+
},
|
|
197
|
+
)
|
|
198
|
+
raise e
|
|
144
199
|
return client
|
|
145
200
|
except Exception:
|
|
146
201
|
raise CLILocalException(
|
|
@@ -2,6 +2,7 @@ import hashlib
|
|
|
2
2
|
import logging
|
|
3
3
|
import os
|
|
4
4
|
import re
|
|
5
|
+
import subprocess
|
|
5
6
|
from typing import Any, Dict
|
|
6
7
|
|
|
7
8
|
import requests
|
|
@@ -10,6 +11,7 @@ from tinybird.tb.client import AuthNoTokenException, TinyB
|
|
|
10
11
|
from tinybird.tb.modules.config import CLIConfig
|
|
11
12
|
from tinybird.tb.modules.exceptions import CLILocalException
|
|
12
13
|
from tinybird.tb.modules.feedback_manager import FeedbackManager
|
|
14
|
+
from tinybird.tb.modules.telemetry import add_telemetry_event
|
|
13
15
|
|
|
14
16
|
TB_IMAGE_NAME = "tinybirdco/tinybird-local:latest"
|
|
15
17
|
TB_CONTAINER_NAME = "tinybird-local"
|
|
@@ -37,6 +39,22 @@ async def get_tinybird_local_config(config_obj: Dict[str, Any], test: bool = Fal
|
|
|
37
39
|
# ruff: noqa: ASYNC210
|
|
38
40
|
tokens = requests.get(f"{TB_LOCAL_ADDRESS}/tokens").json()
|
|
39
41
|
except Exception:
|
|
42
|
+
try:
|
|
43
|
+
# Check if tinybird-local is running with docker, in case it's a config issue
|
|
44
|
+
output = subprocess.check_output(["docker", "ps"], text=True) # noqa: ASYNC221
|
|
45
|
+
header_row = next((line for line in output.splitlines() if "CONTAINER ID" in line), "")
|
|
46
|
+
tb_local_row = next(
|
|
47
|
+
(line for line in output.splitlines() if TB_CONTAINER_NAME in line),
|
|
48
|
+
f"{TB_CONTAINER_NAME} not found in output",
|
|
49
|
+
)
|
|
50
|
+
add_telemetry_event(
|
|
51
|
+
"docker_debug",
|
|
52
|
+
data={
|
|
53
|
+
"docker_ps_output": header_row + tb_local_row,
|
|
54
|
+
},
|
|
55
|
+
)
|
|
56
|
+
except Exception:
|
|
57
|
+
pass
|
|
40
58
|
raise CLILocalException(
|
|
41
59
|
FeedbackManager.error(message="Tinybird local is not running. Please run `tb local start` first.")
|
|
42
60
|
)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tinybird
|
|
3
|
-
Version: 0.0.1.
|
|
3
|
+
Version: 0.0.1.dev154
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
|
-
Home-page: https://www.tinybird.co/docs/
|
|
5
|
+
Home-page: https://www.tinybird.co/docs/forward/commands
|
|
6
6
|
Author: Tinybird
|
|
7
7
|
Author-email: support@tinybird.co
|
|
8
8
|
Requires-Python: >=3.9, <3.14
|
|
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-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/build_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/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.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/format_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb/modules/datafile/parse_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/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
|
{tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/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
|
|
File without changes
|
{tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/tinyunit/tinyunit.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev153 → tinybird-0.0.1.dev154}/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
|