Programmatic invocations: advise against concurrent invocations in same process #4952
Closed
1 task done
Labels
content
Improvements or additions to content
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Contributions
Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/reference/programmatic-invocations
What part(s) of the page would you like to see updated?
Explicitly advise against multiple concurrent invocations because:
run
andbuild
for same models)dbt-core
invocation requires interacting with global Python variables, so need to be run in separate process (via spawn or celery or ...)Why this page? My hunch is that users are more likely to try running multiple dbt operations in parallel if they are using the programmatic (Python) entry-point rather than the CLI entry-point.
Additional information
Recent examples:
The text was updated successfully, but these errors were encountered: