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

Remove asset nodes fetch from assetsLatestInfo #22285

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

gibsondan
Copy link
Member

Summary:
This doesn't give us much in practice since assetsLatestInfo is fetched in parallel with assetNodes currently, but paves the way to make assetsLatestInfo the field that has no asset graph dependencies.

Test Plan: BK

Summary & Motivation

How I Tested These Changes

Comment on lines -227 to -236
asset_nodes[asset_key].repository_location.name,
asset_nodes[asset_key].external_repository.name,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified a while back with @salazarm that we don't need this additional specificity in this ID

@gibsondan gibsondan force-pushed the simplifysimplify branch 6 times, most recently from cdc5785 to 0778133 Compare June 5, 2024 17:41
Base automatically changed from simplifysimplify to master June 5, 2024 18:26
Summary:
This doesn't give us much in practice since assetsLatestInfo is fetched in parallel with assetNodes currently, but paves the way to make assetsLatestInfo the field that has no asset graph dependencies.

Test Plan: BK
@gibsondan gibsondan merged commit 6d6654b into master Jun 7, 2024
1 check passed
@gibsondan gibsondan deleted the simplifysimplify2 branch June 7, 2024 03:17
salazarm pushed a commit that referenced this pull request Jun 10, 2024
Summary:
This doesn't give us much in practice since assetsLatestInfo is fetched
in parallel with assetNodes currently, but paves the way to make
assetsLatestInfo the field that has no asset graph dependencies.

Test Plan: BK

## Summary & Motivation

## How I Tested These Changes
danielgafni pushed a commit to danielgafni/dagster that referenced this pull request Jun 18, 2024
Summary:
This doesn't give us much in practice since assetsLatestInfo is fetched
in parallel with assetNodes currently, but paves the way to make
assetsLatestInfo the field that has no asset graph dependencies.

Test Plan: BK

## Summary & Motivation

## How I Tested These Changes
gibsondan added a commit that referenced this pull request Jul 18, 2024
This reverts commit 6d6654b. The frontend currently depends on this returning nothing if the asset is not in the graph, and its not currently providing any performacnce benefits.

Test Plan: Bk
gibsondan added a commit that referenced this pull request Jul 18, 2024
)

This reverts commit 6d6654b. The
frontend currently depends on this returning nothing if the asset is not
in the graph, and its not currently providing any performacnce benefits.

Test Plan: Bk

## Summary & Motivation

## How I Tested These Changes
smackesey pushed a commit that referenced this pull request Jul 23, 2024
)

This reverts commit 6d6654b. The
frontend currently depends on this returning nothing if the asset is not
in the graph, and its not currently providing any performacnce benefits.

Test Plan: Bk

## Summary & Motivation

## How I Tested These Changes
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