tinybird 0.0.1.dev145__tar.gz → 0.0.1.dev147__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.dev145 → tinybird-0.0.1.dev147}/PKG-INFO +1 -1
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/__cli__.py +2 -2
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/cicd.py +2 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/feedback_manager.py +2 -2
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/local_common.py +11 -9
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird.egg-info/PKG-INFO +1 -1
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/setup.cfg +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/__cli__.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/check_pypi.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/client.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/config.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/connectors.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/context.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/datafile.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/datatypes.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/git_settings.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/prompts.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/sql.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/sql_template.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/sql_toolset.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/syncasync.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/check_pypi.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/cli.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/client.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/config.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/auth.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/build.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/common.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/config.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/connection.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/create.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/common.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/exceptions.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/parse_datasource.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/parse_pipe.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/deprecations.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/infra.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/job.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/local.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/login.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/open.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/project.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/secret.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/table.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/test.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/token.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tornado_template.py +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/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.dev147'
|
|
8
|
+
__revision__ = 'c9f089b'
|
|
@@ -618,7 +618,7 @@ You'll be creating a Google Service Account and you will grant it access to you
|
|
|
618
618
|
STEP 2: CREATE GCP SERVICE ACCOUNT
|
|
619
619
|
──────────────────────────────────────────────────────────────
|
|
620
620
|
|
|
621
|
-
1. Go to \033]8;https://console.cloud.google.com/iam-admin/serviceaccounts/create\033\\Service Accounts > + Create
|
|
621
|
+
1. Go to \033]8;https://console.cloud.google.com/iam-admin/serviceaccounts/create\033\\IAM & Admin > Service Accounts > + Create Service Account\033]8;;\033\\
|
|
622
622
|
2. Provide a service account name. Name the service account something meaningful (e.g., TinybirdGCS-{environment}-svc-account)
|
|
623
623
|
3. Click "Create and continue"
|
|
624
624
|
4. Click the "Select a role" drop down menu and select "Storage Object Viewer" (You can add IAM condition to provide access to selected buckets. More info in \033]8;;https://www.tinybird.co/docs/forward/get-data-in/connectors/gcs\033\\IAM Conditions\033]8;;\033\\)
|
|
@@ -632,7 +632,7 @@ STEP 2: CREATE GCP SERVICE ACCOUNT
|
|
|
632
632
|
STEP 3: ADD KEY TO SERVICE ACCOUNT
|
|
633
633
|
──────────────────────────────────────────────────────────────
|
|
634
634
|
|
|
635
|
-
1.
|
|
635
|
+
1. In the Service Account you just created, go to Keys
|
|
636
636
|
2. Click the "Add key" drop down menu and select "Create new key"
|
|
637
637
|
3. Select "JSON" and click "Create". This should have downloaded a .json file.
|
|
638
638
|
4. Copy the whole json and paste it here. This will create a tinybird secret, so there is no need to have that credentials file in the project.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import hashlib
|
|
2
2
|
import logging
|
|
3
3
|
import os
|
|
4
|
+
import re
|
|
4
5
|
from typing import Any, Dict
|
|
5
6
|
|
|
6
7
|
import requests
|
|
@@ -13,14 +14,15 @@ from tinybird.tb.modules.feedback_manager import FeedbackManager
|
|
|
13
14
|
TB_IMAGE_NAME = "tinybirdco/tinybird-local:latest"
|
|
14
15
|
TB_CONTAINER_NAME = "tinybird-local"
|
|
15
16
|
TB_LOCAL_PORT = int(os.getenv("TB_LOCAL_PORT", 7181))
|
|
16
|
-
TB_LOCAL_HOST =
|
|
17
|
+
TB_LOCAL_HOST = re.sub(r"^https?://", "", os.getenv("TB_LOCAL_HOST", "localhost"))
|
|
18
|
+
TB_LOCAL_ADDRESS = f"http://{TB_LOCAL_HOST}:{TB_LOCAL_PORT}"
|
|
17
19
|
|
|
18
20
|
|
|
19
21
|
async def get_tinybird_local_client(config_obj: Dict[str, Any], staging: bool = False) -> TinyB:
|
|
20
22
|
"""Get a Tinybird client connected to the local environment."""
|
|
21
23
|
|
|
22
24
|
config = await get_tinybird_local_config(config_obj)
|
|
23
|
-
return config.get_client(host=
|
|
25
|
+
return config.get_client(host=TB_LOCAL_ADDRESS, staging=staging)
|
|
24
26
|
|
|
25
27
|
|
|
26
28
|
async def get_tinybird_local_config(config_obj: Dict[str, Any]) -> CLIConfig:
|
|
@@ -33,7 +35,7 @@ async def get_tinybird_local_config(config_obj: Dict[str, Any]) -> CLIConfig:
|
|
|
33
35
|
|
|
34
36
|
try:
|
|
35
37
|
# ruff: noqa: ASYNC210
|
|
36
|
-
tokens = requests.get(f"{
|
|
38
|
+
tokens = requests.get(f"{TB_LOCAL_ADDRESS}/tokens").json()
|
|
37
39
|
except Exception:
|
|
38
40
|
raise CLILocalException(
|
|
39
41
|
FeedbackManager.error(message="Tinybird local is not running. Please run `tb local start` first.")
|
|
@@ -44,7 +46,7 @@ async def get_tinybird_local_config(config_obj: Dict[str, Any]) -> CLIConfig:
|
|
|
44
46
|
default_token = tokens["workspace_admin_token"]
|
|
45
47
|
# Create a new workspace if path is provided. This is used to isolate the build in a different workspace.
|
|
46
48
|
if path:
|
|
47
|
-
user_client = config.get_client(host=
|
|
49
|
+
user_client = config.get_client(host=TB_LOCAL_ADDRESS, token=user_token)
|
|
48
50
|
ws_name = config.get("name") or config_obj.get("name") or get_build_workspace_name(path)
|
|
49
51
|
if not ws_name:
|
|
50
52
|
raise AuthNoTokenException()
|
|
@@ -52,7 +54,7 @@ async def get_tinybird_local_config(config_obj: Dict[str, Any]) -> CLIConfig:
|
|
|
52
54
|
logging.debug(f"Workspace used for build: {ws_name}")
|
|
53
55
|
|
|
54
56
|
user_workspaces = requests.get(
|
|
55
|
-
f"{
|
|
57
|
+
f"{TB_LOCAL_ADDRESS}/v1/user/workspaces?with_organization=true&token={admin_token}"
|
|
56
58
|
).json()
|
|
57
59
|
user_org_id = user_workspaces.get("organization_id", {})
|
|
58
60
|
local_workspaces = user_workspaces.get("workspaces", [])
|
|
@@ -63,7 +65,7 @@ async def get_tinybird_local_config(config_obj: Dict[str, Any]) -> CLIConfig:
|
|
|
63
65
|
await user_client.create_workspace(
|
|
64
66
|
ws_name, template=None, assign_to_organization_id=user_org_id, version="v1"
|
|
65
67
|
)
|
|
66
|
-
user_workspaces = requests.get(f"{
|
|
68
|
+
user_workspaces = requests.get(f"{TB_LOCAL_ADDRESS}/v1/user/workspaces?token={admin_token}").json()
|
|
67
69
|
ws = next((ws for ws in user_workspaces["workspaces"] if ws["name"] == ws_name), None)
|
|
68
70
|
if not ws:
|
|
69
71
|
raise AuthNoTokenException()
|
|
@@ -71,11 +73,11 @@ async def get_tinybird_local_config(config_obj: Dict[str, Any]) -> CLIConfig:
|
|
|
71
73
|
ws_token = ws["token"]
|
|
72
74
|
|
|
73
75
|
config.set_token(ws_token)
|
|
74
|
-
config.set_token_for_host(
|
|
75
|
-
config.set_host(
|
|
76
|
+
config.set_token_for_host(TB_LOCAL_ADDRESS, ws_token)
|
|
77
|
+
config.set_host(TB_LOCAL_ADDRESS)
|
|
76
78
|
else:
|
|
77
79
|
config.set_token(default_token)
|
|
78
|
-
config.set_token_for_host(
|
|
80
|
+
config.set_token_for_host(TB_LOCAL_ADDRESS, default_token)
|
|
79
81
|
|
|
80
82
|
config.set_user_token(user_token)
|
|
81
83
|
return config
|
|
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.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/build_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/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
|
{tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/format_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb/modules/datafile/parse_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/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
|
{tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/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.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/tinyunit/tinyunit.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev145 → tinybird-0.0.1.dev147}/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
|