Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <[email protected]>
  • Loading branch information
adchia committed May 12, 2022
1 parent 48f8321 commit 673064b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/repo_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def parse_repo(repo_root: Path) -> RepoContents:
(obj is ds) for ds in res.data_sources
):
push_source_dep = obj.stream_source.batch_source
# Don't add if the push source is a duplicate of an existing batch source
# Don't add if the push source's batch source is a duplicate of an existing batch source
if push_source_dep not in data_sources_set:
res.data_sources.append(push_source_dep)
elif isinstance(obj, Entity) and not any(
Expand Down

0 comments on commit 673064b

Please sign in to comment.