tinybird-cli 2.1.1.dev9__tar.gz → 2.2.0.post1__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 (46) hide show
  1. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/PKG-INFO +17 -367
  2. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/__cli__.py +2 -2
  3. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/datafile.py +1 -1
  4. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird_cli.egg-info/PKG-INFO +17 -367
  5. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/setup.cfg +0 -0
  6. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/ch_utils/constants.py +0 -0
  7. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/ch_utils/engine.py +0 -0
  8. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/check_pypi.py +0 -0
  9. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/client.py +0 -0
  10. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/config.py +0 -0
  11. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/connector_settings.py +0 -0
  12. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/connectors.py +0 -0
  13. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/context.py +0 -0
  14. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/datatypes.py +0 -0
  15. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/feedback_manager.py +0 -0
  16. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/sql.py +0 -0
  17. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/sql_template.py +0 -0
  18. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/sql_template_fmt.py +0 -0
  19. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/sql_toolset.py +0 -0
  20. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/syncasync.py +0 -0
  21. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli.py +0 -0
  22. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/auth.py +0 -0
  23. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/branch.py +0 -0
  24. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/cicd.py +0 -0
  25. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/cli.py +0 -0
  26. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/common.py +0 -0
  27. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/config.py +0 -0
  28. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/connection.py +0 -0
  29. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/datasource.py +0 -0
  30. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/exceptions.py +0 -0
  31. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/job.py +0 -0
  32. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/pipe.py +0 -0
  33. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/regions.py +0 -0
  34. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/telemetry.py +0 -0
  35. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/test.py +0 -0
  36. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
  37. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
  38. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/token.py +0 -0
  39. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/workspace.py +0 -0
  40. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tb_cli_modules/workspace_members.py +0 -0
  41. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird/tornado_template.py +0 -0
  42. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird_cli.egg-info/SOURCES.txt +0 -0
  43. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird_cli.egg-info/dependency_links.txt +0 -0
  44. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird_cli.egg-info/entry_points.txt +0 -0
  45. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/tinybird_cli.egg-info/requires.txt +0 -0
  46. {tinybird-cli-2.1.1.dev9 → tinybird-cli-2.2.0.post1}/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: 2.1.1.dev9
3
+ Version: 2.2.0.post1
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://docs.tinybird.co/cli.html
6
6
  Author: Tinybird
@@ -19,45 +19,28 @@ Changelog
19
19
 
20
20
  ---------
21
21
 
22
- 2.1.1.dev9
22
+ 2.2.0.post1
23
23
  ************
24
24
 
25
- - `Fixed` `tb env use` when using a token directly, without a `.tinyb` file.
26
-
27
- 2.1.1.dev8
28
- ************
29
-
30
- - `Changed` Use `tb branch` instead of `tb env`. `tb env` is still usable but deprecated and will be removed in the next version.
31
-
32
- 2.1.1.dev7
33
- ************
34
-
35
- - `Fixed` Be smarter in `tb fmt` when detecting if `.incl` file contains Data Source or Pipe definitions.
25
+ - `Fixed` Error while pushing Sink Pipes using IAM Role Connector for S3
36
26
 
37
- 2.1.1.dev6
27
+ 2.2.1.dev1
38
28
  ************
39
29
 
40
- - `Fixed` `tb fmt` adds empty quoted strings in .datasource connection section.
41
-
42
- 2.1.1.dev5
43
- ************
44
-
45
- - `Fixed` `tb check` doesn't exit with error when checking a `.incl` file.
46
-
47
- 2.1.1.dev4
48
- ************
49
-
50
- - `Fixed` `tb deploy` fixes to work with `--dry-run` and push changes of new and modified files
30
+ - `Fixed` Removed all dev version notes from the changelog from 1.0.0 on.
51
31
 
52
- 2.1.1.dev3
32
+ 2.2.0
53
33
  ************
54
34
 
55
35
  - `Changed` `tb init --git` update to get ready to use cicd with releases
36
+ - `Changed` Use `tb branch` instead of `tb env`. `tb env` is still usable but deprecated and will be removed in the next version.
37
+ - `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.
38
+ - `Fixed` `tb deploy` fixes to work with `--dry-run` and push changes of new and modified files
39
+ - `Fixed` `tb check` doesn't exit with error when checking a `.incl` file.
40
+ - `Fixed` `tb fmt` adds empty quoted strings in .datasource connection section.
41
+ - `Fixed` Be smarter in `tb fmt` when detecting if `.incl` file contains Data Source or Pipe definitions.
42
+ - `Fixed` `tb env use` when using a token directly, without a `.tinyb` file.
56
43
 
57
- 2.1.1.dev2
58
- ************
59
-
60
- - `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.
61
44
 
62
45
  2.1.0
63
46
  ************
@@ -79,81 +62,6 @@ Changelog
79
62
  - `Added` `tb deploy` removes resources from datafiles deleted
80
63
 
81
64
 
82
- 2.1.0.dev15
83
- ************
84
-
85
- - `Changed` `exec_test.sh` now runs with `parallel -j 4` to speed up CI cycles
86
-
87
- 2.1.0.dev14
88
- ************
89
-
90
- - `Changed` `tb release rollback` now requires double confirmation
91
-
92
- 2.1.0.dev13
93
- ************
94
-
95
- - `Fixed` Ignore .diff_tmp/ on `tb deploy`
96
-
97
- 2.1.0.dev12
98
- ************
99
-
100
- - `Changed` Regression tests select faster the requests used for the checks.
101
-
102
- 2.1.0.dev11
103
- ************
104
-
105
- - `Improve` peformance when using the option `--only-change` in the `tb push` command. This was a regression introduced in the version 2.0.0
106
-
107
- 2.1.0.dev10
108
- ************
109
-
110
- - `Added` Add option `c` or `--concurrency` to `tb run test` to run tests in parallel
111
-
112
- 2.1.0.dev9
113
- ************
114
-
115
- - `Removed` hidden option `--only-changes` from `tb deploy` as it's no longer required.
116
-
117
- 2.1.0.dev8
118
- ************
119
-
120
- - `Changed` Speed-up CLI startup by lazy-importing some dependencies.
121
-
122
- 2.1.0.dev7
123
- ************
124
-
125
- - `Added` `tb auth` shows and uses the new AWS regions
126
-
127
- 2.1.0.dev6
128
- ************
129
-
130
- - `Added` Add `--auto-promote` to `tb deploy` to automatically promote the Release created. It automatically applies to Environments created by CI.
131
-
132
- 2.1.0.dev5
133
- ************
134
-
135
- - `Added` Support `TAGS "backfil_column=<column_name>"` in .datasource definition to do backfill operations when running a populate job
136
-
137
- 2.1.0.dev4
138
- ************
139
-
140
- - `Changed` Regression tests now also use Pipe requests done with the POST HTTP method.
141
-
142
- 2.1.0.dev3
143
- ************
144
-
145
- - `Changed` `tb env` commands to use the new `CLIConfig` class to manage the authentication and the configuration of the CLI. This change allows us to have a better control of the configuration and the authentication of the CLI. This should be transparent for the users.
146
-
147
- 2.1.0.dev2
148
- ************
149
-
150
- - `Changed` Internal changes in `tb deploy`
151
-
152
- 2.1.0.dev1
153
- ************
154
-
155
- - `Added` `tb deploy` removes resources from datafiles deleted
156
-
157
65
  2.0.0
158
66
  ************
159
67
 
@@ -164,58 +72,17 @@ Released new version 2.0.0 with all these changes:
164
72
  - `Removed` `tb pipe create`
165
73
 
166
74
 
167
- 2.0.0.dev2
168
- ************
169
-
170
- - `Changed` All commands exit with 1 when there's an exception
171
- - `Removed` `tb pipe create`
172
-
173
- 2.0.0.dev1
174
- ************
175
-
176
- - `Removed` Prefixes are not supported anymore
177
-
178
-
179
75
  1.3.0
180
76
  ************
181
77
 
182
78
  Released new version 1.3.0 with all these changes:
183
79
 
184
80
  - `Added` Support for Copy pipes in `tb fmt`
185
- - `Added` Support for `.datasource.incl` files in `tb fmt`
81
+ - `Added` Support for `.datasource.incl` files in `tb fmt`
186
82
  - `Fixed` `tb auth use` to move between regions saved in the config file
187
83
  - `Fixed` Skip `regression.yaml` in `tb test run` since it's reserved for regression tests
188
84
  - `Fixed` Skip replacing `.incl` files in `tb fmt`
189
85
 
190
- 1.2.1.dev6
191
- ************
192
-
193
- - `Fixed` Skip replacing `.incl` files in `tb fmt`
194
-
195
- 1.2.1.dev5
196
- ************
197
-
198
- - `Added` Support for Copy pipes in `tb fmt`
199
-
200
- 1.2.1.dev4
201
- ************
202
-
203
- - `Fixed` `tb auth use` to move between regions saved in the config file
204
-
205
- 1.2.1.dev3
206
- ************
207
-
208
- - `Added` Support for `.datasource.incl` files in `tb fmt`
209
-
210
- 1.2.1.dev2
211
- ************
212
-
213
- - `Changed` Internal change
214
-
215
- 1.2.1.dev1
216
- ************
217
-
218
- - `Fixed` Skip `regression.yaml` in `tb test run` since it's reserved for regression tests
219
86
 
220
87
  1.2.0
221
88
  ************
@@ -229,47 +96,12 @@ Released new version 1.2.0 with all these changes:
229
96
  - `Fixed` Do not print data branching summary in `tb env create <env_name>`
230
97
 
231
98
 
232
- 1.1.1dev6
233
- ************
234
-
235
- - `Fixed` Correct paths for triggering CICD generated by `tb init --git`
236
-
237
- 1.1.1dev5
238
- ************
239
-
240
- - `Changed` Upgrade CICD version templates for `tb init --git`
241
-
242
- 1.1.1dev4
243
- ************
244
-
245
- - `Changed` Support `tb release` commands in Environments
246
-
247
- 1.1.1dev3
248
- ************
249
-
250
- - `Fixed` rolled back the version of the snowflake-connectors-python package.
251
-
252
- 1.1.1.dev2
253
- ************
254
-
255
- - `Fixed` Do not print data branching summary in `tb env create <env_name>`
256
-
257
- 1.1.1.dev1
258
- ************
259
-
260
- - `Changed` internal Releases management.
261
-
262
- 1.1.1.dev0
263
- ************
264
-
265
- - `Changed` internal Releases management.
266
-
267
99
  1.1.0
268
100
  ************
269
101
 
270
102
  Released new version 1.1.0 with all these changes:
271
103
 
272
- - `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
104
+ - `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
273
105
  - `Added` Fail `tb env regression-tests` if no tests are run for any pipe, use `skip` to avoid the error
274
106
  - `Added` Skip POST requests by default in `tb env regression-tests` until it's supported
275
107
  - `Added` Support append `--fixtures` to shared Data Sources in Environments
@@ -282,7 +114,7 @@ Released new version 1.1.0 with all these changes:
282
114
  - `Changed` Expose resources and ids when removing releases `tb release rm`
283
115
  - `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.
284
116
  - `Changed` Copy and Sink on-demand jobs now return the job URL.
285
- - `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
117
+ - `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
286
118
  - `Changed` Improve CI/CD output. Added warning hint in custom deployments.
287
119
  - `Fixed` `tb deploy` raises an error if it detects resources renamed in git
288
120
  - `Fixed` On `tb push --force --yes` a BigQuery Data Source, it updates both the `SCHEMA` and connector settings.
@@ -292,96 +124,6 @@ Released new version 1.1.0 with all these changes:
292
124
  - `Removed` `async` parameter in the `/v0/environments` requests as it's not being used.
293
125
 
294
126
 
295
- 1.0.2dev17
296
- ************
297
-
298
- - `Changed` `tb init --git --folder <folder>` includes the `<folder>` in the CI/CD templates as `data_project_dir` and in the paths to track changes so CI and CD only run when there's a change on that folder. If `<folder>` is not provided then it is set to the current directory `.`
299
-
300
- 1.0.2dev16
301
- ************
302
-
303
- - `Changed` Force `tb init --git` to run in the `main` or `master` git branch
304
-
305
- 1.0.2dev15
306
- ************
307
-
308
- - `Added` Support `skip` individual regression tests through the regression.yaml configuration file
309
- - `Added` Fail `tb env regression-tests` if no tests are run for any pipe, use `skip` to avoid the error
310
- - `Added` Skip POST requests by default in `tb env regression-tests` until it's supported
311
-
312
- 1.0.2dev14
313
- ************
314
-
315
- - `Added` Support append `--fixtures` to shared Data Sources in Environments
316
-
317
- 1.0.2dev13
318
- ************
319
-
320
- - `Added` support `--assert-max-time` in `tb env regression-tests` so that serves as threshold for response time and avoid flakiness on fast endpoints.
321
- - `Added` support `tb env regression-tests --main -f regression.yaml` so you can run regression tests agains the main Environment together with a configuration file.
322
-
323
- 1.0.2dev12
324
- ************
325
-
326
- - `Change` the creation of the CD/CI workflow when running `tb init --git` to use the admin workspace token instead of the token of your admin user.
327
-
328
- 1.0.2dev11
329
- ************
330
-
331
- - `Fixed` `tb deploy` raises an error if it detects resources renamed in git
332
-
333
- 1.0.2dev10
334
- ************
335
-
336
- - `Changed` Expose resources and ids when removing releases `tb release rm`
337
-
338
- 1.0.2dev9
339
- ************
340
-
341
- - `Fixed` On `tb push --force --yes` a BigQuery Data Source, it updates both the `SCHEMA` and connector settings.
342
- - `Fixed` Connection settings of BigQuery Data Sources are preserved in Environments, although the connection does not sync by design, to ingest data use `--fixtures`
343
-
344
- 1.0.2dev8
345
- ************
346
-
347
- - `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.
348
-
349
- 1.0.2dev7
350
- ************
351
-
352
- - `Removed` warning message that recommended not using the admin token for CI/CD workflows as we introduced a fix in the version 1.0.1 to avoid the problems that the admin token was causing.
353
-
354
- 1.0.2dev6
355
- ************
356
-
357
- - `Changed` Copy and Sink on-demand jobs now return the job URL.
358
-
359
- 1.0.2dev5
360
- ************
361
-
362
- - `Added` `tb env regression-tests coverage --main` runs coverage regression tests in the main Environment. This command is experimental and undocumented.
363
-
364
- 1.0.2dev4
365
- ************
366
-
367
- - `Removed` fallback when running `tb pipe regression-test` does was doing requests to `/v0/pipes/XXX/requests` as it was mostly not used. This endpoint was being called when there weren't requests in `tinybird.pipe_stats_rt` in the last 7 days. This endpoint was really heavy and most of the time wouldn't return any actual data as endpoint not being called after 7 days most likely are not in production.
368
-
369
- 1.0.2dev3
370
- ************
371
-
372
- - `Removed` `async` parameter in the `/v0/environments` requests as it's not being used.
373
-
374
- 1.0.2dev2
375
- ************
376
-
377
- - `Changed` allow Workspace admin token for CI/CD workflows
378
-
379
-
380
- 1.0.2dev1
381
- ************
382
-
383
- - `Changed` Improve CI/CD output. Added warning hint in custom deployments.
384
-
385
127
  1.0.1
386
128
  ************
387
129
 
@@ -404,98 +146,6 @@ Released new version 1.0.1 with all these changes:
404
146
  - `Fixed` `tb pull` and `tb diff` now respect multiline in `IMPORT_QUERY`
405
147
 
406
148
 
407
-
408
- 1.0.1.dev18
409
- ************
410
-
411
- - `Changed` Update clickhouse-toolset to 0.28.dev0
412
-
413
-
414
- 1.0.1.dev17
415
- ************
416
-
417
- - `Fixed` Typo when there is an error with a connection
418
-
419
- 1.0.1.dev16
420
- ************
421
-
422
- - `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`
423
-
424
- 1.0.1.dev15
425
- ************
426
-
427
- - `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.
428
-
429
- 1.0.1.dev14
430
- ************
431
-
432
- - `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.
433
-
434
- 1.0.1.dev13
435
- ************
436
-
437
- - `Fixed` `tb auth` bug related with a previous authentication.
438
-
439
- 1.0.1.dev12
440
- ************
441
-
442
- - `Changed` `tb auth` commands to use an improved config mechanism.
443
-
444
- 1.0.1.dev11
445
- ************
446
-
447
- - `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)
448
-
449
- 1.0.1.dev10
450
- ************
451
-
452
- - `Added` Google Cloud Storage as a Data Source connector
453
-
454
- 1.0.1.dev9
455
- ************
456
-
457
- - `Fixed` `tb connection ls` now lists BigQuery connections
458
-
459
- 1.0.1.dev8
460
- ************
461
-
462
- - `Fixed` `tb pull` and `tb diff` now respect multiline in `IMPORT_QUERY`
463
-
464
- 1.0.1.dev7
465
- ************
466
-
467
- - `Changed` `tb auth info` to give better information in case of authentication problems.
468
-
469
- 1.0.1.dev6
470
- ************
471
-
472
- - `Fixed` Skip error when `tb deploy --populate --wait` and a copy pipe has been deployed
473
-
474
- 1.0.1.dev5
475
- ************
476
-
477
- - `Added` `tb release generate --semver <semver>` as a helper to create a custom deployment. See guide => https://www.tinybird.co/docs/guides/deployment-strategies.html#custom-deployments
478
-
479
- 1.0.1.dev4
480
- ************
481
-
482
- - `Added` `tb deploy` output now exposes what is detecting for deploying.
483
-
484
- 1.0.1.dev3
485
- ************
486
-
487
- - `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.
488
-
489
- 1.0.1.dev2
490
- ************
491
-
492
- - `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.
493
-
494
- 1.0.1.dev1
495
- ************
496
-
497
- - `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
498
-
499
149
  1.0.0
500
150
  *******
501
151
 
@@ -790,7 +440,7 @@ Released new version 1.0.1 with all these changes:
790
440
  1.0.0b393
791
441
  *********
792
442
 
793
- - `Changed` Upgrade version of generated cicd templates
443
+ - `Changed` Upgrade version of generated cicd templates
794
444
 
795
445
  1.0.0b393
796
446
  *********
@@ -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__ = '2.1.1.dev9'
8
- __revision__ = '06e077e'
7
+ __version__ = '2.2.0.post1'
8
+ __revision__ = '4f3742ebf2'
@@ -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: 2.1.1.dev9
3
+ Version: 2.2.0.post1
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://docs.tinybird.co/cli.html
6
6
  Author: Tinybird
@@ -19,45 +19,28 @@ Changelog
19
19
 
20
20
  ---------
21
21
 
22
- 2.1.1.dev9
22
+ 2.2.0.post1
23
23
  ************
24
24
 
25
- - `Fixed` `tb env use` when using a token directly, without a `.tinyb` file.
26
-
27
- 2.1.1.dev8
28
- ************
29
-
30
- - `Changed` Use `tb branch` instead of `tb env`. `tb env` is still usable but deprecated and will be removed in the next version.
31
-
32
- 2.1.1.dev7
33
- ************
34
-
35
- - `Fixed` Be smarter in `tb fmt` when detecting if `.incl` file contains Data Source or Pipe definitions.
25
+ - `Fixed` Error while pushing Sink Pipes using IAM Role Connector for S3
36
26
 
37
- 2.1.1.dev6
27
+ 2.2.1.dev1
38
28
  ************
39
29
 
40
- - `Fixed` `tb fmt` adds empty quoted strings in .datasource connection section.
41
-
42
- 2.1.1.dev5
43
- ************
44
-
45
- - `Fixed` `tb check` doesn't exit with error when checking a `.incl` file.
46
-
47
- 2.1.1.dev4
48
- ************
49
-
50
- - `Fixed` `tb deploy` fixes to work with `--dry-run` and push changes of new and modified files
30
+ - `Fixed` Removed all dev version notes from the changelog from 1.0.0 on.
51
31
 
52
- 2.1.1.dev3
32
+ 2.2.0
53
33
  ************
54
34
 
55
35
  - `Changed` `tb init --git` update to get ready to use cicd with releases
36
+ - `Changed` Use `tb branch` instead of `tb env`. `tb env` is still usable but deprecated and will be removed in the next version.
37
+ - `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.
38
+ - `Fixed` `tb deploy` fixes to work with `--dry-run` and push changes of new and modified files
39
+ - `Fixed` `tb check` doesn't exit with error when checking a `.incl` file.
40
+ - `Fixed` `tb fmt` adds empty quoted strings in .datasource connection section.
41
+ - `Fixed` Be smarter in `tb fmt` when detecting if `.incl` file contains Data Source or Pipe definitions.
42
+ - `Fixed` `tb env use` when using a token directly, without a `.tinyb` file.
56
43
 
57
- 2.1.1.dev2
58
- ************
59
-
60
- - `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.
61
44
 
62
45
  2.1.0
63
46
  ************
@@ -79,81 +62,6 @@ Changelog
79
62
  - `Added` `tb deploy` removes resources from datafiles deleted
80
63
 
81
64
 
82
- 2.1.0.dev15
83
- ************
84
-
85
- - `Changed` `exec_test.sh` now runs with `parallel -j 4` to speed up CI cycles
86
-
87
- 2.1.0.dev14
88
- ************
89
-
90
- - `Changed` `tb release rollback` now requires double confirmation
91
-
92
- 2.1.0.dev13
93
- ************
94
-
95
- - `Fixed` Ignore .diff_tmp/ on `tb deploy`
96
-
97
- 2.1.0.dev12
98
- ************
99
-
100
- - `Changed` Regression tests select faster the requests used for the checks.
101
-
102
- 2.1.0.dev11
103
- ************
104
-
105
- - `Improve` peformance when using the option `--only-change` in the `tb push` command. This was a regression introduced in the version 2.0.0
106
-
107
- 2.1.0.dev10
108
- ************
109
-
110
- - `Added` Add option `c` or `--concurrency` to `tb run test` to run tests in parallel
111
-
112
- 2.1.0.dev9
113
- ************
114
-
115
- - `Removed` hidden option `--only-changes` from `tb deploy` as it's no longer required.
116
-
117
- 2.1.0.dev8
118
- ************
119
-
120
- - `Changed` Speed-up CLI startup by lazy-importing some dependencies.
121
-
122
- 2.1.0.dev7
123
- ************
124
-
125
- - `Added` `tb auth` shows and uses the new AWS regions
126
-
127
- 2.1.0.dev6
128
- ************
129
-
130
- - `Added` Add `--auto-promote` to `tb deploy` to automatically promote the Release created. It automatically applies to Environments created by CI.
131
-
132
- 2.1.0.dev5
133
- ************
134
-
135
- - `Added` Support `TAGS "backfil_column=<column_name>"` in .datasource definition to do backfill operations when running a populate job
136
-
137
- 2.1.0.dev4
138
- ************
139
-
140
- - `Changed` Regression tests now also use Pipe requests done with the POST HTTP method.
141
-
142
- 2.1.0.dev3
143
- ************
144
-
145
- - `Changed` `tb env` commands to use the new `CLIConfig` class to manage the authentication and the configuration of the CLI. This change allows us to have a better control of the configuration and the authentication of the CLI. This should be transparent for the users.
146
-
147
- 2.1.0.dev2
148
- ************
149
-
150
- - `Changed` Internal changes in `tb deploy`
151
-
152
- 2.1.0.dev1
153
- ************
154
-
155
- - `Added` `tb deploy` removes resources from datafiles deleted
156
-
157
65
  2.0.0
158
66
  ************
159
67
 
@@ -164,58 +72,17 @@ Released new version 2.0.0 with all these changes:
164
72
  - `Removed` `tb pipe create`
165
73
 
166
74
 
167
- 2.0.0.dev2
168
- ************
169
-
170
- - `Changed` All commands exit with 1 when there's an exception
171
- - `Removed` `tb pipe create`
172
-
173
- 2.0.0.dev1
174
- ************
175
-
176
- - `Removed` Prefixes are not supported anymore
177
-
178
-
179
75
  1.3.0
180
76
  ************
181
77
 
182
78
  Released new version 1.3.0 with all these changes:
183
79
 
184
80
  - `Added` Support for Copy pipes in `tb fmt`
185
- - `Added` Support for `.datasource.incl` files in `tb fmt`
81
+ - `Added` Support for `.datasource.incl` files in `tb fmt`
186
82
  - `Fixed` `tb auth use` to move between regions saved in the config file
187
83
  - `Fixed` Skip `regression.yaml` in `tb test run` since it's reserved for regression tests
188
84
  - `Fixed` Skip replacing `.incl` files in `tb fmt`
189
85
 
190
- 1.2.1.dev6
191
- ************
192
-
193
- - `Fixed` Skip replacing `.incl` files in `tb fmt`
194
-
195
- 1.2.1.dev5
196
- ************
197
-
198
- - `Added` Support for Copy pipes in `tb fmt`
199
-
200
- 1.2.1.dev4
201
- ************
202
-
203
- - `Fixed` `tb auth use` to move between regions saved in the config file
204
-
205
- 1.2.1.dev3
206
- ************
207
-
208
- - `Added` Support for `.datasource.incl` files in `tb fmt`
209
-
210
- 1.2.1.dev2
211
- ************
212
-
213
- - `Changed` Internal change
214
-
215
- 1.2.1.dev1
216
- ************
217
-
218
- - `Fixed` Skip `regression.yaml` in `tb test run` since it's reserved for regression tests
219
86
 
220
87
  1.2.0
221
88
  ************
@@ -229,47 +96,12 @@ Released new version 1.2.0 with all these changes:
229
96
  - `Fixed` Do not print data branching summary in `tb env create <env_name>`
230
97
 
231
98
 
232
- 1.1.1dev6
233
- ************
234
-
235
- - `Fixed` Correct paths for triggering CICD generated by `tb init --git`
236
-
237
- 1.1.1dev5
238
- ************
239
-
240
- - `Changed` Upgrade CICD version templates for `tb init --git`
241
-
242
- 1.1.1dev4
243
- ************
244
-
245
- - `Changed` Support `tb release` commands in Environments
246
-
247
- 1.1.1dev3
248
- ************
249
-
250
- - `Fixed` rolled back the version of the snowflake-connectors-python package.
251
-
252
- 1.1.1.dev2
253
- ************
254
-
255
- - `Fixed` Do not print data branching summary in `tb env create <env_name>`
256
-
257
- 1.1.1.dev1
258
- ************
259
-
260
- - `Changed` internal Releases management.
261
-
262
- 1.1.1.dev0
263
- ************
264
-
265
- - `Changed` internal Releases management.
266
-
267
99
  1.1.0
268
100
  ************
269
101
 
270
102
  Released new version 1.1.0 with all these changes:
271
103
 
272
- - `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
104
+ - `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
273
105
  - `Added` Fail `tb env regression-tests` if no tests are run for any pipe, use `skip` to avoid the error
274
106
  - `Added` Skip POST requests by default in `tb env regression-tests` until it's supported
275
107
  - `Added` Support append `--fixtures` to shared Data Sources in Environments
@@ -282,7 +114,7 @@ Released new version 1.1.0 with all these changes:
282
114
  - `Changed` Expose resources and ids when removing releases `tb release rm`
283
115
  - `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.
284
116
  - `Changed` Copy and Sink on-demand jobs now return the job URL.
285
- - `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
117
+ - `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
286
118
  - `Changed` Improve CI/CD output. Added warning hint in custom deployments.
287
119
  - `Fixed` `tb deploy` raises an error if it detects resources renamed in git
288
120
  - `Fixed` On `tb push --force --yes` a BigQuery Data Source, it updates both the `SCHEMA` and connector settings.
@@ -292,96 +124,6 @@ Released new version 1.1.0 with all these changes:
292
124
  - `Removed` `async` parameter in the `/v0/environments` requests as it's not being used.
293
125
 
294
126
 
295
- 1.0.2dev17
296
- ************
297
-
298
- - `Changed` `tb init --git --folder <folder>` includes the `<folder>` in the CI/CD templates as `data_project_dir` and in the paths to track changes so CI and CD only run when there's a change on that folder. If `<folder>` is not provided then it is set to the current directory `.`
299
-
300
- 1.0.2dev16
301
- ************
302
-
303
- - `Changed` Force `tb init --git` to run in the `main` or `master` git branch
304
-
305
- 1.0.2dev15
306
- ************
307
-
308
- - `Added` Support `skip` individual regression tests through the regression.yaml configuration file
309
- - `Added` Fail `tb env regression-tests` if no tests are run for any pipe, use `skip` to avoid the error
310
- - `Added` Skip POST requests by default in `tb env regression-tests` until it's supported
311
-
312
- 1.0.2dev14
313
- ************
314
-
315
- - `Added` Support append `--fixtures` to shared Data Sources in Environments
316
-
317
- 1.0.2dev13
318
- ************
319
-
320
- - `Added` support `--assert-max-time` in `tb env regression-tests` so that serves as threshold for response time and avoid flakiness on fast endpoints.
321
- - `Added` support `tb env regression-tests --main -f regression.yaml` so you can run regression tests agains the main Environment together with a configuration file.
322
-
323
- 1.0.2dev12
324
- ************
325
-
326
- - `Change` the creation of the CD/CI workflow when running `tb init --git` to use the admin workspace token instead of the token of your admin user.
327
-
328
- 1.0.2dev11
329
- ************
330
-
331
- - `Fixed` `tb deploy` raises an error if it detects resources renamed in git
332
-
333
- 1.0.2dev10
334
- ************
335
-
336
- - `Changed` Expose resources and ids when removing releases `tb release rm`
337
-
338
- 1.0.2dev9
339
- ************
340
-
341
- - `Fixed` On `tb push --force --yes` a BigQuery Data Source, it updates both the `SCHEMA` and connector settings.
342
- - `Fixed` Connection settings of BigQuery Data Sources are preserved in Environments, although the connection does not sync by design, to ingest data use `--fixtures`
343
-
344
- 1.0.2dev8
345
- ************
346
-
347
- - `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.
348
-
349
- 1.0.2dev7
350
- ************
351
-
352
- - `Removed` warning message that recommended not using the admin token for CI/CD workflows as we introduced a fix in the version 1.0.1 to avoid the problems that the admin token was causing.
353
-
354
- 1.0.2dev6
355
- ************
356
-
357
- - `Changed` Copy and Sink on-demand jobs now return the job URL.
358
-
359
- 1.0.2dev5
360
- ************
361
-
362
- - `Added` `tb env regression-tests coverage --main` runs coverage regression tests in the main Environment. This command is experimental and undocumented.
363
-
364
- 1.0.2dev4
365
- ************
366
-
367
- - `Removed` fallback when running `tb pipe regression-test` does was doing requests to `/v0/pipes/XXX/requests` as it was mostly not used. This endpoint was being called when there weren't requests in `tinybird.pipe_stats_rt` in the last 7 days. This endpoint was really heavy and most of the time wouldn't return any actual data as endpoint not being called after 7 days most likely are not in production.
368
-
369
- 1.0.2dev3
370
- ************
371
-
372
- - `Removed` `async` parameter in the `/v0/environments` requests as it's not being used.
373
-
374
- 1.0.2dev2
375
- ************
376
-
377
- - `Changed` allow Workspace admin token for CI/CD workflows
378
-
379
-
380
- 1.0.2dev1
381
- ************
382
-
383
- - `Changed` Improve CI/CD output. Added warning hint in custom deployments.
384
-
385
127
  1.0.1
386
128
  ************
387
129
 
@@ -404,98 +146,6 @@ Released new version 1.0.1 with all these changes:
404
146
  - `Fixed` `tb pull` and `tb diff` now respect multiline in `IMPORT_QUERY`
405
147
 
406
148
 
407
-
408
- 1.0.1.dev18
409
- ************
410
-
411
- - `Changed` Update clickhouse-toolset to 0.28.dev0
412
-
413
-
414
- 1.0.1.dev17
415
- ************
416
-
417
- - `Fixed` Typo when there is an error with a connection
418
-
419
- 1.0.1.dev16
420
- ************
421
-
422
- - `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`
423
-
424
- 1.0.1.dev15
425
- ************
426
-
427
- - `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.
428
-
429
- 1.0.1.dev14
430
- ************
431
-
432
- - `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.
433
-
434
- 1.0.1.dev13
435
- ************
436
-
437
- - `Fixed` `tb auth` bug related with a previous authentication.
438
-
439
- 1.0.1.dev12
440
- ************
441
-
442
- - `Changed` `tb auth` commands to use an improved config mechanism.
443
-
444
- 1.0.1.dev11
445
- ************
446
-
447
- - `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)
448
-
449
- 1.0.1.dev10
450
- ************
451
-
452
- - `Added` Google Cloud Storage as a Data Source connector
453
-
454
- 1.0.1.dev9
455
- ************
456
-
457
- - `Fixed` `tb connection ls` now lists BigQuery connections
458
-
459
- 1.0.1.dev8
460
- ************
461
-
462
- - `Fixed` `tb pull` and `tb diff` now respect multiline in `IMPORT_QUERY`
463
-
464
- 1.0.1.dev7
465
- ************
466
-
467
- - `Changed` `tb auth info` to give better information in case of authentication problems.
468
-
469
- 1.0.1.dev6
470
- ************
471
-
472
- - `Fixed` Skip error when `tb deploy --populate --wait` and a copy pipe has been deployed
473
-
474
- 1.0.1.dev5
475
- ************
476
-
477
- - `Added` `tb release generate --semver <semver>` as a helper to create a custom deployment. See guide => https://www.tinybird.co/docs/guides/deployment-strategies.html#custom-deployments
478
-
479
- 1.0.1.dev4
480
- ************
481
-
482
- - `Added` `tb deploy` output now exposes what is detecting for deploying.
483
-
484
- 1.0.1.dev3
485
- ************
486
-
487
- - `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.
488
-
489
- 1.0.1.dev2
490
- ************
491
-
492
- - `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.
493
-
494
- 1.0.1.dev1
495
- ************
496
-
497
- - `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
498
-
499
149
  1.0.0
500
150
  *******
501
151
 
@@ -790,7 +440,7 @@ Released new version 1.0.1 with all these changes:
790
440
  1.0.0b393
791
441
  *********
792
442
 
793
- - `Changed` Upgrade version of generated cicd templates
443
+ - `Changed` Upgrade version of generated cicd templates
794
444
 
795
445
  1.0.0b393
796
446
  *********