jobs:
 - name: union_shopify_store_schemas
   schedule: '5 * * * *' # At minute 5 past every hour.
   timeout: 30m
   steps:
     - name: run models
       command: dbt run
     - name: run snapshots
       command: dbt snapshot
     - name: test models
       command: dbt test
