Good afternoon all, does anyone know how to retrie...
# ask-community
j
Good afternoon all, does anyone know how to retrieve the list of asset keys from a cacheable asset definition? I have used load_assets_from_fivetran_instance to bring in my fivetran assets but now need to pass the keys to another asset as deps
j
this is one of the limitations of the cacheable asset definition. We have to wait until dagster runs (ie you run
dagster dev
) to make some API calls (in this case to fivetran) to fetch the information about the assets and create the asset keys. So there isn’t a programatic way of getting these asset keys cc @ben who is more familiar with this than i am and may know some tricks to get asset keys