Skip to content

Commit

Permalink
feat(ingest/s3): use latest file to infer schema metadata (datahub-pr…
Browse files Browse the repository at this point in the history
…oject#7202)

Co-authored-by: John Joyce <[email protected]>
  • Loading branch information
2 people authored and Eric Yomi committed Feb 8, 2023
1 parent e3a64f5 commit 40a0eba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metadata-ingestion/src/datahub/ingestion/source/s3/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,9 @@ def get_workunits(self) -> Iterable[MetadataWorkUnit]:
table_dict[table_data.table_path].timestamp
< table_data.timestamp
):
table_dict[
table_data.table_path
].full_path = table_data.full_path
table_dict[
table_data.table_path
].timestamp = table_data.timestamp
Expand Down

0 comments on commit 40a0eba

Please sign in to comment.