tinybird 0.0.1.dev231__tar.gz → 0.0.1.dev234__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.dev231 → tinybird-0.0.1.dev234}/PKG-INFO +1 -1
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/datafile/common.py +5 -1
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/__cli__.py +2 -2
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/connection.py +12 -3
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datasource.py +1 -1
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/secret.py +12 -2
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird.egg-info/PKG-INFO +1 -1
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/setup.cfg +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/__cli__.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/check_pypi.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/client.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/config.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/connectors.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/context.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/datafile/exceptions.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/datafile/parse_connection.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/datafile/parse_datasource.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/datafile/parse_pipe.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/datatypes.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/git_settings.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/prompts.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/sql.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/sql_template.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/sql_toolset.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/syncasync.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/check_pypi.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/cli.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/client.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/config.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/build.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/common.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/config.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/create.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/deprecations.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/dev_server.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/info.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/infra.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/job.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/local.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/login.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/open.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/project.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/sink.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/table.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/test.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/token.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tornado_template.py +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird.egg-info/top_level.txt +0 -0
|
@@ -1581,6 +1581,10 @@ def parse(
|
|
|
1581
1581
|
else:
|
|
1582
1582
|
doc.description = description
|
|
1583
1583
|
|
|
1584
|
+
def kafka_ssl_ca_pem(*args: str, **kwargs: Any) -> None:
|
|
1585
|
+
kafka_ssl_ca_pem = ("\n".join(args)).strip()
|
|
1586
|
+
parser_state.current_node["kafka_ssl_ca_pem"] = kafka_ssl_ca_pem
|
|
1587
|
+
|
|
1584
1588
|
def sql(var_name: str, **kwargs: Any) -> Callable[[str, KwArg(Any)], None]:
|
|
1585
1589
|
# TODO(eclbg): We shouldn't allow SQL in datasource files
|
|
1586
1590
|
def _f(sql: str, *args: Any, **kwargs: Any) -> None:
|
|
@@ -1808,7 +1812,7 @@ def parse(
|
|
|
1808
1812
|
"kafka_key": assign_var("kafka_key"),
|
|
1809
1813
|
"kafka_secret": assign_var("kafka_secret"),
|
|
1810
1814
|
"kafka_schema_registry_url": assign_var("kafka_schema_registry_url"),
|
|
1811
|
-
"kafka_ssl_ca_pem":
|
|
1815
|
+
"kafka_ssl_ca_pem": kafka_ssl_ca_pem,
|
|
1812
1816
|
"kafka_security_protocol": assign_var("kafka_security_protocol"),
|
|
1813
1817
|
"kafka_sasl_mechanism": assign_var("kafka_sasl_mechanism"),
|
|
1814
1818
|
"kafka_key_avro_deserialization": kafka_key_avro_deserialization_deprecated,
|
|
@@ -4,5 +4,5 @@ __description__ = 'Tinybird Command Line Tool'
|
|
|
4
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.dev234'
|
|
8
|
+
__revision__ = '6c5b794'
|
|
@@ -398,6 +398,15 @@ async def connection_create_kafka(ctx: Context) -> Tuple[str, str, str, str, str
|
|
|
398
398
|
except Exception as e:
|
|
399
399
|
raise CLIConnectionException(FeedbackManager.error(message=str(e)))
|
|
400
400
|
|
|
401
|
+
security_protocol_options = ["SASL_SSL", "PLAINTEXT"]
|
|
402
|
+
security_protocol = click.prompt(
|
|
403
|
+
FeedbackManager.highlight(message="? Security Protocol (SASL_SSL, PLAINTEXT) [SASL_SSL]"),
|
|
404
|
+
type=click.Choice(security_protocol_options),
|
|
405
|
+
show_default=False,
|
|
406
|
+
show_choices=False,
|
|
407
|
+
default="SASL_SSL",
|
|
408
|
+
)
|
|
409
|
+
|
|
401
410
|
sasl_mechanism_options = ["PLAIN", "SCRAM-SHA-256", "SCRAM-SHA-512"]
|
|
402
411
|
sasl_mechanism = click.prompt(
|
|
403
412
|
FeedbackManager.highlight(message="? SASL Mechanism (PLAIN, SCRAM-SHA-256, SCRAM-SHA-512) [PLAIN]"),
|
|
@@ -455,7 +464,7 @@ async def connection_create_kafka(ctx: Context) -> Tuple[str, str, str, str, str
|
|
|
455
464
|
)
|
|
456
465
|
validate_kafka_auto_offset_reset(auto_offset_reset)
|
|
457
466
|
click.echo(FeedbackManager.gray(message="» Validating connection..."))
|
|
458
|
-
|
|
467
|
+
|
|
459
468
|
topics = list_kafka_topics(bootstrap_servers, key, secret, security_protocol, sasl_mechanism)
|
|
460
469
|
|
|
461
470
|
if topics is None:
|
|
@@ -470,11 +479,11 @@ async def connection_create_kafka(ctx: Context) -> Tuple[str, str, str, str, str
|
|
|
470
479
|
tb_secret_key=tb_secret_key,
|
|
471
480
|
secret=secret,
|
|
472
481
|
tb_secret_secret=tb_secret_secret,
|
|
473
|
-
security_protocol=
|
|
482
|
+
security_protocol=security_protocol,
|
|
474
483
|
sasl_mechanism=sasl_mechanism,
|
|
475
484
|
folder=project.folder,
|
|
476
485
|
)
|
|
477
|
-
click.echo(FeedbackManager.
|
|
486
|
+
click.echo(FeedbackManager.info_file_created(file=f"connections/{name}.connection"))
|
|
478
487
|
click.echo(FeedbackManager.success(message="✓ Connection created!"))
|
|
479
488
|
return (
|
|
480
489
|
name,
|
|
@@ -850,7 +850,7 @@ async def datasource_create(
|
|
|
850
850
|
folder=project.folder,
|
|
851
851
|
)
|
|
852
852
|
if datasource_type != "kafka":
|
|
853
|
-
click.echo(FeedbackManager.
|
|
853
|
+
click.echo(FeedbackManager.info_file_created(file=f"connections/{connection_name}.connection"))
|
|
854
854
|
click.echo(FeedbackManager.success(message="✓ .connection created!"))
|
|
855
855
|
connection_files = get_connection_files()
|
|
856
856
|
else:
|
|
@@ -52,12 +52,22 @@ async def secret_ls(ctx: click.Context, match: Optional[str]):
|
|
|
52
52
|
@secret.command(name="set")
|
|
53
53
|
@click.argument("name")
|
|
54
54
|
@click.argument("value", required=False)
|
|
55
|
+
@click.option("--multiline", is_flag=True, help="Whether to use multiline input")
|
|
55
56
|
@click.pass_context
|
|
56
57
|
@coro
|
|
57
|
-
async def secret_set(ctx: click.Context, name: str, value: Optional[str]):
|
|
58
|
+
async def secret_set(ctx: click.Context, name: str, value: Optional[str], multiline: bool):
|
|
58
59
|
"""Create or update secrets"""
|
|
59
60
|
try:
|
|
60
|
-
|
|
61
|
+
if not value:
|
|
62
|
+
if multiline:
|
|
63
|
+
value = click.edit(
|
|
64
|
+
"🔗 IMPORTANT: THIS LINE MUST BE DELETED. Enter your secret value:", extension=".txt"
|
|
65
|
+
)
|
|
66
|
+
else:
|
|
67
|
+
value = click.prompt("Enter value", hide_input=True)
|
|
68
|
+
|
|
69
|
+
assert isinstance(value, str)
|
|
70
|
+
|
|
61
71
|
click.echo(FeedbackManager.highlight(message=f"\n» Setting secret '{name}'..."))
|
|
62
72
|
|
|
63
73
|
client: TinyB = ctx.ensure_object(dict)["client"]
|
|
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.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/build_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/build_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/format_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/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.dev231 → tinybird-0.0.1.dev234}/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.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/tinyunit/tinyunit.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev231 → tinybird-0.0.1.dev234}/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
|