tinybird 0.0.1.dev227__tar.gz → 0.0.1.dev228__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-0.0.1.dev227 → tinybird-0.0.1.dev228}/PKG-INFO +1 -1
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/__cli__.py +2 -2
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/cicd.py +1 -1
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/create.py +7 -7
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/feedback_manager.py +3 -3
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird.egg-info/PKG-INFO +1 -1
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/setup.cfg +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/__cli__.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/check_pypi.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/client.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/config.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/connectors.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/context.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/datafile/common.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/datafile/exceptions.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/datafile/parse_connection.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/datafile/parse_datasource.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/datafile/parse_pipe.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/datatypes.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/git_settings.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/prompts.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/sql.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/sql_template.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/sql_toolset.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/syncasync.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/check_pypi.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/cli.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/client.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/config.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/build.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/common.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/config.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/connection.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/deprecations.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/dev_server.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/info.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/infra.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/job.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/local.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/login.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/open.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/project.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/secret.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/sink.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/table.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/test.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/token.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tornado_template.py +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird.egg-info/top_level.txt +0 -0
|
@@ -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.
|
|
8
|
-
__revision__ = '
|
|
7
|
+
__version__ = '0.0.1.dev228'
|
|
8
|
+
__revision__ = '1a9e75c'
|
|
@@ -177,7 +177,7 @@ class CICDGeneratorBase:
|
|
|
177
177
|
continue
|
|
178
178
|
with open(f"{path}/{cicd_file.full_path}", "wb") as f:
|
|
179
179
|
f.write(content)
|
|
180
|
-
click.echo(FeedbackManager.
|
|
180
|
+
click.echo(FeedbackManager.info_file_created(file=cicd_file.full_path.replace("./.", ".")))
|
|
181
181
|
if cicd_file.warning_message is not None:
|
|
182
182
|
return FeedbackManager.warning_for_cicd_file(
|
|
183
183
|
file_name=cicd_file.file_name, warning_message=cicd_file.warning_message.format(**params)
|
|
@@ -120,7 +120,7 @@ async def create(
|
|
|
120
120
|
)
|
|
121
121
|
readme_result = extract_xml(readme_response, "readme")
|
|
122
122
|
readme_path.write_text(readme_result)
|
|
123
|
-
click.echo(FeedbackManager.
|
|
123
|
+
click.echo(FeedbackManager.info_file_created(file="README.md"))
|
|
124
124
|
created_something = True
|
|
125
125
|
|
|
126
126
|
if data or prompt:
|
|
@@ -142,14 +142,14 @@ async def create(
|
|
|
142
142
|
if not already_has_cursor_rules(root_folder):
|
|
143
143
|
click.echo(FeedbackManager.highlight(message="\n» Creating rules..."))
|
|
144
144
|
create_rules(root_folder, "tb", agent)
|
|
145
|
-
click.echo(FeedbackManager.
|
|
145
|
+
click.echo(FeedbackManager.info_file_created(file=".cursorrules"))
|
|
146
146
|
click.echo(FeedbackManager.success(message="✓ Done!\n"))
|
|
147
147
|
created_something = True
|
|
148
148
|
|
|
149
149
|
if not already_has_claude_rules(root_folder):
|
|
150
150
|
click.echo(FeedbackManager.highlight(message="\n» Creating Claude Code rules..."))
|
|
151
151
|
create_claude_rules(root_folder, "tb")
|
|
152
|
-
click.echo(FeedbackManager.
|
|
152
|
+
click.echo(FeedbackManager.info_file_created(file="CLAUDE.md"))
|
|
153
153
|
click.echo(FeedbackManager.success(message="✓ Done!\n"))
|
|
154
154
|
created_something = True
|
|
155
155
|
|
|
@@ -170,7 +170,7 @@ async def create(
|
|
|
170
170
|
|
|
171
171
|
ds_name = ds_path.stem
|
|
172
172
|
datasource_path = Path(folder) / "datasources" / f"{ds_name}.datasource"
|
|
173
|
-
click.echo(FeedbackManager.
|
|
173
|
+
click.echo(FeedbackManager.info_file_created(file=f"fixtures/{ds_name}.{data_format}"))
|
|
174
174
|
persist_fixture(ds_name, data_content, folder, format=data_format)
|
|
175
175
|
click.echo(FeedbackManager.success(message="✓ Done!"))
|
|
176
176
|
created_something = True
|
|
@@ -196,7 +196,7 @@ async def create(
|
|
|
196
196
|
)
|
|
197
197
|
if mock_data:
|
|
198
198
|
persist_fixture(datasource_name, mock_data, folder, format="ndjson")
|
|
199
|
-
click.echo(FeedbackManager.
|
|
199
|
+
click.echo(FeedbackManager.info_file_created(file=f"fixtures/{datasource_name}.ndjson"))
|
|
200
200
|
click.echo(FeedbackManager.success(message="✓ Done!"))
|
|
201
201
|
created_something = True
|
|
202
202
|
|
|
@@ -285,7 +285,7 @@ def create_project_structure(folder: str):
|
|
|
285
285
|
f = folder_path / path
|
|
286
286
|
f.mkdir()
|
|
287
287
|
click.echo(
|
|
288
|
-
FeedbackManager.info(message=f"
|
|
288
|
+
FeedbackManager.info(message=f"./{x} ") + FeedbackManager.gray(message=PROJECT_PATHS_DESCRIPTIONS[x])
|
|
289
289
|
)
|
|
290
290
|
except FileExistsError:
|
|
291
291
|
pass
|
|
@@ -386,7 +386,7 @@ def init_git(folder: str):
|
|
|
386
386
|
else:
|
|
387
387
|
gitignore_file.write_text(".tinyb\n.terraform\n")
|
|
388
388
|
|
|
389
|
-
click.echo(FeedbackManager.
|
|
389
|
+
click.echo(FeedbackManager.info_file_created(file=".gitignore"))
|
|
390
390
|
except Exception as e:
|
|
391
391
|
raise Exception(f"Error initializing Git: {e}")
|
|
392
392
|
|
|
@@ -895,9 +895,9 @@ STEP 3: ADD KEY TO SERVICE ACCOUNT
|
|
|
895
895
|
info_removing_pipe = info_message("** Removing pipe {pipe}")
|
|
896
896
|
info_removing_pipe_not_found = info_message("** {pipe} not found")
|
|
897
897
|
info_dry_removing_pipe = info_message("** [DRY RUN] Removing pipe {pipe}")
|
|
898
|
-
info_path_created = info_message("
|
|
899
|
-
info_file_created = info_message("
|
|
900
|
-
info_path_already_exists = info_message("
|
|
898
|
+
info_path_created = info_message("./{path}")
|
|
899
|
+
info_file_created = info_message("./{file}")
|
|
900
|
+
info_path_already_exists = info_message("./{path} already exists, skipping")
|
|
901
901
|
info_dottinyb_already_ignored = info_message("** - '.tinyb' already in .gitignore, skipping")
|
|
902
902
|
info_dotdifftemp_already_ignored = info_message("** - '.diff_tmp' not found or already in .gitignore, skipping")
|
|
903
903
|
info_dottinyenv_already_exists = info_message("** - '.tinyenv' already exists, skipping")
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/build_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/build_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/format_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/datafile/pipe_checker.py
RENAMED
|
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
|
|
File without changes
|
{tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb/modules/tinyunit/tinyunit_lib.py
RENAMED
|
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-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/tinyunit/tinyunit.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev227 → tinybird-0.0.1.dev228}/tinybird/tb_cli_modules/workspace_members.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|