Davide Gallitelli

Results 10 comments of Davide Gallitelli

+1 on this. For both the `--cred` login and the `cookies.json` approach. In the info file, I get `Temporary Redirect. Redirecting to /accounts/login/?next=%2Fprofile%2F` when trying without `--cred`, while I get...

I had to delete two lines from the `cookies.json` file to make it match the keys in the snippet you shared in the above comment, then run the script with...

UPDATE 1: Adding shebang does not currently force `ProcessingStep` into using Python3 in the `command`.

UPDATE 2: `ScriptProcessor` does work, however there is no support for `source_dir` parameter (as commented above by @athewsey ). If you need custom dependencies or for multi-files script, create your...

This is still not fixed as of today (May 10th 2022).

Still the case for now. However, there is now a possibility to use the new `sagemaker.workflow.pipeline_context.PipelineSession` to have the `.run()` generate the arguments without actually running the Processing job. **Tried...

Please review. Updated PR with commit: 703081c4dee43c5c47801c28f171f61a684038a0 Change notes: - Reverted changes to `sagemaker_endpoint.py` file - Moved changes to `sagemaker_async_endpoint.py` file

It tells me I don't have write access to this repository though? ![image](https://github.com/langchain-ai/langchain/assets/9881522/e8159e12-e0f1-4a12-ad0f-556cb652084a)

Nice, thank you! I'll give it a try and provide some feedback. Quick question: are the Access key and Secret access key strict requirements? Or can they be inferred from...