tinybird 0.0.1.dev28__tar.gz → 0.0.1.dev29__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.dev28 → tinybird-0.0.1.dev29}/PKG-INFO +1 -1
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/__cli__.py +2 -2
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/deploy.py +33 -33
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird.egg-info/PKG-INFO +1 -1
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/setup.cfg +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/__cli__.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/check_pypi.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/client.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/config.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/connectors.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/context.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/datafile.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/datatypes.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/git_settings.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/prompts.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/sql.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/sql_template.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/sql_toolset.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/syncasync.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/cli.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/auth.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/build.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/build_server.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/common.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/config.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/connection.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/create.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/common.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/exceptions.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/parse_datasource.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/parse_pipe.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/fmt.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/job.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/local.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/login.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/table.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/tag.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/test.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/token.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird/tornado_template.py +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/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.dev29'
|
|
8
|
+
__revision__ = '1ff2823'
|
|
@@ -3,7 +3,7 @@ import json
|
|
|
3
3
|
import logging
|
|
4
4
|
import time
|
|
5
5
|
from pathlib import Path
|
|
6
|
-
from typing import List
|
|
6
|
+
from typing import List, Optional
|
|
7
7
|
|
|
8
8
|
import click
|
|
9
9
|
import requests
|
|
@@ -24,8 +24,8 @@ def project_files(project_path: Path) -> List[str]:
|
|
|
24
24
|
return project_files
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
def promote_deployment(host: str, headers: dict) -> None:
|
|
28
|
-
TINYBIRD_API_URL = host
|
|
27
|
+
def promote_deployment(host: Optional[str], headers: dict) -> None:
|
|
28
|
+
TINYBIRD_API_URL = f"{host}/v1/deployments"
|
|
29
29
|
r = requests.get(TINYBIRD_API_URL, headers=headers)
|
|
30
30
|
result = r.json()
|
|
31
31
|
logging.debug(json.dumps(result, indent=2))
|
|
@@ -50,14 +50,14 @@ def promote_deployment(host: str, headers: dict) -> None:
|
|
|
50
50
|
else:
|
|
51
51
|
click.echo(FeedbackManager.success(message="Promoting deployment"))
|
|
52
52
|
|
|
53
|
-
TINYBIRD_API_URL =
|
|
53
|
+
TINYBIRD_API_URL = f"{host}/v1/deployments/{candidate_deployment.get('id')}/set-live"
|
|
54
54
|
r = requests.post(TINYBIRD_API_URL, headers=headers)
|
|
55
55
|
result = r.json()
|
|
56
56
|
logging.debug(json.dumps(result, indent=2))
|
|
57
57
|
|
|
58
58
|
click.echo(FeedbackManager.success(message="Removing old deployment"))
|
|
59
59
|
|
|
60
|
-
TINYBIRD_API_URL =
|
|
60
|
+
TINYBIRD_API_URL = f"{host}/v1/deployments/{last_deployment.get('id')}"
|
|
61
61
|
r = requests.delete(TINYBIRD_API_URL, headers=headers)
|
|
62
62
|
result = r.json()
|
|
63
63
|
logging.debug(json.dumps(result, indent=2))
|
|
@@ -65,8 +65,8 @@ def promote_deployment(host: str, headers: dict) -> None:
|
|
|
65
65
|
click.echo(FeedbackManager.success(message="Deployment promoted successfully"))
|
|
66
66
|
|
|
67
67
|
|
|
68
|
-
def rollback_deployment(host: str, headers: dict) -> None:
|
|
69
|
-
TINYBIRD_API_URL = host
|
|
68
|
+
def rollback_deployment(host: Optional[str], headers: dict) -> None:
|
|
69
|
+
TINYBIRD_API_URL = f"{host}/v1/deployments"
|
|
70
70
|
r = requests.get(TINYBIRD_API_URL, headers=headers)
|
|
71
71
|
result = r.json()
|
|
72
72
|
logging.debug(json.dumps(result, indent=2))
|
|
@@ -91,14 +91,14 @@ def rollback_deployment(host: str, headers: dict) -> None:
|
|
|
91
91
|
else:
|
|
92
92
|
click.echo(FeedbackManager.success(message="Promoting previous deployment"))
|
|
93
93
|
|
|
94
|
-
TINYBIRD_API_URL =
|
|
94
|
+
TINYBIRD_API_URL = f"{host}/v1/deployments/{previous_deployment.get('id')}/set-live"
|
|
95
95
|
r = requests.post(TINYBIRD_API_URL, headers=headers)
|
|
96
96
|
result = r.json()
|
|
97
97
|
logging.debug(json.dumps(result, indent=2))
|
|
98
98
|
|
|
99
99
|
click.echo(FeedbackManager.success(message="Removing current deployment"))
|
|
100
100
|
|
|
101
|
-
TINYBIRD_API_URL =
|
|
101
|
+
TINYBIRD_API_URL = f"{host}/v1/deployments/{current_deployment.get('id')}"
|
|
102
102
|
r = requests.delete(TINYBIRD_API_URL, headers=headers)
|
|
103
103
|
result = r.json()
|
|
104
104
|
logging.debug(json.dumps(result, indent=2))
|
|
@@ -106,7 +106,15 @@ def rollback_deployment(host: str, headers: dict) -> None:
|
|
|
106
106
|
click.echo(FeedbackManager.success(message="Deployment rolled back successfully"))
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
@cli.
|
|
109
|
+
@cli.group(name="deploy")
|
|
110
|
+
def deploy_group() -> None:
|
|
111
|
+
"""
|
|
112
|
+
Deploy commands.
|
|
113
|
+
"""
|
|
114
|
+
pass
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
@deploy_group.command(name="create")
|
|
110
118
|
@click.argument("project_path", type=click.Path(exists=True), default=Path.cwd())
|
|
111
119
|
@click.option(
|
|
112
120
|
"--wait/--no-wait",
|
|
@@ -120,7 +128,7 @@ def rollback_deployment(host: str, headers: dict) -> None:
|
|
|
120
128
|
default=False,
|
|
121
129
|
help="Auto-promote the deployment. Only works if --wait is enabled. Disabled by default.",
|
|
122
130
|
)
|
|
123
|
-
def
|
|
131
|
+
def create(project_path: Path, wait: bool, auto: bool) -> None:
|
|
124
132
|
"""
|
|
125
133
|
Validate and deploy the project server side.
|
|
126
134
|
"""
|
|
@@ -133,7 +141,7 @@ def deploy(project_path: Path, wait: bool, auto: bool) -> None:
|
|
|
133
141
|
}
|
|
134
142
|
|
|
135
143
|
config = CLIConfig.get_project_config(str(project_path))
|
|
136
|
-
TINYBIRD_API_URL =
|
|
144
|
+
TINYBIRD_API_URL = f"{config.get_host()}/v1/deploy"
|
|
137
145
|
TINYBIRD_API_KEY = config.get_token()
|
|
138
146
|
|
|
139
147
|
files = [
|
|
@@ -178,7 +186,7 @@ def deploy(project_path: Path, wait: bool, auto: bool) -> None:
|
|
|
178
186
|
if deployment and wait:
|
|
179
187
|
while deployment.get("status") != "data_ready":
|
|
180
188
|
time.sleep(5)
|
|
181
|
-
TINYBIRD_API_URL =
|
|
189
|
+
TINYBIRD_API_URL = f"{config.get_host()}/v1/deployments/{deployment.get('id')}"
|
|
182
190
|
r = requests.get(TINYBIRD_API_URL, headers=HEADERS)
|
|
183
191
|
result = r.json()
|
|
184
192
|
deployment = result.get("deployment")
|
|
@@ -189,28 +197,20 @@ def deploy(project_path: Path, wait: bool, auto: bool) -> None:
|
|
|
189
197
|
click.echo(FeedbackManager.success(message="Deployment is ready"))
|
|
190
198
|
|
|
191
199
|
if auto:
|
|
192
|
-
promote_deployment(
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
@cli.group(name="releases")
|
|
196
|
-
def releases_group() -> None:
|
|
197
|
-
"""
|
|
198
|
-
Release commands.
|
|
199
|
-
"""
|
|
200
|
-
pass
|
|
200
|
+
promote_deployment(config.get_host(), HEADERS)
|
|
201
201
|
|
|
202
202
|
|
|
203
|
-
@
|
|
203
|
+
@deploy_group.command(name="list")
|
|
204
204
|
@click.argument("project_path", type=click.Path(exists=True), default=Path.cwd())
|
|
205
|
-
def
|
|
205
|
+
def deploy_list(project_path: Path) -> None:
|
|
206
206
|
"""
|
|
207
|
-
List all the
|
|
207
|
+
List all the deployments you have in the project.
|
|
208
208
|
"""
|
|
209
209
|
config = CLIConfig.get_project_config(str(project_path))
|
|
210
210
|
|
|
211
211
|
TINYBIRD_API_KEY = config.get_token()
|
|
212
212
|
HEADERS = {"Authorization": f"Bearer {TINYBIRD_API_KEY}"}
|
|
213
|
-
TINYBIRD_API_URL =
|
|
213
|
+
TINYBIRD_API_URL = f"{config.get_host()}/v1/deployments"
|
|
214
214
|
|
|
215
215
|
r = requests.get(TINYBIRD_API_URL, headers=HEADERS)
|
|
216
216
|
result = r.json()
|
|
@@ -226,9 +226,9 @@ def release_list(project_path: Path) -> None:
|
|
|
226
226
|
echo_safe_humanfriendly_tables_format_smart_table(table, column_names=columns)
|
|
227
227
|
|
|
228
228
|
|
|
229
|
-
@
|
|
229
|
+
@deploy_group.command(name="promote")
|
|
230
230
|
@click.argument("project_path", type=click.Path(exists=True), default=Path.cwd())
|
|
231
|
-
def
|
|
231
|
+
def deploy_promote(project_path: Path) -> None:
|
|
232
232
|
"""
|
|
233
233
|
Promote last deploy to ready and remove old one.
|
|
234
234
|
"""
|
|
@@ -237,18 +237,18 @@ def release_promote(project_path: Path) -> None:
|
|
|
237
237
|
TINYBIRD_API_KEY = config.get_token()
|
|
238
238
|
HEADERS = {"Authorization": f"Bearer {TINYBIRD_API_KEY}"}
|
|
239
239
|
|
|
240
|
-
promote_deployment(
|
|
240
|
+
promote_deployment(config.get_host(), HEADERS)
|
|
241
241
|
|
|
242
242
|
|
|
243
|
-
@
|
|
243
|
+
@deploy_group.command(name="rollback")
|
|
244
244
|
@click.argument("project_path", type=click.Path(exists=True), default=Path.cwd())
|
|
245
|
-
def
|
|
245
|
+
def deploy_rollback(project_path: Path) -> None:
|
|
246
246
|
"""
|
|
247
|
-
Rollback to the previous
|
|
247
|
+
Rollback to the previous deployment.
|
|
248
248
|
"""
|
|
249
249
|
config = CLIConfig.get_project_config(str(project_path))
|
|
250
250
|
|
|
251
251
|
TINYBIRD_API_KEY = config.get_token()
|
|
252
252
|
HEADERS = {"Authorization": f"Bearer {TINYBIRD_API_KEY}"}
|
|
253
253
|
|
|
254
|
-
rollback_deployment(
|
|
254
|
+
rollback_deployment(config.get_host(), HEADERS)
|
|
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.dev28 → tinybird-0.0.1.dev29}/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.dev28 → tinybird-0.0.1.dev29}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/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
|
{tinybird-0.0.1.dev28 → tinybird-0.0.1.dev29}/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
|