tinybird-cli 3.0.0.dev4__tar.gz → 3.0.0.dev6__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.
Files changed (47) hide show
  1. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/PKG-INFO +17 -6
  2. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/__cli__.py +2 -2
  3. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/datafile.py +1 -1
  4. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/cicd.py +1 -0
  5. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird_cli.egg-info/PKG-INFO +17 -6
  6. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird_cli.egg-info/requires.txt +1 -1
  7. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/setup.cfg +0 -0
  8. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/ch_utils/constants.py +0 -0
  9. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/ch_utils/engine.py +0 -0
  10. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/check_pypi.py +0 -0
  11. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/client.py +0 -0
  12. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/config.py +0 -0
  13. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/connector_settings.py +0 -0
  14. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/connectors.py +0 -0
  15. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/context.py +0 -0
  16. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/datatypes.py +0 -0
  17. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/feedback_manager.py +0 -0
  18. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/git_settings.py +0 -0
  19. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/sql.py +0 -0
  20. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/sql_template.py +0 -0
  21. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/sql_template_fmt.py +0 -0
  22. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/sql_toolset.py +0 -0
  23. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/syncasync.py +0 -0
  24. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli.py +0 -0
  25. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/auth.py +0 -0
  26. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/branch.py +0 -0
  27. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/cli.py +0 -0
  28. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/common.py +0 -0
  29. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/config.py +0 -0
  30. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/connection.py +0 -0
  31. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/datasource.py +0 -0
  32. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/exceptions.py +0 -0
  33. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/job.py +0 -0
  34. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/pipe.py +0 -0
  35. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/regions.py +0 -0
  36. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/telemetry.py +0 -0
  37. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/test.py +0 -0
  38. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
  39. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
  40. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/token.py +0 -0
  41. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/workspace.py +0 -0
  42. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tb_cli_modules/workspace_members.py +0 -0
  43. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird/tornado_template.py +0 -0
  44. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird_cli.egg-info/SOURCES.txt +0 -0
  45. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird_cli.egg-info/dependency_links.txt +0 -0
  46. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/tinybird_cli.egg-info/entry_points.txt +0 -0
  47. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev6}/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: 3.0.0.dev4
3
+ Version: 3.0.0.dev6
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://docs.tinybird.co/cli.html
6
6
  Author: Tinybird
@@ -19,10 +19,21 @@ Changelog
19
19
 
20
20
  ---------
21
21
 
22
+ 3.0.0.dev6
23
+ ************
24
+
25
+ - `Fixed` `append_fixtures.sh` script to exit with 1 when there's an error
26
+
27
+ 3.0.0.dev5
28
+ ************
29
+
30
+ - `Fixed` Error while pushing Sink Pipes using IAM Role Connector for S3
31
+
22
32
  3.0.0.dev4
23
33
  ************
24
34
 
25
35
  - `Changed` Unify generation of ci/cd script resources
36
+ - `Changed` Update clickhouse-toolset to 0.29.dev0
26
37
 
27
38
  3.0.0.dev3
28
39
  ************
@@ -72,7 +83,7 @@ Changelog
72
83
 
73
84
  - `Changed` `tb init --git` update to get ready to use cicd with releases
74
85
  - `Changed` Use `tb branch` instead of `tb env`. `tb env` is still usable but deprecated and will be removed in the next version.
75
- - `Fixed` command `tb pipe regression-tests` to handle the edge case when all the requests to the endpoint that we want to check fails as the value returned is no what we expect.
86
+ - `Fixed` command `tb pipe regression-tests` to handle the edge case when all the requests to the endpoint that we want to check fails as the value returned is no what we expect.
76
87
  - `Fixed` `tb deploy` fixes to work with `--dry-run` and push changes of new and modified files
77
88
  - `Fixed` `tb check` doesn't exit with error when checking a `.incl` file.
78
89
  - `Fixed` `tb fmt` adds empty quoted strings in .datasource connection section.
@@ -116,7 +127,7 @@ Released new version 2.0.0 with all these changes:
116
127
  Released new version 1.3.0 with all these changes:
117
128
 
118
129
  - `Added` Support for Copy pipes in `tb fmt`
119
- - `Added` Support for `.datasource.incl` files in `tb fmt`
130
+ - `Added` Support for `.datasource.incl` files in `tb fmt`
120
131
  - `Fixed` `tb auth use` to move between regions saved in the config file
121
132
  - `Fixed` Skip `regression.yaml` in `tb test run` since it's reserved for regression tests
122
133
  - `Fixed` Skip replacing `.incl` files in `tb fmt`
@@ -139,7 +150,7 @@ Released new version 1.2.0 with all these changes:
139
150
 
140
151
  Released new version 1.1.0 with all these changes:
141
152
 
142
- - `Added` Support `skip` individual regression tests through the regression.yaml configuration file. CI/CD guide at https://www.tinybird.co/docs/guides/continuous-integration.html
153
+ - `Added` Support `skip` individual regression tests through the regression.yaml configuration file. CI/CD guide at https://www.tinybird.co/docs/guides/continuous-integration.html
143
154
  - `Added` Fail `tb env regression-tests` if no tests are run for any pipe, use `skip` to avoid the error
144
155
  - `Added` Skip POST requests by default in `tb env regression-tests` until it's supported
145
156
  - `Added` Support append `--fixtures` to shared Data Sources in Environments
@@ -152,7 +163,7 @@ Released new version 1.1.0 with all these changes:
152
163
  - `Changed` Expose resources and ids when removing releases `tb release rm`
153
164
  - `Changed` `--override-commit` option to not require needing to pass the `--git` option as well. Now, running `tb init --override-commit` should work as expected.
154
165
  - `Changed` Copy and Sink on-demand jobs now return the job URL.
155
- - `Changed` allow Workspace admin tokens for CI/CD workflows. Previously, you were asked for user admin token. You can update your TB_ADMIN_TOKEN to be the Workspace admin token instead the admin token from a specific user. CI/CD guide at https://www.tinybird.co/docs/guides/continuous-integration.html
166
+ - `Changed` allow Workspace admin tokens for CI/CD workflows. Previously, you were asked for user admin token. You can update your TB_ADMIN_TOKEN to be the Workspace admin token instead the admin token from a specific user. CI/CD guide at https://www.tinybird.co/docs/guides/continuous-integration.html
156
167
  - `Changed` Improve CI/CD output. Added warning hint in custom deployments.
157
168
  - `Fixed` `tb deploy` raises an error if it detects resources renamed in git
158
169
  - `Fixed` On `tb push --force --yes` a BigQuery Data Source, it updates both the `SCHEMA` and connector settings.
@@ -478,7 +489,7 @@ Released new version 1.0.1 with all these changes:
478
489
  1.0.0b393
479
490
  *********
480
491
 
481
- - `Changed` Upgrade version of generated cicd templates
492
+ - `Changed` Upgrade version of generated cicd templates
482
493
 
483
494
  1.0.0b393
484
495
  *********
@@ -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__ = '3.0.0.dev4'
8
- __revision__ = '513d3db'
7
+ __version__ = '3.0.0.dev6'
8
+ __revision__ = 'd7baba6'
@@ -173,7 +173,7 @@ class ImportReplacements:
173
173
 
174
174
 
175
175
  class ExportReplacements:
176
- SERVICES = ("gcs_hmac", "s3")
176
+ SERVICES = ("gcs_hmac", "s3", "s3_iamrole")
177
177
  NODE_TYPES = PipeNodeTypes.DATA_SINK
178
178
  _REPLACEMENTS = (
179
179
  ("export_service", "service", None),
@@ -240,6 +240,7 @@ fi
240
240
 
241
241
  APPEND_FIXTURES_SH = """
242
242
  #!/usr/bin/env bash
243
+ set -e
243
244
 
244
245
  VERSION=$1
245
246
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinybird-cli
3
- Version: 3.0.0.dev4
3
+ Version: 3.0.0.dev6
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://docs.tinybird.co/cli.html
6
6
  Author: Tinybird
@@ -19,10 +19,21 @@ Changelog
19
19
 
20
20
  ---------
21
21
 
22
+ 3.0.0.dev6
23
+ ************
24
+
25
+ - `Fixed` `append_fixtures.sh` script to exit with 1 when there's an error
26
+
27
+ 3.0.0.dev5
28
+ ************
29
+
30
+ - `Fixed` Error while pushing Sink Pipes using IAM Role Connector for S3
31
+
22
32
  3.0.0.dev4
23
33
  ************
24
34
 
25
35
  - `Changed` Unify generation of ci/cd script resources
36
+ - `Changed` Update clickhouse-toolset to 0.29.dev0
26
37
 
27
38
  3.0.0.dev3
28
39
  ************
@@ -72,7 +83,7 @@ Changelog
72
83
 
73
84
  - `Changed` `tb init --git` update to get ready to use cicd with releases
74
85
  - `Changed` Use `tb branch` instead of `tb env`. `tb env` is still usable but deprecated and will be removed in the next version.
75
- - `Fixed` command `tb pipe regression-tests` to handle the edge case when all the requests to the endpoint that we want to check fails as the value returned is no what we expect.
86
+ - `Fixed` command `tb pipe regression-tests` to handle the edge case when all the requests to the endpoint that we want to check fails as the value returned is no what we expect.
76
87
  - `Fixed` `tb deploy` fixes to work with `--dry-run` and push changes of new and modified files
77
88
  - `Fixed` `tb check` doesn't exit with error when checking a `.incl` file.
78
89
  - `Fixed` `tb fmt` adds empty quoted strings in .datasource connection section.
@@ -116,7 +127,7 @@ Released new version 2.0.0 with all these changes:
116
127
  Released new version 1.3.0 with all these changes:
117
128
 
118
129
  - `Added` Support for Copy pipes in `tb fmt`
119
- - `Added` Support for `.datasource.incl` files in `tb fmt`
130
+ - `Added` Support for `.datasource.incl` files in `tb fmt`
120
131
  - `Fixed` `tb auth use` to move between regions saved in the config file
121
132
  - `Fixed` Skip `regression.yaml` in `tb test run` since it's reserved for regression tests
122
133
  - `Fixed` Skip replacing `.incl` files in `tb fmt`
@@ -139,7 +150,7 @@ Released new version 1.2.0 with all these changes:
139
150
 
140
151
  Released new version 1.1.0 with all these changes:
141
152
 
142
- - `Added` Support `skip` individual regression tests through the regression.yaml configuration file. CI/CD guide at https://www.tinybird.co/docs/guides/continuous-integration.html
153
+ - `Added` Support `skip` individual regression tests through the regression.yaml configuration file. CI/CD guide at https://www.tinybird.co/docs/guides/continuous-integration.html
143
154
  - `Added` Fail `tb env regression-tests` if no tests are run for any pipe, use `skip` to avoid the error
144
155
  - `Added` Skip POST requests by default in `tb env regression-tests` until it's supported
145
156
  - `Added` Support append `--fixtures` to shared Data Sources in Environments
@@ -152,7 +163,7 @@ Released new version 1.1.0 with all these changes:
152
163
  - `Changed` Expose resources and ids when removing releases `tb release rm`
153
164
  - `Changed` `--override-commit` option to not require needing to pass the `--git` option as well. Now, running `tb init --override-commit` should work as expected.
154
165
  - `Changed` Copy and Sink on-demand jobs now return the job URL.
155
- - `Changed` allow Workspace admin tokens for CI/CD workflows. Previously, you were asked for user admin token. You can update your TB_ADMIN_TOKEN to be the Workspace admin token instead the admin token from a specific user. CI/CD guide at https://www.tinybird.co/docs/guides/continuous-integration.html
166
+ - `Changed` allow Workspace admin tokens for CI/CD workflows. Previously, you were asked for user admin token. You can update your TB_ADMIN_TOKEN to be the Workspace admin token instead the admin token from a specific user. CI/CD guide at https://www.tinybird.co/docs/guides/continuous-integration.html
156
167
  - `Changed` Improve CI/CD output. Added warning hint in custom deployments.
157
168
  - `Fixed` `tb deploy` raises an error if it detects resources renamed in git
158
169
  - `Fixed` On `tb push --force --yes` a BigQuery Data Source, it updates both the `SCHEMA` and connector settings.
@@ -478,7 +489,7 @@ Released new version 1.0.1 with all these changes:
478
489
  1.0.0b393
479
490
  *********
480
491
 
481
- - `Changed` Upgrade version of generated cicd templates
492
+ - `Changed` Upgrade version of generated cicd templates
482
493
 
483
494
  1.0.0b393
484
495
  *********
@@ -1,5 +1,5 @@
1
1
  click<8.2,>=8.1.6
2
- clickhouse-toolset==0.28.dev0
2
+ clickhouse-toolset==0.29.dev0
3
3
  colorama==0.4.6
4
4
  cryptography>=3.4.8
5
5
  croniter==1.3.8