You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next, add an Airflow [connection](https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html#creating-a-connection-with-the-ui) containing your Tobiko Cloud credentials.
@@ -126,6 +138,7 @@ The local DAG represents your SQLMesh project's models and their activity in Tob
126
138
The DAG is composed of SQLMesh models, but there must be a boundary around those models to separate them from your broader Airflow pipeline. The boundary consists of two tasks that serve as entry and exit nodes for the entire Tobiko Cloud run.
127
139
128
140
The first and last tasks in the DAG are the boundary tasks. The tasks are the same in every local DAG instance:
141
+
129
142
- First task: `Sensor` task that synchronizes with Tobiko Cloud
130
143
- Last task: `DummyOperator` task that ensures all models without downstream dependencies have completed before declaring the DAG completed
0 commit comments