Hey there, am I missing something or are dbt exposures not loaded into the asset graph? I looked around in the issues and PRs and only found
this PR, related to it. I’m thinking of a use case where I can define a dbt exposure and write a custom function to be triggered when upstream assets are updated. Of course I could always create another
asset
that depends on the upstream ones relating to the exposure, but it would be nice not to need to duplicate the dependency graph.