hi team, I have recently starting exploring dagste...
# ask-community
n
hi team, I have recently starting exploring dagster to build dynamic data pipelines, I like concept of data treating data as software assets, from the examples I have gone way assets can be defined is decorating functions in python with asset decorators, my use case is I want to build these assets dynamically/programatically ops part of handling aseets in pipeline is same but underlying asset which can be csv file,frame can different is there way to programatically create assets on the fly and pass function as argument instead of using declaritively using decorator.
🤖 1
s
hi nitin - I wrote up a github discussion that might help answer your question: https://github.com/dagster-io/dagster/discussions/15119
n
thanks @sandy let me check on this.