tinybird 0.0.1.dev63__tar.gz → 0.0.1.dev64__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.dev63 → tinybird-0.0.1.dev64}/PKG-INFO +1 -1
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/__cli__.py +2 -2
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/build.py +20 -16
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/endpoint.py +3 -3
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/watch.py +2 -7
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird.egg-info/PKG-INFO +1 -1
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/setup.cfg +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/__cli__.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/check_pypi.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/client.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/config.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/connectors.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/context.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/datafile.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/datatypes.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/git_settings.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/prompts.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/sql.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/sql_template.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/sql_toolset.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/syncasync.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/cli.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/auth.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/common.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/config.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/create.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/common.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/exceptions.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/parse_datasource.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/parse_pipe.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/fmt.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/job.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/local.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/login.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/project.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/table.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/tag.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/test.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/token.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tornado_template.py +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird.egg-info/top_level.txt +0 -0
|
@@ -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.dev64'
|
|
8
|
+
__revision__ = 'ff99418'
|
|
@@ -4,8 +4,9 @@ import logging
|
|
|
4
4
|
import sys
|
|
5
5
|
import threading
|
|
6
6
|
import time
|
|
7
|
+
from functools import partial
|
|
7
8
|
from pathlib import Path
|
|
8
|
-
from typing import Optional
|
|
9
|
+
from typing import Callable, Optional
|
|
9
10
|
|
|
10
11
|
import click
|
|
11
12
|
import requests
|
|
@@ -31,9 +32,13 @@ def build(ctx: click.Context, watch: bool) -> None:
|
|
|
31
32
|
project: Project = ctx.ensure_object(dict)["project"]
|
|
32
33
|
tb_client: TinyB = ctx.ensure_object(dict)["client"]
|
|
33
34
|
click.echo(FeedbackManager.highlight_building_project())
|
|
34
|
-
process(project=project, tb_client=tb_client, watch=
|
|
35
|
+
process(project=project, tb_client=tb_client, watch=False)
|
|
35
36
|
if watch:
|
|
36
|
-
run_watch(
|
|
37
|
+
run_watch(
|
|
38
|
+
project=project,
|
|
39
|
+
tb_client=tb_client,
|
|
40
|
+
process=partial(process, project=project, tb_client=tb_client, watch=True),
|
|
41
|
+
)
|
|
37
42
|
|
|
38
43
|
|
|
39
44
|
@cli.command("dev", help="Build the project server side and watch for changes")
|
|
@@ -43,7 +48,7 @@ def dev(ctx: click.Context) -> None:
|
|
|
43
48
|
tb_client: TinyB = ctx.ensure_object(dict)["client"]
|
|
44
49
|
click.echo(FeedbackManager.highlight_building_project())
|
|
45
50
|
process(project=project, tb_client=tb_client, watch=True)
|
|
46
|
-
run_watch(project=project, tb_client=tb_client)
|
|
51
|
+
run_watch(project=project, tb_client=tb_client, process=partial(process, project=project, tb_client=tb_client))
|
|
47
52
|
|
|
48
53
|
|
|
49
54
|
def build_project(project: Project, tb_client: TinyB, file_changed: Optional[str] = None) -> None:
|
|
@@ -55,7 +60,7 @@ def build_project(project: Project, tb_client: TinyB, file_changed: Optional[str
|
|
|
55
60
|
TINYBIRD_API_URL = tb_client.host + "/v1/build"
|
|
56
61
|
logging.debug(TINYBIRD_API_URL)
|
|
57
62
|
TINYBIRD_API_KEY = tb_client.token
|
|
58
|
-
error =
|
|
63
|
+
error: Optional[str] = None
|
|
59
64
|
try:
|
|
60
65
|
files = [
|
|
61
66
|
("context://", ("cli-version", "1.0.0", "text/plain")),
|
|
@@ -129,22 +134,19 @@ def build_project(project: Project, tb_client: TinyB, file_changed: Optional[str
|
|
|
129
134
|
|
|
130
135
|
elif build_result == "failed":
|
|
131
136
|
build_errors = result.get("errors")
|
|
132
|
-
error = True
|
|
133
137
|
for build_error in build_errors:
|
|
134
138
|
filename_bit = f"{build_error.get('filename', '')}"
|
|
135
139
|
error_msg = ((filename_bit + "\n\n") if filename_bit else "") + build_error.get("error")
|
|
136
|
-
|
|
140
|
+
error = error_msg
|
|
137
141
|
else:
|
|
138
|
-
error =
|
|
139
|
-
click.echo(FeedbackManager.error(message=f"Unknown build result. Error: {result.get('error')}"))
|
|
140
|
-
|
|
142
|
+
error = f"Unknown build result. Error: {result.get('error')}"
|
|
141
143
|
except Exception as e:
|
|
142
|
-
|
|
144
|
+
error = str(e)
|
|
143
145
|
finally:
|
|
144
146
|
for fd in fds:
|
|
145
147
|
fd.close()
|
|
146
148
|
if error:
|
|
147
|
-
raise click.ClickException(
|
|
149
|
+
raise click.ClickException(error)
|
|
148
150
|
|
|
149
151
|
|
|
150
152
|
def append_fixture(
|
|
@@ -212,10 +214,10 @@ def process(
|
|
|
212
214
|
try:
|
|
213
215
|
build_project(project, tb_client, file_changed)
|
|
214
216
|
except click.ClickException as e:
|
|
215
|
-
click.echo(e)
|
|
217
|
+
click.echo(FeedbackManager.error(message=e))
|
|
216
218
|
build_failed = True
|
|
217
219
|
try:
|
|
218
|
-
if file_changed:
|
|
220
|
+
if file_changed and not build_failed:
|
|
219
221
|
asyncio.run(folder_build(project, tb_client, filenames=[file_changed]))
|
|
220
222
|
show_data(tb_client, file_changed, diff)
|
|
221
223
|
except Exception:
|
|
@@ -224,7 +226,7 @@ def process(
|
|
|
224
226
|
time_end = time.time()
|
|
225
227
|
elapsed_time = time_end - time_start
|
|
226
228
|
|
|
227
|
-
rebuild_str = "Rebuild" if watch else "Build"
|
|
229
|
+
rebuild_str = "Rebuild" if watch and file_changed else "Build"
|
|
228
230
|
if build_failed:
|
|
229
231
|
click.echo(FeedbackManager.error(message=f"\n✗ {rebuild_str} failed"))
|
|
230
232
|
if not watch:
|
|
@@ -233,7 +235,9 @@ def process(
|
|
|
233
235
|
click.echo(FeedbackManager.success(message=f"\n✓ {rebuild_str} completed in {elapsed_time:.1f}s"))
|
|
234
236
|
|
|
235
237
|
|
|
236
|
-
def run_watch(
|
|
238
|
+
def run_watch(
|
|
239
|
+
project: Project, tb_client: TinyB, process: Callable[[bool, Optional[str], Optional[str]], None]
|
|
240
|
+
) -> None:
|
|
237
241
|
shell = Shell(project=project, tb_client=tb_client)
|
|
238
242
|
click.echo(FeedbackManager.gray(message="\nWatching for changes..."))
|
|
239
243
|
watcher_thread = threading.Thread(
|
|
@@ -269,7 +269,7 @@ async def endpoint_stats(ctx: click.Context, pipes: Tuple[str, ...], format_: st
|
|
|
269
269
|
echo_safe_humanfriendly_tables_format_smart_table(table_human_readable, column_names=columns)
|
|
270
270
|
|
|
271
271
|
|
|
272
|
-
def build_endpoint_snippet(tb_client: TinyB, pipe_name: str, token:
|
|
272
|
+
def build_endpoint_snippet(tb_client: TinyB, pipe_name: str, token: str, language: str) -> Optional[str]:
|
|
273
273
|
endpoint_url = build_endpoint_url(tb_client, pipe_name, token)
|
|
274
274
|
if language == "http":
|
|
275
275
|
return endpoint_url
|
|
@@ -282,9 +282,9 @@ def build_endpoint_snippet(tb_client: TinyB, pipe_name: str, token: Optional[str
|
|
|
282
282
|
elif language == "javascript":
|
|
283
283
|
snippet = build_javascript_snippet(endpoint_url, token)
|
|
284
284
|
elif language == "rust":
|
|
285
|
-
snippet = build_rust_snippet(endpoint_url
|
|
285
|
+
snippet = build_rust_snippet(endpoint_url)
|
|
286
286
|
elif language == "go":
|
|
287
|
-
snippet = build_go_snippet(endpoint_url
|
|
287
|
+
snippet = build_go_snippet(endpoint_url)
|
|
288
288
|
|
|
289
289
|
if not snippet:
|
|
290
290
|
raise CLIPipeException(FeedbackManager.error(message=f"Language {language} not supported"))
|
|
@@ -18,12 +18,7 @@ from tinybird.tb.modules.shell import Shell
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
class WatchProjectHandler(PatternMatchingEventHandler):
|
|
21
|
-
def __init__(
|
|
22
|
-
self,
|
|
23
|
-
shell: Shell,
|
|
24
|
-
project: Project,
|
|
25
|
-
process: Callable[[bool, Optional[str], Optional[str]], None],
|
|
26
|
-
):
|
|
21
|
+
def __init__(self, shell: Shell, project: Project, process: Callable):
|
|
27
22
|
self.shell = shell
|
|
28
23
|
self.project = project
|
|
29
24
|
self.process = process
|
|
@@ -51,7 +46,7 @@ class WatchProjectHandler(PatternMatchingEventHandler):
|
|
|
51
46
|
|
|
52
47
|
def _process(self, path: Optional[str] = None) -> None:
|
|
53
48
|
click.echo(FeedbackManager.highlight(message="» Rebuilding project..."))
|
|
54
|
-
self.process(True, path, self.diff(path))
|
|
49
|
+
self.process(watch=True, file_changed=path, diff=self.diff(path))
|
|
55
50
|
self.shell.reprint_prompt()
|
|
56
51
|
|
|
57
52
|
def diff(self, path: Optional[str] = None) -> Optional[str]:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.dev63 → tinybird-0.0.1.dev64}/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
|
|
File without changes
|
{tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/tinybird/tb/modules/datafile/parse_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
|
{tinybird-0.0.1.dev63 → tinybird-0.0.1.dev64}/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
|