tinybird-cli 1.0.1.dev17__tar.gz → 1.0.2.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-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/PKG-INFO +31 -2
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/__cli__.py +2 -2
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird_cli.egg-info/PKG-INFO +31 -2
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird_cli.egg-info/requires.txt +1 -1
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/setup.cfg +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/check_pypi.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/client.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/config.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/connectors.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/context.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/datafile.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/datatypes.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/feedback_manager.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/sql.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/sql_template.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/sql_toolset.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/syncasync.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/token.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tornado_template.py +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird_cli.egg-info/SOURCES.txt +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird_cli.egg-info/dependency_links.txt +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird_cli.egg-info/entry_points.txt +0 -0
- {tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tinybird-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://docs.tinybird.co/cli.html
|
|
6
6
|
Author: Tinybird
|
|
@@ -19,6 +19,35 @@ Changelog
|
|
|
19
19
|
|
|
20
20
|
---------
|
|
21
21
|
|
|
22
|
+
1.0.1
|
|
23
|
+
************
|
|
24
|
+
|
|
25
|
+
Released new version 1.0.1 with all these changes:
|
|
26
|
+
|
|
27
|
+
- `Added` Google Cloud Storage as a Data Source connector (BETA)
|
|
28
|
+
- `Added` support for fixtures using Parquet format. Also, we have modified the message when no fixture is found. Before it would show something like `** Warning: datasources/fixtures/current_events.ndjson file not found` as it was the last format was looking for, now it will display `** Warning: No fixture found for the datasource current_events`
|
|
29
|
+
- `Added` `tb deploy` output now exposes what is detecting for deploying
|
|
30
|
+
- `Added` `tb env regression-tests` commands now support flag `--skip-regression-tests` or `export TB_SKIP_REGRESSION=1` to skip execution of regression tests. Handy for CI environments were regression tests might be flaky
|
|
31
|
+
- `Changed` `tb init --git` uses v2.3.0 of the CI/CD templates. See [release notes](https://github.com/tinybirdco/ci/releases/tag/v2.3.0)
|
|
32
|
+
- `Changed` `tb auth info` to give better information in case of authentication problems
|
|
33
|
+
- `Changed` When running `tb init --git` for the first time the `exec_test.sh` script to run fixtures tests now includes an environment variable `export TB_VERSION_WARNING=0` to skip the CLI version warning
|
|
34
|
+
- `Changed` Support `OBFUSCATE_REGEX_PATTERN` and `OBFUSCATE_PATTERN_SEPARATOR` environment variables to define a regex pattern and a separator (in case of a single string with multiple regex) to obfuscate secrets in the CLI output
|
|
35
|
+
- `Changed` Update clickhouse-toolset to 0.28.dev0
|
|
36
|
+
- `Fixed` Skip error when `tb deploy --populate --wait` and a copy pipe has been deployed
|
|
37
|
+
- `Fixed` Typo when there is an error with a connection
|
|
38
|
+
- `Fixed` that all the HTTP requests follow the environment variable `TB_DISABLE_SSL_CHECKS`. This environment variable allows users to disable the SSL verification if needed. By default is not disabled. Before this version, some HTTP request were not disabling the SSL validation
|
|
39
|
+
- `Fixed` `tb env rm` and `tb env use` when using the admin workspace token. Before when using these command and using the admin token, this command would return an error saying that the workspace was not found. Now, these commands should work as expected
|
|
40
|
+
- `Fixed` `tb connection ls` now lists BigQuery connections
|
|
41
|
+
- `Fixed` `tb pull` and `tb diff` now respect multiline in `IMPORT_QUERY`
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
1.0.1.dev18
|
|
46
|
+
************
|
|
47
|
+
|
|
48
|
+
- `Changed` Update clickhouse-toolset to 0.28.dev0
|
|
49
|
+
|
|
50
|
+
|
|
22
51
|
1.0.1.dev17
|
|
23
52
|
************
|
|
24
53
|
|
|
@@ -278,7 +307,7 @@ Changelog
|
|
|
278
307
|
1.0.0b418
|
|
279
308
|
*********
|
|
280
309
|
|
|
281
|
-
- `Added` Option '--commit' to provide and force git commit reference to 'tb init --git'
|
|
310
|
+
- `Added` Option '--commit' to provide and force git commit reference to 'tb init --git'
|
|
282
311
|
|
|
283
312
|
1.0.0b417
|
|
284
313
|
*********
|
|
@@ -4,5 +4,5 @@ __description__ = 'Tinybird Command Line Tool'
|
|
|
4
4
|
__url__ = 'https://docs.tinybird.co/cli.html'
|
|
5
5
|
__author__ = 'Tinybird'
|
|
6
6
|
__author_email__ = 'support@tinybird.co'
|
|
7
|
-
__version__ = '1.0.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '1.0.2dev0'
|
|
8
|
+
__revision__ = '9c36d5a'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tinybird-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2.dev0
|
|
4
4
|
Summary: Tinybird Command Line Tool
|
|
5
5
|
Home-page: https://docs.tinybird.co/cli.html
|
|
6
6
|
Author: Tinybird
|
|
@@ -19,6 +19,35 @@ Changelog
|
|
|
19
19
|
|
|
20
20
|
---------
|
|
21
21
|
|
|
22
|
+
1.0.1
|
|
23
|
+
************
|
|
24
|
+
|
|
25
|
+
Released new version 1.0.1 with all these changes:
|
|
26
|
+
|
|
27
|
+
- `Added` Google Cloud Storage as a Data Source connector (BETA)
|
|
28
|
+
- `Added` support for fixtures using Parquet format. Also, we have modified the message when no fixture is found. Before it would show something like `** Warning: datasources/fixtures/current_events.ndjson file not found` as it was the last format was looking for, now it will display `** Warning: No fixture found for the datasource current_events`
|
|
29
|
+
- `Added` `tb deploy` output now exposes what is detecting for deploying
|
|
30
|
+
- `Added` `tb env regression-tests` commands now support flag `--skip-regression-tests` or `export TB_SKIP_REGRESSION=1` to skip execution of regression tests. Handy for CI environments were regression tests might be flaky
|
|
31
|
+
- `Changed` `tb init --git` uses v2.3.0 of the CI/CD templates. See [release notes](https://github.com/tinybirdco/ci/releases/tag/v2.3.0)
|
|
32
|
+
- `Changed` `tb auth info` to give better information in case of authentication problems
|
|
33
|
+
- `Changed` When running `tb init --git` for the first time the `exec_test.sh` script to run fixtures tests now includes an environment variable `export TB_VERSION_WARNING=0` to skip the CLI version warning
|
|
34
|
+
- `Changed` Support `OBFUSCATE_REGEX_PATTERN` and `OBFUSCATE_PATTERN_SEPARATOR` environment variables to define a regex pattern and a separator (in case of a single string with multiple regex) to obfuscate secrets in the CLI output
|
|
35
|
+
- `Changed` Update clickhouse-toolset to 0.28.dev0
|
|
36
|
+
- `Fixed` Skip error when `tb deploy --populate --wait` and a copy pipe has been deployed
|
|
37
|
+
- `Fixed` Typo when there is an error with a connection
|
|
38
|
+
- `Fixed` that all the HTTP requests follow the environment variable `TB_DISABLE_SSL_CHECKS`. This environment variable allows users to disable the SSL verification if needed. By default is not disabled. Before this version, some HTTP request were not disabling the SSL validation
|
|
39
|
+
- `Fixed` `tb env rm` and `tb env use` when using the admin workspace token. Before when using these command and using the admin token, this command would return an error saying that the workspace was not found. Now, these commands should work as expected
|
|
40
|
+
- `Fixed` `tb connection ls` now lists BigQuery connections
|
|
41
|
+
- `Fixed` `tb pull` and `tb diff` now respect multiline in `IMPORT_QUERY`
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
1.0.1.dev18
|
|
46
|
+
************
|
|
47
|
+
|
|
48
|
+
- `Changed` Update clickhouse-toolset to 0.28.dev0
|
|
49
|
+
|
|
50
|
+
|
|
22
51
|
1.0.1.dev17
|
|
23
52
|
************
|
|
24
53
|
|
|
@@ -278,7 +307,7 @@ Changelog
|
|
|
278
307
|
1.0.0b418
|
|
279
308
|
*********
|
|
280
309
|
|
|
281
|
-
- `Added` Option '--commit' to provide and force git commit reference to 'tb init --git'
|
|
310
|
+
- `Added` Option '--commit' to provide and force git commit reference to 'tb init --git'
|
|
282
311
|
|
|
283
312
|
1.0.0b417
|
|
284
313
|
*********
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/tinyunit/tinyunit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird/tb_cli_modules/workspace_members.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-cli-1.0.1.dev17 → tinybird-cli-1.0.2.dev0}/tinybird_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|