Slackbot
08/25/2023, 11:48 AMStefan Krawczyk
08/25/2023, 2:27 PMn
?
For /
and :
you could just drop in _slash_
and _colon_
?
My only thought is to be able to reverse engineer it back incase that’s needed.Jan Hurst
08/25/2023, 2:29 PMmyprefix_<name>
and then some sort of escaping approach (i just used underscores to play around with, but being able to unescape or at least avoid conflicts is attractive)Jan Hurst
08/25/2023, 2:44 PM@parameterize_values
... it seems i can use the special chars in the parameterization which results in being able to ask for the output in the original form (ie with special chars)... i have a feeling its about to get clunky thoElijah Ben Izzy
08/25/2023, 6:03 PMJan Hurst
08/26/2023, 8:54 AMparameterize_sources
and parameterize_values
inside a resolve
to remap a generic function and happily sprinkling around the unsanitized names....
i can then ask a driver for an output by the name w/ special chars and it will happily use the generic function and assign the write inputs and outputs in the DAG
haven't quite decided if its a good idea yet, but i think it works! ....Stefan Krawczyk
08/26/2023, 4:09 PM