Hi @<1544853695869489152:profile|NonchalantOx99> , do you mean config parameters on the task itself?
I'm not sure it's possible to hide via the Task object. But I think such configurations should be saved as env variables or in clearml.conf
Can you please be more specific on the use case?
how do i access the clearnl.conf custom variables then?
or - how do i configure and access env variables that way?
the use case is simple:
i wanna fetch data from an sql table, inside a task.
so i want to execcute a query, and then do some operations on it, from within a task, to do that i have to connect to the db,
and i don't want the connection details to be logged
I think in that case you should be using environment variables that are set on the machine and then access them via the task