Configure Project dependencies
Prerequisites
Setup your consumer project
1. Add configuration file
manifests:
- name: jaffle_shop_platform # The name of your "producer" project
type: paradime
config:
schedule_name: hourly_bolt_schedule #The name of the Bolt schedule in your "producer" project
# Set the environment variables name which we will use to provide API credentials from the "producer" project.
# You can set a name that is reppresentative for your producer dbt™️ project name
api_key: ${PRODUCER_PROJECT_API_KEY}
api_secret: ${PRODUCER_PROJECT_API_SECRET}
api_endpoint: ${PRODUCER_PROJECT_API_ENDPOINT}2. Setup Workspace level API credentials

3. Setup User-level level API credentials

How to use cross-project model ref
Last updated
Was this helpful?