Hope you don’t mind linking to that repo
yeah meant this, within clearml.conf:
logging {} sdk {}
Thanks let me try playing with these!
Now do Task.current_task() and it creates a new task
AgitatedDove14 - added it in bucket_config.py and sdk.conf but somehow value is not being picked up
How can I ensure that additional tasks aren’t created for a notebook unless I really want to?
But if haven’t done a task yet
I do it to get project name
Essentially, if I have a dataset on which I am performing transformations and then creating other downstream datasets
AgitatedDove14 - thanks for the quick reply. automation.Monitor
is the abstraction i could use?
Is there some doc or relevant code on exactly what's happening? The behaviour has been random
Nope, that doesn’t seem to be it. Will debug a bit more.
Yeah got it, thanks!
It’s a bit difficult to figure out the exact key. Will try this to see if it works
SuccessfulKoala55 what’s the right way to do this using the SDK. I use Task.init but the option is there only in Task.create? (I have always been indecisive on when to use init vs create as well). Pointers?
Thanks you! Does this go as a root logging {} element in the main conf? outside SDK right?
This worked, thanks.
Since it’s already logging this debug wouldn’t add anything?
No we don’t need temp keys to work this way
Is Task.current_task() creating a task?
another place I was using was to see if i am in a pipeline task
Yeah meant the 1.0+ release as I don’t think the chart has been updated
Exact reproduction: