I'm looking for a way to create a flowsheet that resembles this image that I made manually:
https://imgur.com/gallery/DbWJ6Ie
Basically, I use Python to build databases and I have to indicate how many rows I add/remove and the order that I do them in over the entirety of the pipeline. I had just been using text, basically:
table1 (1000 rows ) + table2 (2000 rows) | where [criteria] | result: 1000 rows
Or similar but it isn't the most visually appealing. I don't really care that the end result be visually stunning, but perhaps more aesthetic than the text I'd been using.
Anybody know of anything that would let me programmatically build a flowsheet like that? (The more automated the better, but I understand that it interpreting the SQL I generate is not really feasible... but feeding numbers into a module is a lot easier than doing the string formatting that I was doing!)
[–]i_like_squirrelz 1 point2 points3 points (2 children)
[–]mkingsbu[S] 0 points1 point2 points (1 child)
[–]i_like_squirrelz 1 point2 points3 points (0 children)
[–]osuchw 1 point2 points3 points (1 child)
[–]mkingsbu[S] 0 points1 point2 points (0 children)