4. Build models in console
Last updated
Last updated
Recurve Console provides a convenient way to run and troubleshoot executable assets like models and pipelines.
Before publishing and deploying the changes to production, you can verify your data models and pipelines by executing sample runs through the console against the development environment.
The console builds the models and automatically executes all associated data tests. You can inspect the generated data and test results to iteratively improve the transformations.
Let's build the models and run the tests that we've established in the previous step.
In Design, at the bottom toolbar, click on Console.
This opens up the console section.
Click Choose assets or pipeline.
In the opened pop-up, choose Model and specify the models.
We can select the three models to verify them all.
Click Save.
Click Run.
This will run the models as separate tasks, in the order determined by their dependencies.
The tasks will take a moment to run. You can monitor the execution status of each task corresponding to its model.
If there is any error, click on the task to view the detailed log. In Run logs tab, you can check for the error log of the model build process and the test case results.