Create a view with code repository

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…

There is no way to currently create a Foundry View within a code repository.

The Foundry View can be made either via the Foundry UI, or via an API call should it need to be created automatically if many datasets that follow this pattern.