tinybird-cli 5.10.2.dev2__tar.gz → 5.10.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-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/PKG-INFO +4 -7
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/__cli__.py +2 -2
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/config.py +4 -4
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/datafile.py +1 -1
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/sql.py +4 -4
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/sql_template.py +8 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/cicd.py +1 -1
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/common.py +14 -14
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tornado_template.py +3 -3
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird_cli.egg-info/PKG-INFO +4 -7
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/setup.cfg +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/check_pypi.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/client.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/connectors.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/context.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/datatypes.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/feedback_manager.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/git_settings.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/sql_toolset.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/syncasync.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/token.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird_cli.egg-info/SOURCES.txt +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird_cli.egg-info/dependency_links.txt +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird_cli.egg-info/entry_points.txt +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird_cli.egg-info/requires.txt +0 -0
- {tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tinybird-cli
|
|
3
|
-
Version: 5.10.
|
|
3
|
+
Version: 5.10.3.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/cli/introduction.html
|
|
6
6
|
Author: Tinybird
|
|
@@ -18,17 +18,14 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
|
|
|
18
18
|
Changelog
|
|
19
19
|
----------
|
|
20
20
|
|
|
21
|
-
5.10.2
|
|
21
|
+
5.10.2
|
|
22
22
|
***********
|
|
23
23
|
|
|
24
|
+
- `Changed` Bump tinybird-cli version in requirements.txt when running `tb init --git`
|
|
24
25
|
- `Changed` Use `aiofiles` for async operations
|
|
25
|
-
|
|
26
|
-
5.10.2.dev1
|
|
27
|
-
***********
|
|
28
|
-
|
|
26
|
+
- `Fixed` `TAGS` format was missing quotes in `tb pull``
|
|
29
27
|
- `Fixed` some internal typing issues from the CLI. Something internal that we don't include in the changelog of the CLI.
|
|
30
28
|
|
|
31
|
-
|
|
32
29
|
5.10.1
|
|
33
30
|
***********
|
|
34
31
|
|
|
@@ -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__ = '5.10.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '5.10.3.dev0'
|
|
8
|
+
__revision__ = '5dafd46'
|
|
@@ -40,6 +40,8 @@ LEGACY_HOSTS = {
|
|
|
40
40
|
"https://api.wadus2.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus2",
|
|
41
41
|
"https://api.wadus3.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus3",
|
|
42
42
|
"https://api.wadus4.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus4",
|
|
43
|
+
"https://api.wadus5.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus5",
|
|
44
|
+
"https://api.wadus6.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus6",
|
|
43
45
|
"https://ui.tinybird.co": "https://app.tinybird.co/gcp/europe-west3",
|
|
44
46
|
"https://ui.us-east.tinybird.co": "https://app.tinybird.co/gcp/us-east4",
|
|
45
47
|
"https://ui.us-east.aws.tinybird.co": "https://app.tinybird.co/aws/us-east-1",
|
|
@@ -54,12 +56,8 @@ LEGACY_HOSTS = {
|
|
|
54
56
|
"https://inditex-pro.tinybird.co": "https://app.inditex.tinybird.co/gcp/inditex-pro",
|
|
55
57
|
"https://ui.split.tinybird.co": "https://app.tinybird.co/aws/split-us-east",
|
|
56
58
|
"https://ui.split.us-west-2.aws.tinybird.co": "https://app.tinybird.co/aws/split-us-west-2",
|
|
57
|
-
"https://ui.split.azure.tinybird.co": "https://app.tinybird.co/azure/split-us-east",
|
|
58
|
-
"https://ui.split-westeurope.azure.tinybird.co": "https://app.tinybird.co/azure/split-westeurope",
|
|
59
59
|
"https://api.split.tinybird.co": "https://app.tinybird.co/aws/split-us-east",
|
|
60
60
|
"https://api.split.us-west-2.aws.tinybird.co": "https://app.tinybird.co/aws/split-us-west-2",
|
|
61
|
-
"https://api.split.azure.tinybird.co": "https://app.tinybird.co/azure/split-us-east",
|
|
62
|
-
"https://api.split-westeurope.azure.tinybird.co": "https://app.tinybird.co/azure/split-westeurope",
|
|
63
61
|
"https://ui.wadus1.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus1",
|
|
64
62
|
"https://ui.wadus2.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus2",
|
|
65
63
|
"https://ui.wadus3.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus3",
|
|
@@ -70,6 +68,8 @@ LEGACY_HOSTS = {
|
|
|
70
68
|
"https://ui.wadus2.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus2",
|
|
71
69
|
"https://ui.wadus3.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus3",
|
|
72
70
|
"https://ui.wadus4.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus4",
|
|
71
|
+
"https://ui.wadus5.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus5",
|
|
72
|
+
"https://ui.wadus6.aws.tinybird.co": "https://app.wadus.tinybird.co/aws/wadus6",
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
|
|
@@ -4952,7 +4952,7 @@ def format_shared_with(file_parts: List[str], doc: Datafile) -> List[str]:
|
|
|
4952
4952
|
|
|
4953
4953
|
def format_tags(file_parts: List[str], doc: Datafile) -> List[str]:
|
|
4954
4954
|
if doc.filtering_tags:
|
|
4955
|
-
file_parts.append(f'TAGS {", ".join(doc.filtering_tags)}')
|
|
4955
|
+
file_parts.append(f'TAGS "{", ".join(doc.filtering_tags)}"')
|
|
4956
4956
|
file_parts.append(DATAFILE_NEW_LINE)
|
|
4957
4957
|
file_parts.append(DATAFILE_NEW_LINE)
|
|
4958
4958
|
return file_parts
|
|
@@ -51,16 +51,16 @@ class TableProjection:
|
|
|
51
51
|
def to_sql(self):
|
|
52
52
|
return f"PROJECTION {self.to_datafile()}"
|
|
53
53
|
|
|
54
|
-
def
|
|
54
|
+
def add_projection_sql(self):
|
|
55
55
|
return f"ADD {self.to_sql()}"
|
|
56
56
|
|
|
57
|
-
def
|
|
57
|
+
def drop_projection_sql(self):
|
|
58
58
|
return f"DROP PROJECTION IF EXISTS {self.name}"
|
|
59
59
|
|
|
60
|
-
def
|
|
60
|
+
def materialize_projection_sql(self):
|
|
61
61
|
return f"MATERIALIZE PROJECTION IF EXISTS {self.name}"
|
|
62
62
|
|
|
63
|
-
def
|
|
63
|
+
def clear_projection_sql(self):
|
|
64
64
|
return f"CLEAR PROJECTION IF EXISTS {self.name}"
|
|
65
65
|
|
|
66
66
|
|
|
@@ -1629,6 +1629,8 @@ def get_var_data(content, node_id=None):
|
|
|
1629
1629
|
# It will be overriden in later definitions or left as is otherwise.
|
|
1630
1630
|
# args[0] check is used to avoid adding unnamed parameters found in
|
|
1631
1631
|
# templates like: `split_to_array('')`
|
|
1632
|
+
if len(args) and isinstance(args[0], list):
|
|
1633
|
+
raise ValueError(f'"{args[0]}" can not be used as a variable name')
|
|
1632
1634
|
if len(args) > 0 and args[0] not in vars and args[0]:
|
|
1633
1635
|
vars[args[0]] = {
|
|
1634
1636
|
"type": "String",
|
|
@@ -1640,6 +1642,8 @@ def get_var_data(content, node_id=None):
|
|
|
1640
1642
|
default = kwargs.get("default", args[2] if len(args) > 2 and args[2] else None)
|
|
1641
1643
|
kwargs["default"] = check_default_value(default)
|
|
1642
1644
|
if len(args):
|
|
1645
|
+
if isinstance(args[0], list):
|
|
1646
|
+
raise ValueError(f'"{args[0]}" can not be used as a variable name')
|
|
1643
1647
|
vars[args[0]] = {
|
|
1644
1648
|
"type": f"Array({args[1]})" if len(args) > 1 else "Array(String)",
|
|
1645
1649
|
**kwargs,
|
|
@@ -1652,11 +1656,15 @@ def get_var_data(content, node_id=None):
|
|
|
1652
1656
|
default = kwargs.get("default", args[1] if len(args) > 1 else None)
|
|
1653
1657
|
kwargs["default"] = check_default_value(default)
|
|
1654
1658
|
try:
|
|
1659
|
+
if isinstance(args[0], list):
|
|
1660
|
+
raise ValueError(f'"{args[0]}" can not be used as a variable name')
|
|
1655
1661
|
vars[args[0]] = {"type": func, **kwargs}
|
|
1656
1662
|
if "default" in kwargs:
|
|
1657
1663
|
kwargs["default"] = check_default_value(kwargs["default"])
|
|
1658
1664
|
except TypeError as e:
|
|
1659
1665
|
logging.exception(f"pipe parsing problem {content} (node '{node_id}'): {e}")
|
|
1666
|
+
except ValueError:
|
|
1667
|
+
raise
|
|
1660
1668
|
except Exception as e:
|
|
1661
1669
|
# if we find a problem parsing, let the parsing continue
|
|
1662
1670
|
logging.exception(f"pipe parsing problem {content} (node: '{node_id}'): {e}")
|
|
@@ -213,7 +213,7 @@ class AliasedGroup(click.Group):
|
|
|
213
213
|
def resolve_command(self, ctx, args):
|
|
214
214
|
# always return the command's name, not the alias
|
|
215
215
|
_, cmd, args = super().resolve_command(ctx, args)
|
|
216
|
-
return cmd.name, cmd, args
|
|
216
|
+
return cmd.name, cmd, args # type: ignore[union-attr]
|
|
217
217
|
|
|
218
218
|
|
|
219
219
|
class CatchAuthExceptions(AliasedGroup):
|
|
@@ -1072,22 +1072,22 @@ async def push_data(
|
|
|
1072
1072
|
raise e
|
|
1073
1073
|
|
|
1074
1074
|
def cb(res):
|
|
1075
|
-
if cb.First:
|
|
1075
|
+
if cb.First: # type: ignore[attr-defined]
|
|
1076
1076
|
blocks_to_process = len([x for x in res["block_log"] if x["status"] == "idle"])
|
|
1077
1077
|
if blocks_to_process:
|
|
1078
|
-
cb.bar = click.progressbar(label=FeedbackManager.info_progress_blocks(), length=blocks_to_process)
|
|
1079
|
-
cb.bar.update(0)
|
|
1080
|
-
cb.First = False
|
|
1081
|
-
cb.blocks_to_process = blocks_to_process
|
|
1078
|
+
cb.bar = click.progressbar(label=FeedbackManager.info_progress_blocks(), length=blocks_to_process) # type: ignore[attr-defined]
|
|
1079
|
+
cb.bar.update(0) # type: ignore[attr-defined]
|
|
1080
|
+
cb.First = False # type: ignore[attr-defined]
|
|
1081
|
+
cb.blocks_to_process = blocks_to_process # type: ignore[attr-defined]
|
|
1082
1082
|
else:
|
|
1083
1083
|
done = len([x for x in res["block_log"] if x["status"] == "done"])
|
|
1084
|
-
if done * 2 > cb.blocks_to_process:
|
|
1085
|
-
cb.bar.label = FeedbackManager.info_progress_current_blocks()
|
|
1086
|
-
cb.bar.update(done - cb.prev_done)
|
|
1087
|
-
cb.prev_done = done
|
|
1084
|
+
if done * 2 > cb.blocks_to_process: # type: ignore[attr-defined]
|
|
1085
|
+
cb.bar.label = FeedbackManager.info_progress_current_blocks() # type: ignore[attr-defined]
|
|
1086
|
+
cb.bar.update(done - cb.prev_done) # type: ignore[attr-defined]
|
|
1087
|
+
cb.prev_done = done # type: ignore[attr-defined]
|
|
1088
1088
|
|
|
1089
|
-
cb.First = True # type: ignore
|
|
1090
|
-
cb.prev_done = 0 # type: ignore
|
|
1089
|
+
cb.First = True # type: ignore[attr-defined]
|
|
1090
|
+
cb.prev_done = 0 # type: ignore[attr-defined]
|
|
1091
1091
|
|
|
1092
1092
|
click.echo(FeedbackManager.info_starting_import_process())
|
|
1093
1093
|
|
|
@@ -1258,9 +1258,9 @@ def validate_kafka_bootstrap_servers(host_and_port):
|
|
|
1258
1258
|
if len(parts) > 2:
|
|
1259
1259
|
raise CLIException(FeedbackManager.error_kafka_bootstrap_server())
|
|
1260
1260
|
host = parts[0]
|
|
1261
|
-
|
|
1261
|
+
port_str = parts[1] if len(parts) == 2 else "9092"
|
|
1262
1262
|
try:
|
|
1263
|
-
port = int(
|
|
1263
|
+
port = int(port_str)
|
|
1264
1264
|
except Exception:
|
|
1265
1265
|
raise CLIException(FeedbackManager.error_kafka_bootstrap_server())
|
|
1266
1266
|
with closing(socket.socket(socket.AF_INET, socket.SOCK_STREAM)) as sock:
|
|
@@ -205,7 +205,7 @@ import posixpath
|
|
|
205
205
|
import re
|
|
206
206
|
import threading
|
|
207
207
|
from io import StringIO
|
|
208
|
-
from typing import Union
|
|
208
|
+
from typing import Dict, Union
|
|
209
209
|
|
|
210
210
|
from tornado import escape
|
|
211
211
|
from tornado.log import app_log
|
|
@@ -356,7 +356,7 @@ class Template(object):
|
|
|
356
356
|
buffer = StringIO()
|
|
357
357
|
try:
|
|
358
358
|
# named_blocks maps from names to _NamedBlock objects
|
|
359
|
-
named_blocks = {}
|
|
359
|
+
named_blocks: Dict[str, _NamedBlock] = {}
|
|
360
360
|
ancestors = self._get_ancestors(loader)
|
|
361
361
|
ancestors.reverse()
|
|
362
362
|
for ancestor in ancestors:
|
|
@@ -1163,7 +1163,7 @@ def check_valid_expr(expr):
|
|
|
1163
1163
|
elif isinstance(expr, ast.Subscript):
|
|
1164
1164
|
check_valid_expr(expr.value)
|
|
1165
1165
|
if isinstance(expr.slice, ast.Index):
|
|
1166
|
-
check_valid_expr(expr.slice.value)
|
|
1166
|
+
check_valid_expr(expr.slice.value) # type: ignore[attr-defined]
|
|
1167
1167
|
elif isinstance(expr.slice, ast.Slice):
|
|
1168
1168
|
if expr.slice.lower is not None:
|
|
1169
1169
|
check_valid_expr(expr.slice.lower)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tinybird-cli
|
|
3
|
-
Version: 5.10.
|
|
3
|
+
Version: 5.10.3.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/cli/introduction.html
|
|
6
6
|
Author: Tinybird
|
|
@@ -18,17 +18,14 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
|
|
|
18
18
|
Changelog
|
|
19
19
|
----------
|
|
20
20
|
|
|
21
|
-
5.10.2
|
|
21
|
+
5.10.2
|
|
22
22
|
***********
|
|
23
23
|
|
|
24
|
+
- `Changed` Bump tinybird-cli version in requirements.txt when running `tb init --git`
|
|
24
25
|
- `Changed` Use `aiofiles` for async operations
|
|
25
|
-
|
|
26
|
-
5.10.2.dev1
|
|
27
|
-
***********
|
|
28
|
-
|
|
26
|
+
- `Fixed` `TAGS` format was missing quotes in `tb pull``
|
|
29
27
|
- `Fixed` some internal typing issues from the CLI. Something internal that we don't include in the changelog of the CLI.
|
|
30
28
|
|
|
31
|
-
|
|
32
29
|
5.10.1
|
|
33
30
|
***********
|
|
34
31
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird/tb_cli_modules/workspace_members.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{tinybird-cli-5.10.2.dev2 → tinybird-cli-5.10.3.dev0}/tinybird_cli.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|