Skip to content

Commit

Permalink
Add workflow_dispatch to github test action
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Mar 2, 2025
1 parent ebbdf9b commit d592b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opendbt/dbt/v18/config/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
@dataclass
@PatchClass(module_name="dbt.config", target_name="RuntimeConfig")
class OpenDbtRuntimeConfig(RuntimeConfig):

def load_dependence_projects(self):
dependencies_yml_dict = load_yml_dict(f"{self.project_root}/{DEPENDENCIES_FILE_NAME}")

Expand Down

0 comments on commit d592b5d

Please sign in to comment.