hello everyone! if a dbt model have a api ingestio...
# integration-dbt
h
hello everyone! if a dbt model have a api ingestion as source and both runs at 00h, the dbt model will wait the api ingestion or i need to reference that somehow?
r
You can model your API ingestion as an upstream dependency to your dbt models: https://docs.dagster.io/integrations/dbt/using-dbt-with-dagster/upstream-assets
❤️ 1
h
thanks @rex