We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1207d26 commit 653f183Copy full SHA for 653f183
elementary/clients/dbt/dbt_fusion_runner.py
@@ -8,3 +8,7 @@
8
class DbtFusionRunner(SubprocessDbtRunner):
9
def _get_dbt_command_name(self) -> str:
10
return os.path.expanduser(DBT_FUSION_PATH)
11
+
12
+ def _run_deps_if_needed(self):
13
+ # Currently we don't support auto-updating deps for dbt fusion
14
+ return
0 commit comments