# Pipelines

Pipelines are  transformation jobs that execute a specified transformation (referred as model) continuously and maintains an incremental view of the output in our destination. Rubicon support two kinds of pipelines:

1. **Production pipeline**&#x20;

Used for models in the `main` Github branch. Rubicon assumes any pipeline for a model in `main` branch to be in-production and supports&#x20;

* Continuous ETL of the transformation.
* Automatic deployment of new versions of pipeline when a new version of the transformation is checked-in
* Sending metrics to your observability platform

2. **Development pipeline**&#x20;

Used for testing your `models` while developing them. Rubicon assumes any pipeline for a model in a non-`main` branch is development and creates a materialized view of the transformation for data but does not continuously update after it has processed all the data up until the time the pipeline was created. &#x20;

## &#x20;

## Creating a new pipeline

**Step 1:** Go to <https://app.rubicon.io/pipelines>. Select the Github branch for the model&#x20;

**Step 2:**  Pick any of the available **models** in the branch that you want to build a pipeline for.

**Step 3:**  Pick a destination for the output of your transformation.

**Step 4:** Deploy the pipeline.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rubicon.io/pipelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
