Ideas to declutter the dev workspace (CI/CD)
Hey, I wanted to ask you about ideas for decluttering dev workspace. Long story short, I have a lot of POCs there, half-baked notebooks and such. Before git was introduced (and made available in my company) I was creating testing copies of items and worked on them. Now all this stuff is really not helpful while branching (folders are not supported, everything lands in root folder) and even deploying to test (I didn't find an option to filter only "different" items while comparing in the pipeline; I have to go through all supported items every time). Nevertheless, I don't want to get rid of the clutter completely. This is my idea: I create a deployment pipeline where my current dev workspace sits as second, then I deploy back all the items (I called the first workspace "early dev"). Dataflows can be ignored for now as they are invisible for CI/CD, but I believe that if I really want to clean thoroughly I can export templates in dev and import them in early dev. Eventually I want to delete all the clutter items in the dev workspace, but I am afraid I am missing something in my calculations and will lose stuff. So I decided to ask :-) Thank you in advance for any feedback!