Skip to content

Commit

Permalink
put off gql changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed May 7, 2024
1 parent c9b1524 commit 4e1ad1b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
MetadataValue,
TableColumnLineageMetadataValue,
)
from dagster._core.definitions.metadata.source_code import LocalFileCodeReference
from dagster._core.events import (
DagsterEventType,
HandledOutputData,
Expand Down Expand Up @@ -168,6 +169,7 @@ def iterate_metadata_entries(metadata: Mapping[str, MetadataValue]) -> Iterator[
label=reference.label,
)
for reference in value.code_references
if isinstance(reference, LocalFileCodeReference)
],
)
elif isinstance(value, TableMetadataValue):
Expand Down

0 comments on commit 4e1ad1b

Please sign in to comment.