We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Ability to hide asset hubs in the UI or have it as a parameter in SourceAsset
No response
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: