Hello, Im currently working on a pipeline that is mostly based on a config file and transform generators, but there is one point of the logic where Im interested to have a view, because I have:
- “today’s data” that is refreshing fast
- “historical data” that refresh once a day
the problem is that this “today’s data” and “historical data” are generated with transforms generators and would be ideal if I can create “Foundry Views” programmatically with code repos. Making inputs
Does anyone know any workaround? Nowadays It seems that you can just do it manually…