DRKolev-code
DRKolev-code
Hi. Here is an example. We have our steps in a list (Just like the Pipeline class from SageMaker). Our class is called TestPipeline ``` TestPipeline( name="Training-Pipeline", parameters=[ training_steps.baseline_threshold, training_steps.model_approval_status,...
@nmadan I think for our use-case it is perfectly fine to explicitly define the dependencies in the depends_on field. Currently, the sagemaker PipelineGraph is not working at all so the...
Hi @nmadan Some pipelines run purely on the cloud. Then there is no issue. Some pipelines are hybrid and a few of the first steps run locally and the rest...
Hi, I was able to bypass the errors by changing two functions from botocore. I hope the below explanation is enough. :) It is the `botocore.client.BaseClient.__getattr__` function from `botocore.client.BaseClient` I...
Hi. I noticed a couple of things. 1. **Sometimes** a `ProcessingStep `from `SageMaker `can be pickled using `dill `without any modifications but it does not work although no error is...
Will try to do one these days. :)
The only thing I can think of is a function that would return the picker. I am new to (n)vim as a whole and the only suggestion I can provide...
This would be great as I am currently hitting ESC to accommodate this case. The more I practice the more it becomes clear that faster typing is tied to accuracy.
Bellow is how I used to use `on_new_config` with `nvim-lspconfig` before I switched to `vim.lsp`. I used it for changing to the closest `.venv` to a python file with `pyright`....