Reputation
Badges 1
383 × Eureka!What happens if I do blah/dataset_url ?
Would like to get to the Maturity Level 2 here
Without some sort of automation on top feels a bit fragile
It might be better suited than execute remotely for your specific workflow
Exactly
I get other things from the project like the dataset
AgitatedDove14 - any thoughts?
What could those triggers be?
GrumpyPenguin23 both in general and clearml 🙂
or atleast a way to register these
Which would also mean that the system knows which datasets are used in which pipelines etc
Is there a good way to get the project of a task?
do not limit the clone on execute_remotely,
Yes
How is clearml-session intended to be used?
More interested in some way for doing this ssytem wide
It’s a task, it’s running in context of a project, but I don’t have a way to get the project name
barebones, can a step in a pipeline refer to a previous step by name and get it?
I am going to be experimenting a bit as well, will get back on this topic in a couple of weeks 🙂
I am using the clearml-agent from pypi version
Is there some doc or relevant code on exactly what's happening? The behaviour has been random
AgitatedDove14 - is my understanding right that we have to call pipe.wait() ?
Essentially, if I have a dataset on which I am performing transformations and then creating other downstream datasets
AlertBlackbird30 - i don’t understand why it can’t be a focus though. Probably missing some context.
AgitatedDove14 - this was an interesting one. I think I have found the issue, but verifying the fix as of now.
One of the devs was using shutil.copy2 to copy parts of dataset to a temporary directory in a with block - something like:
with TemporaryDirectory(dir=temp_dir) as certificates_directory: for file in test_paths: shutil.copy2(f"{dataset_local}/{file}", f"{certificates_directory}/file")
My suspicion is since copy2 copies with full data and symlin...
My question is - I have this in a notebook now. How can i make it such that any update to the upstream database triggers this data transformation step