jens_dahl_mollerhoj
07/18/2021, 9:02 AMvisch
07/18/2021, 2:39 PMdbt run -m +targetmodel
, in DBT the source models that this model depends on I'm sure I can query some how and refer to them. If they are a meltano source, then trigger the source to run. After that run the transform (or trigger the transform via Meltano). Profit!edgar_ramirez_mondragon
07/18/2021, 10:47 PMTAP_GOOGLE_ANALYTICS_REPORTS='[{"name": "my-report", "dimensions": [...]}]' meltano elt tap-google-analytics target-whatever
Docs in the Hub: https://hub.meltano.com/extractors/google-analytics#reports.
Does that work for your use case?jens_dahl_mollerhoj
07/19/2021, 5:41 PM