tinybird-cli 3.0.0.dev4__tar.gz → 3.0.0.dev5__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.dev5}/PKG-INFO +12 -6
  2. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/__cli__.py +2 -2
  3. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/datafile.py +1 -1
  4. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird_cli.egg-info/PKG-INFO +12 -6
  5. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird_cli.egg-info/requires.txt +1 -1
  6. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/setup.cfg +0 -0
  7. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/ch_utils/constants.py +0 -0
  8. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/ch_utils/engine.py +0 -0
  9. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/check_pypi.py +0 -0
  10. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/client.py +0 -0
  11. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/config.py +0 -0
  12. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/connector_settings.py +0 -0
  13. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/connectors.py +0 -0
  14. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/context.py +0 -0
  15. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/datatypes.py +0 -0
  16. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/feedback_manager.py +0 -0
  17. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/git_settings.py +0 -0
  18. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/sql.py +0 -0
  19. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/sql_template.py +0 -0
  20. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/sql_template_fmt.py +0 -0
  21. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/sql_toolset.py +0 -0
  22. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/syncasync.py +0 -0
  23. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli.py +0 -0
  24. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/auth.py +0 -0
  25. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/branch.py +0 -0
  26. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/cicd.py +0 -0
  27. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/cli.py +0 -0
  28. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/common.py +0 -0
  29. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/config.py +0 -0
  30. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/connection.py +0 -0
  31. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/datasource.py +0 -0
  32. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/exceptions.py +0 -0
  33. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/job.py +0 -0
  34. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/pipe.py +0 -0
  35. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/regions.py +0 -0
  36. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/telemetry.py +0 -0
  37. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/test.py +0 -0
  38. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
  39. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
  40. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/token.py +0 -0
  41. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/workspace.py +0 -0
  42. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tb_cli_modules/workspace_members.py +0 -0
  43. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird/tornado_template.py +0 -0
  44. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird_cli.egg-info/SOURCES.txt +0 -0
  45. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird_cli.egg-info/dependency_links.txt +0 -0
  46. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/tinybird_cli.egg-info/entry_points.txt +0 -0
  47. {tinybird-cli-3.0.0.dev4 → tinybird-cli-3.0.0.dev5}/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.dev5
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://docs.tinybird.co/cli.html
6
6
  Author: Tinybird
@@ -19,10 +19,16 @@ Changelog
19
19
 
20
20
  ---------
21
21
 
22
+ 3.0.0.dev5
23
+ ************
24
+
25
+ - `Fixed` Error while pushing Sink Pipes using IAM Role Connector for S3
26
+
22
27
  3.0.0.dev4
23
28
  ************
24
29
 
25
30
  - `Changed` Unify generation of ci/cd script resources
31
+ - `Changed` Update clickhouse-toolset to 0.29.dev0
26
32
 
27
33
  3.0.0.dev3
28
34
  ************
@@ -72,7 +78,7 @@ Changelog
72
78
 
73
79
  - `Changed` `tb init --git` update to get ready to use cicd with releases
74
80
  - `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.
81
+ - `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
82
  - `Fixed` `tb deploy` fixes to work with `--dry-run` and push changes of new and modified files
77
83
  - `Fixed` `tb check` doesn't exit with error when checking a `.incl` file.
78
84
  - `Fixed` `tb fmt` adds empty quoted strings in .datasource connection section.
@@ -116,7 +122,7 @@ Released new version 2.0.0 with all these changes:
116
122
  Released new version 1.3.0 with all these changes:
117
123
 
118
124
  - `Added` Support for Copy pipes in `tb fmt`
119
- - `Added` Support for `.datasource.incl` files in `tb fmt`
125
+ - `Added` Support for `.datasource.incl` files in `tb fmt`
120
126
  - `Fixed` `tb auth use` to move between regions saved in the config file
121
127
  - `Fixed` Skip `regression.yaml` in `tb test run` since it's reserved for regression tests
122
128
  - `Fixed` Skip replacing `.incl` files in `tb fmt`
@@ -139,7 +145,7 @@ Released new version 1.2.0 with all these changes:
139
145
 
140
146
  Released new version 1.1.0 with all these changes:
141
147
 
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
148
+ - `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
149
  - `Added` Fail `tb env regression-tests` if no tests are run for any pipe, use `skip` to avoid the error
144
150
  - `Added` Skip POST requests by default in `tb env regression-tests` until it's supported
145
151
  - `Added` Support append `--fixtures` to shared Data Sources in Environments
@@ -152,7 +158,7 @@ Released new version 1.1.0 with all these changes:
152
158
  - `Changed` Expose resources and ids when removing releases `tb release rm`
153
159
  - `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
160
  - `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
161
+ - `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
162
  - `Changed` Improve CI/CD output. Added warning hint in custom deployments.
157
163
  - `Fixed` `tb deploy` raises an error if it detects resources renamed in git
158
164
  - `Fixed` On `tb push --force --yes` a BigQuery Data Source, it updates both the `SCHEMA` and connector settings.
@@ -478,7 +484,7 @@ Released new version 1.0.1 with all these changes:
478
484
  1.0.0b393
479
485
  *********
480
486
 
481
- - `Changed` Upgrade version of generated cicd templates
487
+ - `Changed` Upgrade version of generated cicd templates
482
488
 
483
489
  1.0.0b393
484
490
  *********
@@ -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.dev5'
8
+ __revision__ = 'd34f713'
@@ -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),
@@ -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.dev5
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://docs.tinybird.co/cli.html
6
6
  Author: Tinybird
@@ -19,10 +19,16 @@ Changelog
19
19
 
20
20
  ---------
21
21
 
22
+ 3.0.0.dev5
23
+ ************
24
+
25
+ - `Fixed` Error while pushing Sink Pipes using IAM Role Connector for S3
26
+
22
27
  3.0.0.dev4
23
28
  ************
24
29
 
25
30
  - `Changed` Unify generation of ci/cd script resources
31
+ - `Changed` Update clickhouse-toolset to 0.29.dev0
26
32
 
27
33
  3.0.0.dev3
28
34
  ************
@@ -72,7 +78,7 @@ Changelog
72
78
 
73
79
  - `Changed` `tb init --git` update to get ready to use cicd with releases
74
80
  - `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.
81
+ - `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
82
  - `Fixed` `tb deploy` fixes to work with `--dry-run` and push changes of new and modified files
77
83
  - `Fixed` `tb check` doesn't exit with error when checking a `.incl` file.
78
84
  - `Fixed` `tb fmt` adds empty quoted strings in .datasource connection section.
@@ -116,7 +122,7 @@ Released new version 2.0.0 with all these changes:
116
122
  Released new version 1.3.0 with all these changes:
117
123
 
118
124
  - `Added` Support for Copy pipes in `tb fmt`
119
- - `Added` Support for `.datasource.incl` files in `tb fmt`
125
+ - `Added` Support for `.datasource.incl` files in `tb fmt`
120
126
  - `Fixed` `tb auth use` to move between regions saved in the config file
121
127
  - `Fixed` Skip `regression.yaml` in `tb test run` since it's reserved for regression tests
122
128
  - `Fixed` Skip replacing `.incl` files in `tb fmt`
@@ -139,7 +145,7 @@ Released new version 1.2.0 with all these changes:
139
145
 
140
146
  Released new version 1.1.0 with all these changes:
141
147
 
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
148
+ - `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
149
  - `Added` Fail `tb env regression-tests` if no tests are run for any pipe, use `skip` to avoid the error
144
150
  - `Added` Skip POST requests by default in `tb env regression-tests` until it's supported
145
151
  - `Added` Support append `--fixtures` to shared Data Sources in Environments
@@ -152,7 +158,7 @@ Released new version 1.1.0 with all these changes:
152
158
  - `Changed` Expose resources and ids when removing releases `tb release rm`
153
159
  - `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
160
  - `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
161
+ - `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
162
  - `Changed` Improve CI/CD output. Added warning hint in custom deployments.
157
163
  - `Fixed` `tb deploy` raises an error if it detects resources renamed in git
158
164
  - `Fixed` On `tb push --force --yes` a BigQuery Data Source, it updates both the `SCHEMA` and connector settings.
@@ -478,7 +484,7 @@ Released new version 1.0.1 with all these changes:
478
484
  1.0.0b393
479
485
  *********
480
486
 
481
- - `Changed` Upgrade version of generated cicd templates
487
+ - `Changed` Upgrade version of generated cicd templates
482
488
 
483
489
  1.0.0b393
484
490
  *********
@@ -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