Skip to content

Commit

Permalink
Add types for _run
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Sep 30, 2023
1 parent 13e4d56 commit 01923e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbt_osmosis/core/osmosis.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def get_column_sets(
]
return missing_columns, undocumented_columns, extra_columns

def _run(self, unique_id, node, schema_map, force_inheritance=False):
def _run(self, unique_id: str, node: ManifestNode, schema_map: Dict[str, SchemaFileLocation], force_inheritance: bool=False):
try:
with self.mutex:
logger().info(":point_right: Processing model: [bold]%s[/bold]", unique_id)
Expand Down

0 comments on commit 01923e3

Please sign in to comment.