Skip to content

Commit

Permalink
chore(reporting): schedule dbt to run after extracting and loading da…
Browse files Browse the repository at this point in the history
…ta (#1298)
  • Loading branch information
jireva authored Jan 26, 2025
1 parent 914eedb commit ad657f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meltano/meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ environments:
- name: staging
- name: prod
jobs:
- name: tap-postgres-to-target-bigquery
- name: tap-postgres-to-target-bigquery-run-dbt
tasks:
- tap-postgres target-bigquery
- tap-postgres target-bigquery dbt-bigquery:run
- name: poll-bitfinex
tasks:
- tap-bitfinexapi target-bigquery
schedules:
- name: postgres-to-bigquery
- name: postgres-to-bigquery-dbt
interval: '@hourly'
job: tap-postgres-to-target-bigquery
job: tap-postgres-to-target-bigquery-run-dbt
- name: poll-bitfinex-on-minute
interval: '* * * * *'
job: poll-bitfinex
Expand Down

0 comments on commit ad657f7

Please sign in to comment.