Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Oct 17, 2024
1 parent 9d90645 commit df842ef
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,10 @@ def _make_explore_metadata_events(
if not self.source_config.emit_used_explores_only:
explores_to_fetch = list(self.list_all_explores())
else:
# We don't keep track of project names for each explore right now.
# Because project names are just used for a custom property, it's
# fine to set them to None.
# TODO: Track project names for each explore.
explores_to_fetch = [
(None, model, explore)
for (model, explore) in self.reachable_explores.keys()
Expand Down

0 comments on commit df842ef

Please sign in to comment.