I have some BIML scripts that (working together)
- check a folder for cvs files
- create packages to import those files
This works like a charm, however, wehenever a file is added (or removed) to that folder, I need to regenerate the packages by running the BIML scripts.
Can this be automated? So othat the biml script is run, the packages are created and the packages are then executed?
As Amira mentions, you need a licensed installation of the BimlStudio product.
The command you are looking for is bimlc
BimlC references
I thought we had a chapter on CI/CD in The Biml Book but I'm not seeing it at the moment. Bimlc is mentioned in the SSAS chapter but I thought there was more info on it.