Is there way to add descriptions to the assets ge...
# integration-airbyte
d
Is there way to add descriptions to the assets generated from
load_assets_from_airbyte_instance
? is it something configured on the airbyte side?
o
hi @Danny Steffy! this is not currently possible, but it's an interesting problem. How would you ideally like to specify this information? I'm not aware of a way to apply free-text descriptions to streams within airbyte, which would mean that you'd probably have to specify this information within dagster itself. That would be technically possible, but would kinda stomp on the nice features you get from loading the assets directly from the instance (i.e. now you have to go back to specifying that X asset exists, so that you can associate Y description with that asset)