Skip to content

Commit

Permalink
Update metadata-ingestion/src/datahub/ingestion/source/snowflake/snow…
Browse files Browse the repository at this point in the history
…flake_schema_gen.py

Co-authored-by: Mayuri Nehate <[email protected]>
  • Loading branch information
brock-acryl and mayurinehate authored Jan 24, 2025
1 parent 13bb2ec commit f46a418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def _process_streams(
for stream in streams:
yield from self._process_stream(stream, snowflake_schema, db_name)

def _process_tags_in_schema(self, snowflake_schema):
def _process_tags_in_schema(self, snowflake_schema:SnowflakeSchema) -> Iterable[MetadataWorkUnit]:
for tag in snowflake_schema.tags:
yield from self._process_tag(tag)

Expand Down

0 comments on commit f46a418

Please sign in to comment.