tinybird 4.6.7.dev0__tar.gz → 4.6.8.dev0__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.
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/PKG-INFO +6 -1
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/sql_template.py +9 -12
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/__cli__.py +2 -2
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/login_common.py +12 -3
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird.egg-info/PKG-INFO +6 -1
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/setup.cfg +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/__cli__.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/check_pypi.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/client.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/config.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/context.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/datafile/common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/datafile/exceptions.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/datafile/parse_connection.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/datafile/parse_datasource.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/datafile/parse_pipe.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/datatypes.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/feedback_manager.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/git_settings.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/iterating/__init__.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/iterating/data_branch_modes.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/prompts.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/service_datasources.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/sql.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/sql_toolset.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/syncasync.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/check_pypi.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/cli.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/client.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/config.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/branch.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/build.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/build_common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/config.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/connection.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/connection_dynamodb.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/connection_kafka.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/connection_s3.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/create.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/format_connection.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/deployment_common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/deprecations.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/fmt.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/info.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/infra.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/job.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/job_common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/local.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/local_logs.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/login.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/logs.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/open.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/preview.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/project.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/project_commands.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/py_project.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/query_output.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/secret.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/secret_common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/sink.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/table.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/test.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/test_common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/token.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/ts_project.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tornado_template.py +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tinybird
|
|
3
|
-
Version: 4.6.
|
|
3
|
+
Version: 4.6.8.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/forward/commands
|
|
6
6
|
Author: Tinybird
|
|
@@ -52,6 +52,11 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
|
|
|
52
52
|
Changelog
|
|
53
53
|
----------
|
|
54
54
|
|
|
55
|
+
4.6.7.
|
|
56
|
+
*******
|
|
57
|
+
|
|
58
|
+
- `Fixed` `tb login` now raises an actionable error when the CLI cannot complete the authentication.
|
|
59
|
+
|
|
55
60
|
4.6.6
|
|
56
61
|
*******
|
|
57
62
|
|
|
@@ -1953,11 +1953,12 @@ def get_var_data(content, node_id=None):
|
|
|
1953
1953
|
"""
|
|
1954
1954
|
|
|
1955
1955
|
def node_to_value(x):
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1956
|
+
# ast.Constant supersedes the deprecated ast.Bytes/ast.Str/ast.Num/
|
|
1957
|
+
# ast.NameConstant node classes. Those were aliases of ast.Constant
|
|
1958
|
+
# since Python 3.8 (emitting DeprecationWarning on access in 3.12) and
|
|
1959
|
+
# were removed in Python 3.14. The parser only ever produces
|
|
1960
|
+
# ast.Constant nodes, so .value holds str/bytes/int/float/bool/None.
|
|
1961
|
+
if type(x) == ast.Constant: # noqa: E721
|
|
1961
1962
|
return x.value
|
|
1962
1963
|
elif type(x) == ast.Name: # noqa: E721
|
|
1963
1964
|
return x.id
|
|
@@ -1971,8 +1972,6 @@ def get_var_data(content, node_id=None):
|
|
|
1971
1972
|
if not r:
|
|
1972
1973
|
r = node_to_value(x.right)
|
|
1973
1974
|
return r
|
|
1974
|
-
elif type(x) == ast.Constant: # noqa: E721
|
|
1975
|
-
return x.value
|
|
1976
1975
|
elif type(x) == ast.UnaryOp and type(x.operand) == ast.Constant: # noqa: E721
|
|
1977
1976
|
if type(x.op) == ast.USub: # noqa: E721
|
|
1978
1977
|
return x.operand.value * -1
|
|
@@ -1991,11 +1990,9 @@ def get_var_data(content, node_id=None):
|
|
|
1991
1990
|
return []
|
|
1992
1991
|
|
|
1993
1992
|
first_elem = x.elts[0]
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
return [elem.n for elem in x.elts]
|
|
1998
|
-
elif type(first_elem) == ast.NameConstant or type(first_elem) == ast.Constant: # noqa: E721
|
|
1993
|
+
# See node_to_value: ast.Constant supersedes the deprecated
|
|
1994
|
+
# ast.Bytes/ast.Str/ast.Num/ast.NameConstant (removed in 3.14).
|
|
1995
|
+
if type(first_elem) == ast.Constant: # noqa: E721
|
|
1999
1996
|
return [elem.value for elem in x.elts]
|
|
2000
1997
|
elif type(first_elem) == ast.Name: # noqa: E721
|
|
2001
1998
|
return [elem.id for elem in x.elts]
|
|
@@ -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__ = '4.6.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '4.6.8.dev0'
|
|
8
|
+
__revision__ = '1177944'
|
|
@@ -213,13 +213,22 @@ def login(
|
|
|
213
213
|
|
|
214
214
|
# Wait for the authentication to complete or timeout
|
|
215
215
|
if auth_event.wait(timeout=SERVER_MAX_WAIT_TIME): # Wait for up to 180 seconds
|
|
216
|
-
params = {}
|
|
217
|
-
params["code"] = auth_code[0]
|
|
216
|
+
params = {"code": auth_code[0]}
|
|
218
217
|
response = requests.get(
|
|
219
218
|
f"{auth_host}/api/cli-login?{urlencode(params)}",
|
|
219
|
+
allow_redirects=False,
|
|
220
220
|
)
|
|
221
221
|
|
|
222
|
-
|
|
222
|
+
if response.status_code != 200:
|
|
223
|
+
raise Exception("Could not complete the authentication. Please try running the login command again.")
|
|
224
|
+
|
|
225
|
+
try:
|
|
226
|
+
data = response.json()
|
|
227
|
+
except ValueError:
|
|
228
|
+
raise Exception(
|
|
229
|
+
"Received an unexpected response while completing the authentication. "
|
|
230
|
+
"Please try running the login command again."
|
|
231
|
+
)
|
|
223
232
|
authenticate_with_tokens(data, cli_config)
|
|
224
233
|
else:
|
|
225
234
|
raise Exception("Authentication failed or timed out.")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: tinybird
|
|
3
|
-
Version: 4.6.
|
|
3
|
+
Version: 4.6.8.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://www.tinybird.co/docs/forward/commands
|
|
6
6
|
Author: Tinybird
|
|
@@ -52,6 +52,11 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
|
|
|
52
52
|
Changelog
|
|
53
53
|
----------
|
|
54
54
|
|
|
55
|
+
4.6.7.
|
|
56
|
+
*******
|
|
57
|
+
|
|
58
|
+
- `Fixed` `tb login` now raises an actionable error when the CLI cannot complete the authentication.
|
|
59
|
+
|
|
55
60
|
4.6.6
|
|
56
61
|
*******
|
|
57
62
|
|
|
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-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/build_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/format_connection.py
RENAMED
|
File without changes
|
{tinybird-4.6.7.dev0 → tinybird-4.6.8.dev0}/tinybird/tb/modules/datafile/format_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
|
|
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
|