tinybird 0.0.1.dev160__tar.gz → 0.0.1.dev161__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.

Potentially problematic release.


This version of tinybird might be problematic. Click here for more details.

Files changed (110) hide show
  1. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/PKG-INFO +1 -1
  2. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/__cli__.py +2 -2
  3. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/build.py +56 -40
  4. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/watch.py +1 -1
  5. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird.egg-info/PKG-INFO +1 -1
  6. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/setup.cfg +0 -0
  7. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/__cli__.py +0 -0
  8. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/ch_utils/constants.py +0 -0
  9. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/ch_utils/engine.py +0 -0
  10. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/check_pypi.py +0 -0
  11. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/client.py +0 -0
  12. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/config.py +0 -0
  13. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/connectors.py +0 -0
  14. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/context.py +0 -0
  15. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/datafile.py +0 -0
  16. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/datatypes.py +0 -0
  17. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/feedback_manager.py +0 -0
  18. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/git_settings.py +0 -0
  19. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/prompts.py +0 -0
  20. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/sql.py +0 -0
  21. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/sql_template.py +0 -0
  22. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/sql_template_fmt.py +0 -0
  23. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/sql_toolset.py +0 -0
  24. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/syncasync.py +0 -0
  25. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/check_pypi.py +0 -0
  26. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/cli.py +0 -0
  27. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/client.py +0 -0
  28. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/config.py +0 -0
  29. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/cicd.py +0 -0
  30. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/cli.py +0 -0
  31. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/common.py +0 -0
  32. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/config.py +0 -0
  33. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/connection.py +0 -0
  34. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/copy.py +0 -0
  35. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/create.py +0 -0
  36. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/build.py +0 -0
  37. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/build_common.py +0 -0
  38. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
  39. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
  40. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/common.py +0 -0
  41. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/diff.py +0 -0
  42. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/exceptions.py +0 -0
  43. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/fixture.py +0 -0
  44. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/format_common.py +0 -0
  45. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
  46. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
  47. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/parse_datasource.py +0 -0
  48. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/parse_pipe.py +0 -0
  49. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
  50. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/playground.py +0 -0
  51. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datafile/pull.py +0 -0
  52. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/datasource.py +0 -0
  53. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/deployment.py +0 -0
  54. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/deprecations.py +0 -0
  55. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/dev_server.py +0 -0
  56. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/endpoint.py +0 -0
  57. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/exceptions.py +0 -0
  58. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/feedback_manager.py +0 -0
  59. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/info.py +0 -0
  60. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/infra.py +0 -0
  61. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/job.py +0 -0
  62. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/llm.py +0 -0
  63. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/llm_utils.py +0 -0
  64. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/local.py +0 -0
  65. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/local_common.py +0 -0
  66. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/login.py +0 -0
  67. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/logout.py +0 -0
  68. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/materialization.py +0 -0
  69. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/mock.py +0 -0
  70. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/open.py +0 -0
  71. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/pipe.py +0 -0
  72. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/project.py +0 -0
  73. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/regions.py +0 -0
  74. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/secret.py +0 -0
  75. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/shell.py +0 -0
  76. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/table.py +0 -0
  77. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/telemetry.py +0 -0
  78. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/test.py +0 -0
  79. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
  80. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
  81. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/token.py +0 -0
  82. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/workspace.py +0 -0
  83. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb/modules/workspace_members.py +0 -0
  84. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli.py +0 -0
  85. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/auth.py +0 -0
  86. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/branch.py +0 -0
  87. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/cicd.py +0 -0
  88. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/cli.py +0 -0
  89. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/common.py +0 -0
  90. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/config.py +0 -0
  91. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/connection.py +0 -0
  92. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/datasource.py +0 -0
  93. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/exceptions.py +0 -0
  94. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/fmt.py +0 -0
  95. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/job.py +0 -0
  96. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/pipe.py +0 -0
  97. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/regions.py +0 -0
  98. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/tag.py +0 -0
  99. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/telemetry.py +0 -0
  100. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/test.py +0 -0
  101. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
  102. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
  103. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/workspace.py +0 -0
  104. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tb_cli_modules/workspace_members.py +0 -0
  105. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird/tornado_template.py +0 -0
  106. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird.egg-info/SOURCES.txt +0 -0
  107. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird.egg-info/dependency_links.txt +0 -0
  108. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird.egg-info/entry_points.txt +0 -0
  109. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird.egg-info/requires.txt +0 -0
  110. {tinybird-0.0.1.dev160 → tinybird-0.0.1.dev161}/tinybird.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tinybird
3
- Version: 0.0.1.dev160
3
+ Version: 0.0.1.dev161
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://www.tinybird.co/docs/forward/commands
6
6
  Author: Tinybird
@@ -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__ = '0.0.1.dev160'
8
- __revision__ = '8c1a42a'
7
+ __version__ = '0.0.1.dev161'
8
+ __revision__ = '29ac536'
@@ -17,7 +17,6 @@ from tinybird.tb.client import TinyB
17
17
  from tinybird.tb.modules.cli import cli
18
18
  from tinybird.tb.modules.common import push_data, sys_exit
19
19
  from tinybird.tb.modules.config import CLIConfig
20
- from tinybird.tb.modules.datafile.build import folder_build
21
20
  from tinybird.tb.modules.datafile.exceptions import ParseException
22
21
  from tinybird.tb.modules.datafile.fixture import FixtureExtension, get_fixture_dir, persist_fixture
23
22
  from tinybird.tb.modules.datafile.parse_datasource import parse_datasource
@@ -75,7 +74,7 @@ def dev(ctx: click.Context, data_origin: str, ui: bool) -> None:
75
74
  )
76
75
 
77
76
 
78
- def build_project(project: Project, tb_client: TinyB, file_changed: Optional[str] = None, silent: bool = False) -> None:
77
+ def build_project(project: Project, tb_client: TinyB, silent: bool = False) -> Optional[bool]:
79
78
  MULTIPART_BOUNDARY_DATA_PROJECT = "data_project://"
80
79
  DATAFILE_TYPE_TO_CONTENT_TYPE = {
81
80
  ".datasource": "text/plain",
@@ -95,7 +94,7 @@ def build_project(project: Project, tb_client: TinyB, file_changed: Optional[str
95
94
  project_files = project.get_project_files()
96
95
 
97
96
  if not project_files:
98
- return
97
+ return False
99
98
 
100
99
  for file_path in project_files:
101
100
  relative_path = str(Path(file_path).relative_to(project_path))
@@ -118,37 +117,40 @@ def build_project(project: Project, tb_client: TinyB, file_changed: Optional[str
118
117
  build_result = result.get("result")
119
118
  if build_result == "success":
120
119
  build = result.get("build")
121
- datasources = build.get("new_datasource_names", [])
122
- pipes = build.get("new_pipe_names", [])
123
- connections = build.get("new_data_connector_names", [])
124
-
125
- if not file_changed and not silent:
126
- for ds in datasources:
127
- ds_path_str: Optional[str] = next(
128
- (p for p in project_files if p.endswith(ds + ".datasource")), None
129
- )
130
- if ds_path_str:
131
- ds_path = Path(ds_path_str)
132
- ds_path_str = ds_path_str.replace(f"{project.folder}/", "")
133
- click.echo(FeedbackManager.info(message=f"✓ {ds_path_str} created"))
134
- for pipe in pipes:
135
- pipe_name = pipe
136
- pipe_path_str: Optional[str] = next(
137
- (p for p in project_files if p.endswith(pipe_name + ".pipe")), None
138
- )
139
- if pipe_path_str:
140
- pipe_path_str = pipe_path_str.replace(f"{project.folder}/", "")
141
- click.echo(FeedbackManager.info(message=f"✓ {pipe_path_str} created"))
142
-
143
- for connection in connections:
144
- connection_name = connection
145
- connection_path_str: Optional[str] = next(
146
- (p for p in project_files if p.endswith(connection_name + ".connection")), None
147
- )
148
- if connection_path_str:
149
- connection_path_str = connection_path_str.replace(f"{project.folder}/", "")
150
- click.echo(FeedbackManager.info(message=f" {connection_path_str} created"))
151
-
120
+ new_datasources = build.get("new_datasource_names", [])
121
+ new_pipes = build.get("new_pipe_names", [])
122
+ new_connections = build.get("new_data_connector_names", [])
123
+ changed_datasources = build.get("changed_datasource_names", [])
124
+ changed_pipes = build.get("changed_pipe_names", [])
125
+ changed_connections = build.get("changed_data_connector_names", [])
126
+ deleted_datasources = build.get("deleted_datasource_names", [])
127
+ deleted_pipes = build.get("deleted_pipe_names", [])
128
+ deleted_connections = build.get("deleted_data_connector_names", [])
129
+
130
+ no_changes = (
131
+ not new_datasources
132
+ and not changed_datasources
133
+ and not new_pipes
134
+ and not changed_pipes
135
+ and not new_connections
136
+ and not changed_connections
137
+ and not deleted_datasources
138
+ and not deleted_pipes
139
+ and not deleted_connections
140
+ )
141
+ if no_changes:
142
+ return False
143
+ else:
144
+ if not silent:
145
+ echo_changes(project, new_datasources, ".datasource", "created")
146
+ echo_changes(project, changed_datasources, ".datasource", "changed")
147
+ echo_changes(project, deleted_datasources, ".datasource", "deleted")
148
+ echo_changes(project, new_pipes, ".pipe", "created")
149
+ echo_changes(project, changed_pipes, ".pipe", "changed")
150
+ echo_changes(project, deleted_pipes, ".pipe", "deleted")
151
+ echo_changes(project, new_connections, ".connection", "created")
152
+ echo_changes(project, changed_connections, ".connection", "changed")
153
+ echo_changes(project, deleted_connections, ".connection", "deleted")
152
154
  try:
153
155
  for filename in project_files:
154
156
  if filename.endswith(".datasource"):
@@ -200,6 +202,8 @@ def build_project(project: Project, tb_client: TinyB, file_changed: Optional[str
200
202
  if error:
201
203
  raise click.ClickException(error)
202
204
 
205
+ return build_result
206
+
203
207
 
204
208
  def append_fixture(
205
209
  tb_client: TinyB,
@@ -285,6 +289,7 @@ def process(
285
289
  time_start = time.time()
286
290
  build_failed = False
287
291
  build_error: Optional[str] = None
292
+ build_result: Optional[bool] = None
288
293
  if build_status:
289
294
  if build_status.building:
290
295
  return build_status.error
@@ -296,7 +301,7 @@ def process(
296
301
  rebuild_fixture_sql(project, tb_client, file_changed)
297
302
  else:
298
303
  try:
299
- build_project(project, tb_client, file_changed, silent)
304
+ build_result = build_project(project, tb_client, silent)
300
305
  if build_status:
301
306
  build_status.building = False
302
307
  build_status.error = None
@@ -305,10 +310,8 @@ def process(
305
310
  build_error = str(e)
306
311
  build_failed = True
307
312
  try:
308
- if file_changed and not build_failed:
309
- asyncio.run(folder_build(project, tb_client, filenames=[file_changed]))
310
- if not build_status:
311
- show_data(tb_client, file_changed, diff)
313
+ if file_changed and not build_failed and not build_status:
314
+ show_data(tb_client, file_changed, diff)
312
315
  except Exception:
313
316
  pass
314
317
 
@@ -327,7 +330,10 @@ def process(
327
330
  return build_error
328
331
  else:
329
332
  if not silent:
330
- click.echo(FeedbackManager.success(message=f"\n✓ {rebuild_str} completed in {elapsed_time:.1f}s"))
333
+ if build_result == False: # noqa: E712
334
+ click.echo(FeedbackManager.info(message="No changes. Build skipped."))
335
+ else:
336
+ click.echo(FeedbackManager.success(message=f"\n✓ {rebuild_str} completed in {elapsed_time:.1f}s"))
331
337
 
332
338
  return None
333
339
 
@@ -473,3 +479,13 @@ async def build_and_print_resource(config: CLIConfig, tb_client: TinyB, filename
473
479
  node_sql = last_node["sql"]
474
480
  res = await tb_client.query(f"{node_sql} FORMAT JSON", playground=playground_id)
475
481
  print_table_formatted(res, name)
482
+
483
+
484
+ def echo_changes(project: Project, changes: List[str], extension: str, status: str):
485
+ for resource in changes:
486
+ path_str = next(
487
+ (p for p in project.get_project_files() if p.endswith(resource + extension)), resource + extension
488
+ )
489
+ if path_str:
490
+ path_str = path_str.replace(f"{project.folder}/", "")
491
+ click.echo(FeedbackManager.info(message=f"✓ {path_str} {status}"))
@@ -30,7 +30,7 @@ class WatchProjectHandler(PatternMatchingEventHandler):
30
30
  self.project = project
31
31
  self.process = process
32
32
  self.datafiles = project.get_project_datafiles()
33
- patterns = [f"{project.path}/**/*{ext}" for ext in self.valid_extensions]
33
+ patterns = [f"**/*{ext}" for ext in self.valid_extensions]
34
34
  super().__init__(patterns=patterns)
35
35
 
36
36
  def should_process(self, event: Any) -> Optional[str]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tinybird
3
- Version: 0.0.1.dev160
3
+ Version: 0.0.1.dev161
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://www.tinybird.co/docs/forward/commands
6
6
  Author: Tinybird