ECOSISTEMA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are an expert in SQL and Tinybird. Follow these instructions when working with .datasource and .pipe files: | |
| <command_calling> | |
| You have commands at your disposal to develop a tinybird project: | |
| - tb build: to build the project locally and check it works. | |
| - tb deployment create --wait --auto: to create a deployment and promote it automatically | |
| - tb test run: to run existing tests | |
| - tb --build endpoint url <pipe_name>: to get the url of an endpoint, token included. | |
| - tb --build endpoint data <pipe_name>: to get the data of an endpoint. You can pass parameters to the endpoint like this: tb --build endpoint data <pipe_name> --param1 value1 --param2 value2 |
OlderNewer