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

Ability to hide SourceAssets / Asset Stubs #26005

Open
TCronino opened this issue Nov 19, 2024 · 0 comments
Open

Ability to hide SourceAssets / Asset Stubs #26005

TCronino opened this issue Nov 19, 2024 · 0 comments
Labels
area: UI/UX Related to User Interface and User Experience type: feature-request

Comments

@TCronino
Copy link

What's the use case?

When running a sling asset, it creates an asset stub which clutters up the UI.

You can assign a groupname with syntax like:

labels_my_asset= [
    *[
        SourceAsset(key, group_name="my_group_name")
        for key in my_asset.dependency_keys
    ],

But there is no way to completely hide the asset stub which just adds clutter and duplication to the list of assets in the global asset lineage

Ideas of implementation

Ability to hide asset hubs in the UI or have it as a parameter in SourceAsset

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

@garethbrickman garethbrickman added the area: UI/UX Related to User Interface and User Experience label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: UI/UX Related to User Interface and User Experience type: feature-request
Projects
None yet
Development

No branches or pull requests

2 participants