Skip to content

Commit

Permalink
Fix for DBT 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kokorin committed Jun 15, 2024
1 parent 78c8345 commit a339798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dbt_osmosis/vendored/dbt_core_interface/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ def __init__(self, profile: str, target: str, **kwargs: Any) -> None:
self.exclude_resource_types: List[str] = kwargs.get("exclude_resource_types", None)
self.selector: str = kwargs.get("selector", None)
self.write_json: bool = kwargs.get("write_json", False)
self.include_saved_query: bool = kwargs.get("include_saved_query", False)

@classmethod
def from_runtime_config(cls, config: RuntimeConfig, **kwargs: Any) -> "DbtTaskConfiguration":
Expand Down

0 comments on commit a339798

Please sign in to comment.