Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor asset key resolution in @asset and @graph_asset #16752

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

schrockn
Copy link
Member

@schrockn schrockn commented Sep 25, 2023

Summary & Motivation

Takes the duplicated logic added in #16751 and consolidates it to a single helper function. There is a surprising amount of incidental complexity in this logic, so stuffing it into a common helper is a win.

I did this as a separate PR so that we can revert it independently in case this introduces a bug in @asset.

How I Tested These Changes

BK

@schrockn
Copy link
Member Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@schrockn schrockn force-pushed the refactor-resolve-key-resolution branch from 1e1bc09 to 0e68ad0 Compare September 25, 2023 09:22
@schrockn schrockn marked this pull request as ready for review September 25, 2023 09:24
@schrockn
Copy link
Member Author

schrockn commented Sep 26, 2023

Merge Activity

  • Sep 26, 5:01 AM: @schrockn started a stack merge that includes this pull request via Graphite.
  • Sep 26, 5:02 AM: Graphite rebased this pull request as part of a merge.
  • Sep 26, 5:10 AM: @schrockn merged this pull request with Graphite.

Base automatically changed from graph-asset to master September 26, 2023 09:01
@schrockn schrockn force-pushed the refactor-resolve-key-resolution branch from 8dbabb2 to e6f1250 Compare September 26, 2023 09:02
@schrockn schrockn merged commit 8ab7bd4 into master Sep 26, 2023
@schrockn schrockn deleted the refactor-resolve-key-resolution branch September 26, 2023 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants