tinybird 0.0.1.dev157__py3-none-any.whl → 0.0.1.dev158__py3-none-any.whl
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/tb/__cli__.py +2 -2
- tinybird/tb/modules/local.py +5 -14
- {tinybird-0.0.1.dev157.dist-info → tinybird-0.0.1.dev158.dist-info}/METADATA +1 -1
- {tinybird-0.0.1.dev157.dist-info → tinybird-0.0.1.dev158.dist-info}/RECORD +7 -7
- {tinybird-0.0.1.dev157.dist-info → tinybird-0.0.1.dev158.dist-info}/WHEEL +0 -0
- {tinybird-0.0.1.dev157.dist-info → tinybird-0.0.1.dev158.dist-info}/entry_points.txt +0 -0
- {tinybird-0.0.1.dev157.dist-info → tinybird-0.0.1.dev158.dist-info}/top_level.txt +0 -0
tinybird/tb/__cli__.py
CHANGED
|
@@ -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.dev158'
|
|
8
|
+
__revision__ = '15a5191'
|
tinybird/tb/modules/local.py
CHANGED
|
@@ -138,10 +138,7 @@ def get_docker_client() -> DockerClient:
|
|
|
138
138
|
except Exception as e:
|
|
139
139
|
add_telemetry_event(
|
|
140
140
|
"docker_error",
|
|
141
|
-
|
|
142
|
-
"error_kind": "docker_context_inspect_error",
|
|
143
|
-
"exception": str(e),
|
|
144
|
-
},
|
|
141
|
+
error=f"docker_context_inspect_error: {str(e)}",
|
|
145
142
|
)
|
|
146
143
|
raise e
|
|
147
144
|
try:
|
|
@@ -149,9 +146,8 @@ def get_docker_client() -> DockerClient:
|
|
|
149
146
|
except Exception as e:
|
|
150
147
|
add_telemetry_event(
|
|
151
148
|
"docker_error",
|
|
149
|
+
error=f"docker_context_inspect_parse_output_error: {str(e)}",
|
|
152
150
|
data={
|
|
153
|
-
"error_kind": "docker_context_inspect_parse_output_error",
|
|
154
|
-
"exception": str(e),
|
|
155
151
|
"docker_context_inspect_output": output,
|
|
156
152
|
},
|
|
157
153
|
)
|
|
@@ -164,9 +160,8 @@ def get_docker_client() -> DockerClient:
|
|
|
164
160
|
except Exception as e:
|
|
165
161
|
add_telemetry_event(
|
|
166
162
|
"docker_error",
|
|
163
|
+
error=f"docker_context_parse_host_error: {str(e)}",
|
|
167
164
|
data={
|
|
168
|
-
"error_kind": "docker_context_parse_host_error",
|
|
169
|
-
"exception": str(e),
|
|
170
165
|
"context": json.dumps(context),
|
|
171
166
|
},
|
|
172
167
|
)
|
|
@@ -178,10 +173,7 @@ def get_docker_client() -> DockerClient:
|
|
|
178
173
|
except Exception as e:
|
|
179
174
|
add_telemetry_event(
|
|
180
175
|
"docker_error",
|
|
181
|
-
|
|
182
|
-
"error_kind": "docker_get_client_from_env_error",
|
|
183
|
-
"exception": str(e),
|
|
184
|
-
},
|
|
176
|
+
error=f"docker_get_client_from_env_error: {str(e)}",
|
|
185
177
|
)
|
|
186
178
|
raise e
|
|
187
179
|
try:
|
|
@@ -190,9 +182,8 @@ def get_docker_client() -> DockerClient:
|
|
|
190
182
|
client_dict_non_sensitive = {k: v for k, v in client.api.__dict__.items() if "auth" not in k}
|
|
191
183
|
add_telemetry_event(
|
|
192
184
|
"docker_error",
|
|
185
|
+
error=f"docker_ping_error: {str(e)}",
|
|
193
186
|
data={
|
|
194
|
-
"error_kind": "docker_ping_error",
|
|
195
|
-
"exception": str(e),
|
|
196
187
|
"client": repr(client_dict_non_sensitive),
|
|
197
188
|
},
|
|
198
189
|
)
|
|
@@ -12,7 +12,7 @@ tinybird/syncasync.py,sha256=IPnOx6lMbf9SNddN1eBtssg8vCLHMt76SuZ6YNYm-Yk,27761
|
|
|
12
12
|
tinybird/tornado_template.py,sha256=jjNVDMnkYFWXflmT8KU_Ssbo5vR8KQq3EJMk5vYgXRw,41959
|
|
13
13
|
tinybird/ch_utils/constants.py,sha256=aYvg2C_WxYWsnqPdZB1ZFoIr8ZY-XjUXYyHKE9Ansj0,3890
|
|
14
14
|
tinybird/ch_utils/engine.py,sha256=BZuPM7MFS7vaEKK5tOMR2bwSAgJudPrJt27uVEwZmTY,40512
|
|
15
|
-
tinybird/tb/__cli__.py,sha256=
|
|
15
|
+
tinybird/tb/__cli__.py,sha256=D2qtrfLEDxpvP71W2AsYv3LMZQASSN0tcvaXqUOE5-E,247
|
|
16
16
|
tinybird/tb/check_pypi.py,sha256=rW4QmDRbtgKdUUwJCnBkVjmTjZSZGN-XgZhx7vMkC0w,1009
|
|
17
17
|
tinybird/tb/cli.py,sha256=uPV6pvi4aYVfaiGs0DQO-eoi1g9dHlrgvhutkXkdJko,1075
|
|
18
18
|
tinybird/tb/client.py,sha256=aaPKq5C77e72kR7IMv9WrvnvNki8mKMOTi9EsCp0eUc,55962
|
|
@@ -37,7 +37,7 @@ tinybird/tb/modules/infra.py,sha256=fve30Gj3mG9zbquGxS2e4ipcOYOxviWQCpNFfEzJN_Q,
|
|
|
37
37
|
tinybird/tb/modules/job.py,sha256=n4dSSBgnA8NqD7srGahf2xRj6wxkmX9Vl0J-QJ_a2w0,2966
|
|
38
38
|
tinybird/tb/modules/llm.py,sha256=KfsCYmKeW1VQz0iDZhGKCRkQv_Y3kTHh6JuxvofOguE,1076
|
|
39
39
|
tinybird/tb/modules/llm_utils.py,sha256=nS9r4FAElJw8yXtmdYrx-rtI2zXR8qXfi1QqUDCfxvg,3469
|
|
40
|
-
tinybird/tb/modules/local.py,sha256=
|
|
40
|
+
tinybird/tb/modules/local.py,sha256=SUaGWH9TLDFFF9uCw4y7UW4NsKgnXG8uxTcxz1dbkCM,14230
|
|
41
41
|
tinybird/tb/modules/local_common.py,sha256=GMbA0aKaDXzOIHVCfi_IJyQ7ziWPUhTWk0I_CZm8nmQ,4763
|
|
42
42
|
tinybird/tb/modules/login.py,sha256=fmXPSdvJnKPv03chptGuu3_Fm6LhP6kUsUKhrmT8rJc,8269
|
|
43
43
|
tinybird/tb/modules/logout.py,sha256=ULooy1cDBD02-r7voZmhV7udA0ML5tVuflJyShrh56Y,1022
|
|
@@ -80,8 +80,8 @@ tinybird/tb_cli_modules/config.py,sha256=IsgdtFRnUrkY8-Zo32lmk6O7u3bHie1QCxLwgp4
|
|
|
80
80
|
tinybird/tb_cli_modules/exceptions.py,sha256=pmucP4kTF4irIt7dXiG-FcnI-o3mvDusPmch1L8RCWk,3367
|
|
81
81
|
tinybird/tb_cli_modules/regions.py,sha256=QjsL5H6Kg-qr0aYVLrvb1STeJ5Sx_sjvbOYO0LrEGMk,166
|
|
82
82
|
tinybird/tb_cli_modules/telemetry.py,sha256=Hh2Io8ZPROSunbOLuMvuIFU4TqwWPmQTqal4WS09K1A,10449
|
|
83
|
-
tinybird-0.0.1.
|
|
84
|
-
tinybird-0.0.1.
|
|
85
|
-
tinybird-0.0.1.
|
|
86
|
-
tinybird-0.0.1.
|
|
87
|
-
tinybird-0.0.1.
|
|
83
|
+
tinybird-0.0.1.dev158.dist-info/METADATA,sha256=_fDRnek82F65waVdjHMKU_WuJJcNu0vRwshmgg0YgGk,1607
|
|
84
|
+
tinybird-0.0.1.dev158.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
85
|
+
tinybird-0.0.1.dev158.dist-info/entry_points.txt,sha256=LwdHU6TfKx4Qs7BqqtaczEZbImgU7Abe9Lp920zb_fo,43
|
|
86
|
+
tinybird-0.0.1.dev158.dist-info/top_level.txt,sha256=VqqqEmkAy7UNaD8-V51FCoMMWXjLUlR0IstvK7tJYVY,54
|
|
87
|
+
tinybird-0.0.1.dev158.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|