tinybird 0.0.1.dev223__tar.gz → 0.0.1.dev224__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.dev223 → tinybird-0.0.1.dev224}/PKG-INFO +1 -1
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/prompts.py +55 -1
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/__cli__.py +2 -2
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/create.py +12 -1
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird.egg-info/PKG-INFO +1 -1
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/setup.cfg +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/__cli__.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/ch_utils/constants.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/ch_utils/engine.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/check_pypi.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/client.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/config.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/connectors.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/context.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/datafile/common.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/datafile/exceptions.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/datafile/parse_connection.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/datafile/parse_datasource.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/datafile/parse_pipe.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/datatypes.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/git_settings.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/sql.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/sql_template.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/sql_template_fmt.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/sql_toolset.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/syncasync.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/check_pypi.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/cli.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/client.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/config.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/build.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/cicd.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/cli.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/common.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/config.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/connection.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/copy.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/build.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/build_common.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/build_datasource.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/build_pipe.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/diff.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/fixture.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/format_common.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/format_datasource.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/format_pipe.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/pipe_checker.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/playground.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/pull.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datasource.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/deployment.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/deprecations.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/dev_server.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/endpoint.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/feedback_manager.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/info.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/infra.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/job.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/llm.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/llm_utils.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/local.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/local_common.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/login.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/logout.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/materialization.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/mock.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/open.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/pipe.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/project.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/regions.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/secret.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/shell.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/sink.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/table.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/test.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/token.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/watch.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/workspace.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/auth.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/branch.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/cicd.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/cli.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/common.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/config.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/connection.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/datasource.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/exceptions.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/fmt.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/job.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/pipe.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/regions.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/tag.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/telemetry.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/test.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/tinyunit/tinyunit.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/workspace.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/workspace_members.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tornado_template.py +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird.egg-info/SOURCES.txt +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird.egg-info/dependency_links.txt +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird.egg-info/entry_points.txt +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird.egg-info/requires.txt +0 -0
- {tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird.egg-info/top_level.txt +0 -0
|
@@ -420,9 +420,11 @@ You are a Tinybird expert. You will be given a prompt to generate new or update
|
|
|
420
420
|
{pipe_example}
|
|
421
421
|
{copy_pipe_instructions}
|
|
422
422
|
{materialized_pipe_instructions}
|
|
423
|
+
{sink_pipe_instructions}
|
|
423
424
|
{connection_instructions}
|
|
424
425
|
{kafka_connection_example}
|
|
425
426
|
{gcs_connection_example}
|
|
427
|
+
{gcs_hmac_connection_example}
|
|
426
428
|
{s3_connection_example}
|
|
427
429
|
|
|
428
430
|
{feedback_history}
|
|
@@ -445,9 +447,11 @@ Use the following format to generate the response and do not wrap it in any othe
|
|
|
445
447
|
pipe_example=pipe_example,
|
|
446
448
|
copy_pipe_instructions=copy_pipe_instructions,
|
|
447
449
|
materialized_pipe_instructions=materialized_pipe_instructions,
|
|
450
|
+
sink_pipe_instructions=sink_pipe_instructions,
|
|
448
451
|
connection_instructions=connection_instructions,
|
|
449
452
|
kafka_connection_example=kafka_connection_example,
|
|
450
453
|
gcs_connection_example=gcs_connection_example,
|
|
454
|
+
gcs_hmac_connection_example=gcs_hmac_connection_example,
|
|
451
455
|
s3_connection_example=s3_connection_example,
|
|
452
456
|
feedback_history=feedback_history,
|
|
453
457
|
)
|
|
@@ -639,6 +643,43 @@ COPY_SCHEDULE 0 * * * *
|
|
|
639
643
|
</copy_pipe_instructions>
|
|
640
644
|
"""
|
|
641
645
|
|
|
646
|
+
sink_pipe_instructions = """
|
|
647
|
+
<sink_pipe_instructions>
|
|
648
|
+
- Do not create sink pipes by default, unless the user asks for it.
|
|
649
|
+
- Sink pipes should be created in the /sinks folder.
|
|
650
|
+
- In a .pipe file you can define how to export the result of a Pipe to an external system, optionally with a schedule.
|
|
651
|
+
- Valid external systems are Kafka, S3, GCS.
|
|
652
|
+
- Sink pipes depend on a connection, if no connection is provided, search for an existing connection that suits the request. If none, create a new connection.
|
|
653
|
+
- Do not include EXPORT_SCHEDULE in the .pipe file unless is specifically requested by the user.
|
|
654
|
+
- EXPORT_SCHEDULE is a cron expression that defines the schedule of the sink pipe.
|
|
655
|
+
- EXPORT_SCHEDULE is optional and if not provided, the sink pipe will be executed only once.
|
|
656
|
+
- EXPORT_CONNECTION_NAME is the name of the connection used to export.
|
|
657
|
+
- TYPE SINK is the type of the pipe and it is mandatory for sink pipes.
|
|
658
|
+
- If the sink pipe uses parameters, you must include the % character and a newline on top of every query to be able to use the parameters.
|
|
659
|
+
- The content of the .pipe file must follow this format:
|
|
660
|
+
DESCRIPTION Sink Pipe to export sales hour every hour using my_connection
|
|
661
|
+
|
|
662
|
+
NODE daily_sales
|
|
663
|
+
SQL >
|
|
664
|
+
%
|
|
665
|
+
SELECT toStartOfDay(starting_date) day, country, sum(sales) as total_sales
|
|
666
|
+
FROM teams
|
|
667
|
+
WHERE
|
|
668
|
+
day BETWEEN toStartOfDay(now()) - interval 1 day AND toStartOfDay(now())
|
|
669
|
+
and country = {{ String(country, 'US')}}
|
|
670
|
+
GROUP BY day, country
|
|
671
|
+
|
|
672
|
+
TYPE sink
|
|
673
|
+
EXPORT_CONNECTION_NAME "my_connection"
|
|
674
|
+
EXPORT_BUCKET_URI "s3://tinybird-sinks"
|
|
675
|
+
EXPORT_FILE_TEMPLATE "daily_prices"
|
|
676
|
+
EXPORT_SCHEDULE "*/5 * * * *"
|
|
677
|
+
EXPORT_FORMAT "csv"
|
|
678
|
+
EXPORT_COMPRESSION "gz"
|
|
679
|
+
EXPORT_WRITE_STRATEGY "truncate"
|
|
680
|
+
</sink_pipe_instructions>
|
|
681
|
+
"""
|
|
682
|
+
|
|
642
683
|
materialized_pipe_instructions = """
|
|
643
684
|
<materialized_pipe_instructions>
|
|
644
685
|
- Do not create materialized pipes by default, unless the user asks for it.
|
|
@@ -709,6 +750,14 @@ GCS_SERVICE_ACCOUNT_CREDENTIALS_JSON {{ tb_secret("PRODUCTION_GCS_SERVICE_ACCOUN
|
|
|
709
750
|
</gcs_connection_content>
|
|
710
751
|
"""
|
|
711
752
|
|
|
753
|
+
gcs_hmac_connection_example = """
|
|
754
|
+
<gcs_hmac_connection_content>
|
|
755
|
+
TYPE gcs
|
|
756
|
+
GCS_HMAC_ACCESS_ID {{ tb_secret("gcs_hmac_access_id") }}
|
|
757
|
+
GCS_HMAC_SECRET {{ tb_secret("gcs_hmac_secret") }}
|
|
758
|
+
</gcs_hmac_connection_content>
|
|
759
|
+
"""
|
|
760
|
+
|
|
712
761
|
s3_connection_example = """
|
|
713
762
|
<s3_connection_content>
|
|
714
763
|
TYPE s3
|
|
@@ -767,7 +816,7 @@ pipe_instructions = """
|
|
|
767
816
|
- Nodes can't have the same exact name as the Pipe they belong to.
|
|
768
817
|
- Avoid more than one node per pipe unless it is really necessary or requested by the user.
|
|
769
818
|
- No indentation is allowed for property names: DESCRIPTION, NODE, SQL, TYPE, etc.
|
|
770
|
-
- Allowed TYPE values are: endpoint, copy, materialized.
|
|
819
|
+
- Allowed TYPE values are: endpoint, copy, materialized, sink.
|
|
771
820
|
- Add always the output node in the TYPE section or in the last node of the pipe.
|
|
772
821
|
</pipe_file_instructions>
|
|
773
822
|
"""
|
|
@@ -858,6 +907,7 @@ When you need to work with resources or data in cloud, add always the --cloud fl
|
|
|
858
907
|
- When asking to create a tinybird data project, if the needed folders are not already created, use the following structure:
|
|
859
908
|
├── connections
|
|
860
909
|
├── copies
|
|
910
|
+
├── sinks
|
|
861
911
|
├── datasources
|
|
862
912
|
├── endpoints
|
|
863
913
|
├── fixtures
|
|
@@ -890,9 +940,11 @@ Follow these instructions when creating or updating .pipe files:
|
|
|
890
940
|
{pipe_example}
|
|
891
941
|
{copy_pipe_instructions}
|
|
892
942
|
{materialized_pipe_instructions}
|
|
943
|
+
{sink_pipe_instructions}
|
|
893
944
|
{connection_instructions}
|
|
894
945
|
{kafka_connection_example}
|
|
895
946
|
{gcs_connection_example}
|
|
947
|
+
{gcs_hmac_connection_example}
|
|
896
948
|
{s3_connection_example}
|
|
897
949
|
</pipe_file_instructions>
|
|
898
950
|
<test_file_instructions>
|
|
@@ -912,11 +964,13 @@ Follow these instructions when evolving a datasource schema:
|
|
|
912
964
|
pipe_example=pipe_example,
|
|
913
965
|
copy_pipe_instructions=copy_pipe_instructions,
|
|
914
966
|
materialized_pipe_instructions=materialized_pipe_instructions,
|
|
967
|
+
sink_pipe_instructions=sink_pipe_instructions,
|
|
915
968
|
test_instructions=test_instructions,
|
|
916
969
|
deployment_instructions=deployment_instructions,
|
|
917
970
|
connection_instructions=connection_instructions,
|
|
918
971
|
kafka_connection_example=kafka_connection_example,
|
|
919
972
|
gcs_connection_example=gcs_connection_example,
|
|
973
|
+
gcs_hmac_connection_example=gcs_hmac_connection_example,
|
|
920
974
|
s3_connection_example=s3_connection_example,
|
|
921
975
|
)
|
|
922
976
|
|
|
@@ -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.dev224'
|
|
8
|
+
__revision__ = 'c632cc3'
|
|
@@ -197,7 +197,17 @@ async def create(
|
|
|
197
197
|
raise CLICreateException(FeedbackManager.error(message=str(e)))
|
|
198
198
|
|
|
199
199
|
|
|
200
|
-
PROJECT_PATHS = (
|
|
200
|
+
PROJECT_PATHS = (
|
|
201
|
+
"datasources",
|
|
202
|
+
"endpoints",
|
|
203
|
+
"materializations",
|
|
204
|
+
"copies",
|
|
205
|
+
"sinks",
|
|
206
|
+
"pipes",
|
|
207
|
+
"fixtures",
|
|
208
|
+
"tests",
|
|
209
|
+
"connections",
|
|
210
|
+
)
|
|
201
211
|
|
|
202
212
|
|
|
203
213
|
def validate_project_structure(project: Project) -> bool:
|
|
@@ -248,6 +258,7 @@ def create_project_structure(folder: str):
|
|
|
248
258
|
"endpoints →": "Expose real-time HTTP APIs of your transformed data.",
|
|
249
259
|
"materializations →": "Stream continuous updates of the result of a pipe into a new data source.",
|
|
250
260
|
"copies →": "Capture the result of a pipe at a moment in time and write it into a target data source.",
|
|
261
|
+
"sinks →": "Export your data to external systems on a scheduled or on-demand basis.",
|
|
251
262
|
"pipes →": "Transform your data and reuse the logic in endpoints, materializations and copies.",
|
|
252
263
|
"fixtures →": "Files with sample data for your project.",
|
|
253
264
|
"tests →": "Test your pipe files with data validation tests.",
|
|
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.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/build_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/build_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/format_common.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb/modules/datafile/format_datasource.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/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.dev223 → tinybird-0.0.1.dev224}/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.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/tinyunit/tinyunit.py
RENAMED
|
File without changes
|
{tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py
RENAMED
|
File without changes
|
|
File without changes
|
{tinybird-0.0.1.dev223 → tinybird-0.0.1.dev224}/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
|