tinybird 0.0.1.dev220__tar.gz → 0.0.1.dev221__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.
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/PKG-INFO +1 -1
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/prompts.py +11 -8
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/__cli__.py +2 -2
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird.egg-info/PKG-INFO +1 -1
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/setup.cfg +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/__cli__.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/check_pypi.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/client.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/config.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/connectors.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/context.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/datafile/common.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/datafile/exceptions.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/datafile/parse_connection.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/datafile/parse_datasource.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/datafile/parse_pipe.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/datatypes.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/git_settings.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/sql.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/sql_template.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/sql_toolset.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/syncasync.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/check_pypi.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/cli.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/client.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/config.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/build.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/common.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/config.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/connection.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/create.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/deprecations.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/dev_server.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/info.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/infra.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/job.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/local.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/login.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/open.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/project.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/secret.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/sink.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/table.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/test.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/token.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tornado_template.py +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird.egg-info/top_level.txt +0 -0
|
@@ -815,14 +815,17 @@ sql_instructions = """
|
|
|
815
815
|
- Do NOT use CREATE TABLE, INSERT INTO, CREATE DATABASE, etc.
|
|
816
816
|
- Use ONLY SELECT statements in the SQL section.
|
|
817
817
|
- INSERT INTO is not supported in SQL section.
|
|
818
|
-
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
818
|
+
- ClickHouse functions supported are:
|
|
819
|
+
- General functions supported are: {general_functions}
|
|
820
|
+
- Character insensitive functions supported are: {general_functions_insensitive}
|
|
821
|
+
- Aggregate functions supported are: {aggregate_functions}
|
|
822
|
+
- How to use ClickHouse supported functions:
|
|
823
|
+
- When using functions try always ClickHouse functions first, then SQL functions.
|
|
824
|
+
- Do not use any ClickHouse function that is not present in the list of general functions, character insensitive functions and aggregate functions.
|
|
825
|
+
- If the function is not present in the list, the sql query will fail, so avoid at all costs to use any function that is not present in the list.
|
|
826
|
+
- When aliasing a column, use first the column name and then the alias.
|
|
827
|
+
- General functions and aggregate functions are case sensitive.
|
|
828
|
+
- Character insensitive functions are case insensitive.
|
|
826
829
|
- Parameters are never quoted in any case.
|
|
827
830
|
- Use the following syntax in the SQL section for the iceberg table function: iceberg('s3://bucket/path/to/table', {{{{tb_secret('aws_access_key_id')}}}}, {{{{tb_secret('aws_secret_access_key')}}}})
|
|
828
831
|
- Use the following syntax in the SQL section for the postgres table function: postgresql('host:port', 'database', 'table', {{{{tb_secret('db_username')}}}}, {{{{tb_secret('db_password')}}}}), 'schema')
|
|
@@ -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.dev221'
|
|
8
|
+
__revision__ = '8f74332'
|
|
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
|
|
File without changes
|
{tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/build_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/build_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/format_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/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
|
|
File without changes
|
{tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/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.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/tinyunit/tinyunit.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev220 → tinybird-0.0.1.dev221}/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
|