tinybird-cli 5.10.2.dev3__tar.gz → 5.11.1.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.dev3 → tinybird-cli-5.11.1.dev0}/PKG-INFO +7 -10
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/__cli__.py +2 -2
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/config.py +0 -4
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/context.py +6 -1
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/datafile.py +10 -3
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/feedback_manager.py +5 -5
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/sql_toolset.py +3 -3
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/common.py +14 -14
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird_cli.egg-info/PKG-INFO +7 -10
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/setup.cfg +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/check_pypi.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/client.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/connectors.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/datatypes.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/git_settings.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/sql.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/sql_template.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/syncasync.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/token.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tornado_template.py +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird_cli.egg-info/SOURCES.txt +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird_cli.egg-info/dependency_links.txt +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird_cli.egg-info/entry_points.txt +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird_cli.egg-info/requires.txt +0 -0
- {tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird_cli.egg-info/top_level.txt +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tinybird-cli
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.11.1.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/cli/introduction.html
|
|
6
6
|
Author: Tinybird
|
|
7
7
|
Author-email: support@tinybird.co
|
|
8
|
-
Requires-Python: >=3.
|
|
8
|
+
Requires-Python: >=3.9, <3.13
|
|
9
9
|
Description-Content-Type: text/x-rst
|
|
10
10
|
Provides-Extra: bigquery
|
|
11
11
|
Provides-Extra: snowflake
|
|
@@ -18,22 +18,19 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
|
|
|
18
18
|
Changelog
|
|
19
19
|
----------
|
|
20
20
|
|
|
21
|
-
5.
|
|
21
|
+
5.11.0
|
|
22
22
|
***********
|
|
23
23
|
|
|
24
|
-
- `Changed`
|
|
24
|
+
- `Changed` Drop support for Python 3.8
|
|
25
25
|
|
|
26
|
-
5.10.2
|
|
26
|
+
5.10.2
|
|
27
27
|
***********
|
|
28
28
|
|
|
29
|
+
- `Changed` Bump tinybird-cli version in requirements.txt when running `tb init --git`
|
|
29
30
|
- `Changed` Use `aiofiles` for async operations
|
|
30
|
-
|
|
31
|
-
5.10.2.dev1
|
|
32
|
-
***********
|
|
33
|
-
|
|
31
|
+
- `Fixed` `TAGS` format was missing quotes in `tb pull``
|
|
34
32
|
- `Fixed` some internal typing issues from the CLI. Something internal that we don't include in the changelog of the CLI.
|
|
35
33
|
|
|
36
|
-
|
|
37
34
|
5.10.1
|
|
38
35
|
***********
|
|
39
36
|
|
|
@@ -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.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '5.11.1.dev0'
|
|
8
|
+
__revision__ = '7676491'
|
|
@@ -56,12 +56,8 @@ LEGACY_HOSTS = {
|
|
|
56
56
|
"https://inditex-pro.tinybird.co": "https://app.inditex.tinybird.co/gcp/inditex-pro",
|
|
57
57
|
"https://ui.split.tinybird.co": "https://app.tinybird.co/aws/split-us-east",
|
|
58
58
|
"https://ui.split.us-west-2.aws.tinybird.co": "https://app.tinybird.co/aws/split-us-west-2",
|
|
59
|
-
"https://ui.split.azure.tinybird.co": "https://app.tinybird.co/azure/split-us-east",
|
|
60
|
-
"https://ui.split-westeurope.azure.tinybird.co": "https://app.tinybird.co/azure/split-westeurope",
|
|
61
59
|
"https://api.split.tinybird.co": "https://app.tinybird.co/aws/split-us-east",
|
|
62
60
|
"https://api.split.us-west-2.aws.tinybird.co": "https://app.tinybird.co/aws/split-us-west-2",
|
|
63
|
-
"https://api.split.azure.tinybird.co": "https://app.tinybird.co/azure/split-us-east",
|
|
64
|
-
"https://api.split-westeurope.azure.tinybird.co": "https://app.tinybird.co/azure/split-westeurope",
|
|
65
61
|
"https://ui.wadus1.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus1",
|
|
66
62
|
"https://ui.wadus2.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus2",
|
|
67
63
|
"https://ui.wadus3.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus3",
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
from contextvars import ContextVar
|
|
2
|
+
from typing import TYPE_CHECKING
|
|
3
|
+
|
|
4
|
+
# Avoid circular import error
|
|
5
|
+
if TYPE_CHECKING:
|
|
6
|
+
from tinybird.user import User
|
|
2
7
|
|
|
3
8
|
workspace_id: ContextVar[str] = ContextVar("workspace_id")
|
|
4
|
-
workspace: ContextVar[
|
|
9
|
+
workspace: ContextVar["User"] = ContextVar("workspace")
|
|
5
10
|
table_id: ContextVar[str] = ContextVar("table_id")
|
|
6
11
|
hfi_frequency: ContextVar[float] = ContextVar("hfi_frequency")
|
|
7
12
|
hfi_frequency_gatherer: ContextVar[float] = ContextVar("hfi_frequency_gatherer")
|
|
@@ -2297,7 +2297,10 @@ class PipeCheckerRunner:
|
|
|
2297
2297
|
)
|
|
2298
2298
|
|
|
2299
2299
|
result = PipeCheckerTextTestResult(
|
|
2300
|
-
self.checker_stream_result_class(sys.stdout),
|
|
2300
|
+
self.checker_stream_result_class(sys.stdout), # type: ignore
|
|
2301
|
+
descriptions=True,
|
|
2302
|
+
verbosity=2,
|
|
2303
|
+
custom_output=custom_output,
|
|
2301
2304
|
)
|
|
2302
2305
|
result.failfast = failfast
|
|
2303
2306
|
suite.run(result)
|
|
@@ -4917,7 +4920,11 @@ def format_description(file_parts: List[str], doc: Any) -> List[str]:
|
|
|
4917
4920
|
if description:
|
|
4918
4921
|
file_parts.append("DESCRIPTION >")
|
|
4919
4922
|
file_parts.append(DATAFILE_NEW_LINE)
|
|
4920
|
-
[
|
|
4923
|
+
[
|
|
4924
|
+
file_parts.append(f"{DATAFILE_INDENT}{d.strip()}\n") # type: ignore
|
|
4925
|
+
for d in description.split(DATAFILE_NEW_LINE)
|
|
4926
|
+
if d.strip()
|
|
4927
|
+
]
|
|
4921
4928
|
file_parts.append(DATAFILE_NEW_LINE)
|
|
4922
4929
|
return file_parts
|
|
4923
4930
|
|
|
@@ -4952,7 +4959,7 @@ def format_shared_with(file_parts: List[str], doc: Datafile) -> List[str]:
|
|
|
4952
4959
|
|
|
4953
4960
|
def format_tags(file_parts: List[str], doc: Datafile) -> List[str]:
|
|
4954
4961
|
if doc.filtering_tags:
|
|
4955
|
-
file_parts.append(f'TAGS {", ".join(doc.filtering_tags)}')
|
|
4962
|
+
file_parts.append(f'TAGS "{", ".join(doc.filtering_tags)}"')
|
|
4956
4963
|
file_parts.append(DATAFILE_NEW_LINE)
|
|
4957
4964
|
file_parts.append(DATAFILE_NEW_LINE)
|
|
4958
4965
|
return file_parts
|
|
@@ -723,9 +723,9 @@ Ready? """
|
|
|
723
723
|
info_writing_resource = info_message("** Writing {resource}")
|
|
724
724
|
info_skipping_resource = info_message("** Skipping {resource}")
|
|
725
725
|
info_writing_datasource = info_message("[D] writing {datasource}")
|
|
726
|
-
info_starting_import_process = info_message("** \N{
|
|
727
|
-
info_progress_blocks = info_message("\N{
|
|
728
|
-
info_progress_current_blocks = info_message("\N{
|
|
726
|
+
info_starting_import_process = info_message("** \N{EGG} starting import process")
|
|
727
|
+
info_progress_blocks = info_message("\N{EGG} blocks")
|
|
728
|
+
info_progress_current_blocks = info_message("\N{HATCHING CHICK} blocks")
|
|
729
729
|
info_release_generated = info_message(
|
|
730
730
|
"** Custom deployment files for Release {semver} generated. Edit the `deploy.sh` file with the instructions to deploy the branch and `postdeploy.sh` file with the instructions to do data operations (e.g. populates) after deploying."
|
|
731
731
|
)
|
|
@@ -752,7 +752,7 @@ Ready? """
|
|
|
752
752
|
info_copy_datasource_created = info_message("** Copy pipe '{pipe}' created the Data Source '{datasource}'")
|
|
753
753
|
info_copy_datasource_used = info_message("** Copy pipe '{pipe}' using the Data Source '{datasource}'")
|
|
754
754
|
info_no_pipes_stats = info_message("** No pipe stats")
|
|
755
|
-
info_starting_export_process = info_message("** \N{
|
|
755
|
+
info_starting_export_process = info_message("** \N{CHICKEN} starting export process from {connector}")
|
|
756
756
|
info_ask_for_datasource_confirmation = info_message("** Please type the Data Source name to be replaced")
|
|
757
757
|
info_datasource_doesnt_match = info_message("** The description or schema of '{datasource}' has changed.")
|
|
758
758
|
info_datasource_alter_dependent_pipes = info_message(
|
|
@@ -934,7 +934,7 @@ Ready? """
|
|
|
934
934
|
success_create = success_message("** '{name}' created")
|
|
935
935
|
success_delete = success_message("** '{name}' deleted")
|
|
936
936
|
success_dynamodb_initial_load = success_message("** Initial load of DynamoDB table started: {job_url}")
|
|
937
|
-
success_progress_blocks = success_message("** \N{
|
|
937
|
+
success_progress_blocks = success_message("** \N{FRONT-FACING BABY CHICK} done")
|
|
938
938
|
success_now_using_config = success_message("** Now using {name} ({id})")
|
|
939
939
|
success_connector_config = success_message(
|
|
940
940
|
"** {connector} configuration written to {file_name} file, consider adding it to .gitignore"
|
|
@@ -168,9 +168,9 @@ def _separate_as_tuple_if_contains_database_and_table(definition: str) -> Any:
|
|
|
168
168
|
def replacements_to_tuples(replacements: dict) -> dict:
|
|
169
169
|
parsed_replacements = {}
|
|
170
170
|
for k, v in replacements.items():
|
|
171
|
-
parsed_replacements[
|
|
172
|
-
_separate_as_tuple_if_contains_database_and_table(
|
|
173
|
-
|
|
171
|
+
parsed_replacements[_separate_as_tuple_if_contains_database_and_table(k)] = (
|
|
172
|
+
_separate_as_tuple_if_contains_database_and_table(v)
|
|
173
|
+
)
|
|
174
174
|
return parsed_replacements
|
|
175
175
|
|
|
176
176
|
|
|
@@ -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:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tinybird-cli
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.11.1.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/cli/introduction.html
|
|
6
6
|
Author: Tinybird
|
|
7
7
|
Author-email: support@tinybird.co
|
|
8
|
-
Requires-Python: >=3.
|
|
8
|
+
Requires-Python: >=3.9, <3.13
|
|
9
9
|
Description-Content-Type: text/x-rst
|
|
10
10
|
Provides-Extra: bigquery
|
|
11
11
|
Provides-Extra: snowflake
|
|
@@ -18,22 +18,19 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
|
|
|
18
18
|
Changelog
|
|
19
19
|
----------
|
|
20
20
|
|
|
21
|
-
5.
|
|
21
|
+
5.11.0
|
|
22
22
|
***********
|
|
23
23
|
|
|
24
|
-
- `Changed`
|
|
24
|
+
- `Changed` Drop support for Python 3.8
|
|
25
25
|
|
|
26
|
-
5.10.2
|
|
26
|
+
5.10.2
|
|
27
27
|
***********
|
|
28
28
|
|
|
29
|
+
- `Changed` Bump tinybird-cli version in requirements.txt when running `tb init --git`
|
|
29
30
|
- `Changed` Use `aiofiles` for async operations
|
|
30
|
-
|
|
31
|
-
5.10.2.dev1
|
|
32
|
-
***********
|
|
33
|
-
|
|
31
|
+
- `Fixed` `TAGS` format was missing quotes in `tb pull``
|
|
34
32
|
- `Fixed` some internal typing issues from the CLI. Something internal that we don't include in the changelog of the CLI.
|
|
35
33
|
|
|
36
|
-
|
|
37
34
|
5.10.1
|
|
38
35
|
***********
|
|
39
36
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.dev3 → tinybird-cli-5.11.1.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.dev3 → tinybird-cli-5.11.1.dev0}/tinybird/tb_cli_modules/workspace_members.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{tinybird-cli-5.10.2.dev3 → tinybird-cli-5.11.1.dev0}/tinybird_cli.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|