Add `CREATE FOLDER $ RECUSRIVE` SQL Support
Peter Wicks took time to implement a CREATE FOLDER SQL command, it would be great to take that into account and provide every dremio user with this command. This will allow us to automate dataset transformations from sources to enduser marts, using for example : dbt-dremio
@fabrice-etanchaud Thanks for the kind words about my code. I'm happy you have found it useful. We use this for automating our deployments. We store all Virtual Datasets in Git, and include the Space/Folder creation scripts at the top.
@patricker, did you have a look at my implementation of a dbt adapter for dremio ? Would you find that useful ?
@fabrice-etanchaud, I'll be sure to take a look, but I have never used dbt before.