Sometimes, you have to use external systems like Fivetran to load data into your datawarehouse. How can you verify when these systems have successfully loaded your data? With Shipyard, you can run SQL queries against MySQL to verify that new rows are loaded for various timestamps, IDs, etc. If data is found, you can immediately kick off dbt models related to these datasets. This setup makes it easier to spread out the execution of your dbt models and guarantee that they run as soon as the right data is loaded.