Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cosmos/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def validate_initial_user_config(
if render_config is not None and render_config.invocation_mode == InvocationMode.DBT_RUNNER:
if not is_dbt_installed_in_same_environment():
raise CosmosValueError(
"RenderConfig.invocation_mode is set to InvocationMode.DBT_RUNNER, but dbt is not installed in the same environment as Airflow. Use InvocationMode.DBT_SUBPROCESS instead."
"RenderConfig.invocation_mode is set to InvocationMode.DBT_RUNNER, but dbt is not installed in the same environment as Airflow. Use InvocationMode.SUBPROCESS instead."
)
if render_config.dbt_executable_path and render_config.dbt_executable_path != get_system_dbt():
raise CosmosValueError(
Expand Down