tinybird 0.0.1.dev88__tar.gz → 0.0.1.dev89__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.dev88 → tinybird-0.0.1.dev89}/PKG-INFO +1 -1
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/ch_utils/engine.py +12 -6
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/config.py +2 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/context.py +1 -1
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/__cli__.py +2 -2
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/deployment.py +11 -9
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird.egg-info/PKG-INFO +1 -1
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/setup.cfg +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/__cli__.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/check_pypi.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/client.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/connectors.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/datafile.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/datatypes.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/git_settings.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/prompts.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/sql.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/sql_template.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/sql_toolset.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/syncasync.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/cli.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/auth.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/build.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/common.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/config.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/create.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/common.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/exceptions.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/parse_datasource.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/parse_pipe.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/fmt.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/job.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/local.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/login.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/playground.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/project.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/table.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/tag.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/test.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/token.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird/tornado_template.py +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/tinybird.egg-info/top_level.txt +0 -0
|
@@ -761,6 +761,16 @@ def engine_local_to_replicated(engine: str, database: str, name: str) -> str:
|
|
|
761
761
|
return re.sub(r"(.*)MergeTree(\(([^\)]*)\))*(.*)", _replace, engine.strip())
|
|
762
762
|
|
|
763
763
|
|
|
764
|
+
def ttl_from_engine(engine: str) -> Optional[str]:
|
|
765
|
+
ttl_array = engine.split(" TTL ")
|
|
766
|
+
if len(ttl_array) <= 1:
|
|
767
|
+
return None
|
|
768
|
+
settings_array = engine.split(" SETTINGS ")
|
|
769
|
+
settings = " SETTINGS " + settings_array[1] if len(settings_array) > 1 else None
|
|
770
|
+
ttl = ttl_array[1][: -(len(settings))] if settings else ttl_array[1]
|
|
771
|
+
return ttl
|
|
772
|
+
|
|
773
|
+
|
|
764
774
|
def ttl_condition_from_engine_full(engine_full: Optional[str]) -> Optional[str]:
|
|
765
775
|
"""
|
|
766
776
|
>>> ttl_condition_from_engine_full(None)
|
|
@@ -808,13 +818,9 @@ def ttl_condition_from_engine_full(engine_full: Optional[str]) -> Optional[str]:
|
|
|
808
818
|
return None
|
|
809
819
|
|
|
810
820
|
try:
|
|
811
|
-
|
|
812
|
-
if
|
|
821
|
+
ttl = ttl_from_engine(engine_full)
|
|
822
|
+
if not ttl:
|
|
813
823
|
return None
|
|
814
|
-
settings_array = engine_full.split(" SETTINGS ")
|
|
815
|
-
settings = " SETTINGS " + settings_array[1] if len(settings_array) > 1 else None
|
|
816
|
-
ttl = ttl_array[1][: -(len(settings))] if settings else ttl_array[1]
|
|
817
|
-
|
|
818
824
|
groups = SIMPLE_TTL_DEFINITION.search(ttl)
|
|
819
825
|
if not groups:
|
|
820
826
|
return None
|
|
@@ -30,6 +30,7 @@ LEGACY_HOSTS = {
|
|
|
30
30
|
"https://api.us-west-2.aws.tinybird.co": "https://app.tinybird.co/aws/us-west-2",
|
|
31
31
|
"https://api.eu-central-1.aws.tinybird.co": "https://app.tinybird.co/aws/eu-central-1",
|
|
32
32
|
"https://api.eu-west-1.aws.tinybird.co": "https://app.tinybird.co/aws/eu-west-1",
|
|
33
|
+
"https://api.europe-west2.gcp.tinybird.co": "https://cloud.tinybird.co/gcp/europe-west2",
|
|
33
34
|
"https://api.ap-east.aws.tinybird.co": "https://app.tinybird.co/aws/ap-east",
|
|
34
35
|
"https://api.wadus1.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus1",
|
|
35
36
|
"https://api.wadus2.gcp.tinybird.co": "https://app.wadus.tinybird.co/gcp/wadus2",
|
|
@@ -48,6 +49,7 @@ LEGACY_HOSTS = {
|
|
|
48
49
|
"https://ui.us-east.aws.tinybird.co": "https://app.tinybird.co/aws/us-east-1",
|
|
49
50
|
"https://ui.us-west-2.aws.tinybird.co": "https://app.tinybird.co/aws/us-west-2",
|
|
50
51
|
"https://ui.eu-central-1.aws.tinybird.co": "https://app.tinybird.co/aws/eu-central-1",
|
|
52
|
+
"https://ui.europe-west2.gcp.tinybird.co": "https://cloud.tinybird.co/gcp/europe-west2",
|
|
51
53
|
"https://ui.ap-east.aws.tinybird.co": "https://app.tinybird.co/aws/ap-east",
|
|
52
54
|
"https://ui.split.tinybird.co": "https://app.tinybird.co/aws/split-us-east",
|
|
53
55
|
"https://ui.split.us-west-2.aws.tinybird.co": "https://app.tinybird.co/aws/split-us-west-2",
|
|
@@ -7,7 +7,7 @@ if TYPE_CHECKING:
|
|
|
7
7
|
|
|
8
8
|
workspace_id: ContextVar[str] = ContextVar("workspace_id")
|
|
9
9
|
workspace: ContextVar["User"] = ContextVar("workspace")
|
|
10
|
-
|
|
10
|
+
table_id: ContextVar[str] = ContextVar("table_id")
|
|
11
11
|
hfi_frequency: ContextVar[float] = ContextVar("hfi_frequency")
|
|
12
12
|
hfi_frequency_gatherer: ContextVar[float] = ContextVar("hfi_frequency_gatherer")
|
|
13
13
|
use_gatherer: ContextVar[bool] = ContextVar("use_gatherer")
|
|
@@ -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.dev89'
|
|
8
|
+
__revision__ = '6153af6'
|
|
@@ -191,17 +191,19 @@ def deployment_group() -> None:
|
|
|
191
191
|
help="Validate the deployment before creating it. Disabled by default.",
|
|
192
192
|
)
|
|
193
193
|
@click.option(
|
|
194
|
-
"--allow-
|
|
194
|
+
"--allow-destructive-operations/--no-allow-destructive-operations",
|
|
195
195
|
is_flag=True,
|
|
196
196
|
default=False,
|
|
197
197
|
help="Allow removing datasources. Disabled by default.",
|
|
198
198
|
)
|
|
199
199
|
@click.pass_context
|
|
200
|
-
def deployment_create(
|
|
200
|
+
def deployment_create(
|
|
201
|
+
ctx: click.Context, wait: bool, auto: bool, check: bool, allow_destructive_operations: bool
|
|
202
|
+
) -> None:
|
|
201
203
|
"""
|
|
202
204
|
Validate and deploy the project server side.
|
|
203
205
|
"""
|
|
204
|
-
create_deployment(ctx, wait, auto, check,
|
|
206
|
+
create_deployment(ctx, wait, auto, check, allow_destructive_operations)
|
|
205
207
|
|
|
206
208
|
|
|
207
209
|
@deployment_group.command(name="ls")
|
|
@@ -298,17 +300,17 @@ def deployment_rollback(ctx: click.Context, wait: bool) -> None:
|
|
|
298
300
|
help="Validate the deployment before creating it. Disabled by default.",
|
|
299
301
|
)
|
|
300
302
|
@click.option(
|
|
301
|
-
"--allow-
|
|
303
|
+
"--allow-destructive-operations/--no-allow-destructive-operations",
|
|
302
304
|
is_flag=True,
|
|
303
305
|
default=False,
|
|
304
306
|
help="Allow removing datasources. Disabled by default.",
|
|
305
307
|
)
|
|
306
308
|
@click.pass_context
|
|
307
|
-
def deploy(ctx: click.Context, wait: bool, auto: bool, check: bool,
|
|
309
|
+
def deploy(ctx: click.Context, wait: bool, auto: bool, check: bool, allow_destructive_operations: bool) -> None:
|
|
308
310
|
"""
|
|
309
311
|
Deploy the project.
|
|
310
312
|
"""
|
|
311
|
-
create_deployment(ctx, wait, auto, check,
|
|
313
|
+
create_deployment(ctx, wait, auto, check, allow_destructive_operations)
|
|
312
314
|
|
|
313
315
|
|
|
314
316
|
def create_deployment(
|
|
@@ -316,7 +318,7 @@ def create_deployment(
|
|
|
316
318
|
wait: bool,
|
|
317
319
|
auto: bool,
|
|
318
320
|
check: Optional[bool] = None,
|
|
319
|
-
|
|
321
|
+
allow_destructive_operations: Optional[bool] = None,
|
|
320
322
|
) -> None:
|
|
321
323
|
# TODO: This code is duplicated in build_server.py
|
|
322
324
|
# Should be refactored to be shared
|
|
@@ -350,8 +352,8 @@ def create_deployment(
|
|
|
350
352
|
if check:
|
|
351
353
|
click.echo(FeedbackManager.highlight(message="\n» Validating deployment...\n"))
|
|
352
354
|
params["check"] = "true"
|
|
353
|
-
if
|
|
354
|
-
params["
|
|
355
|
+
if allow_destructive_operations:
|
|
356
|
+
params["allow_destructive_operations"] = "true"
|
|
355
357
|
r = requests.post(TINYBIRD_API_URL, files=files, headers=HEADERS, params=params)
|
|
356
358
|
result = r.json()
|
|
357
359
|
logging.debug(json.dumps(result, indent=2))
|
|
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.dev88 → tinybird-0.0.1.dev89}/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.dev88 → tinybird-0.0.1.dev89}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev88 → tinybird-0.0.1.dev89}/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
|