Lasdem
Lasdem
I found a workaround, if you open the whitelist editor in the app and click submit the whitelist will be created.
I found a workaround for this. You can override the job_name via the parameters and use fields from the context object to generate a unique name even after retrying by...
Unfortunately I see that last activity here was a year ago, any chance this is getting implemented?
For anyone else coming here looking for a solution until this is implemented, I found a workaround that works for me. I put a Pass step after my lambda step...
The thing is I am currently setting up a State Machine with Step Functions and some of the Steps are using this approach to run notebooks. The problem is that...
OK I found a solution for this. Additionally to the change I mentioned above, I also changed this: execute.py from: ```python papermill.execute_notebook( notebook_file, output_notebook, params, **arg_map, ) ``` to: ```python...
@adrianmeltom could you share how you did it? I am still trying to figure out how to solve it.
Thank you! I managed to get it working with running the job via command line by passing the Networking Config as --extra `--extra '{ "NetworkConfig": { "EnableInterContainerTrafficEncryption": false, "EnableNetworkIsolation": false,...
Thank you! I managed to get it working with running the job via command line by passing the Networking Config as --extra `--extra '{ "NetworkConfig": { "EnableInterContainerTrafficEncryption": false, "EnableNetworkIsolation": false,...
> Is this feature being implemented? > > I am facing the same issue, although not related to retry. If we set a string to the `job_name`, the created SFN...