Dustin Lo
Dustin Lo
@jcassee did this ever get implemented? i'm also trying to do something similar with a Flask Rest API and was wondering if there's any custom code that can validate JWT...
@captainsafia thanks for the feedback 👍 inspection of the notebook will always default to inspecting cells tagged with `parameters` but we just want to be given the option to inspect...
thanks for your input 👍 We simply just want to inspect cells that are tagged with something else besides `parameters` We use the `inspect_notebook` function to extract extra variables to...
@rgbkrk yup you got it correct 👍 we're using papermill for inspection to build the jobs, the actual execution of the notebooks are done separately (in a docker container)
@JustinHu-Drgn I'm running into the same issue, did you ever figure out a workaround? thanks 👍 **edit**: looks like we need to set a `logger` first: https://github.com/nteract/papermill/issues/433
any updates on this issue?
I'm getting the same issue did you ever find a workaround @nikhilo ? thanks 👍
i made a fix for in my org's fork of this repo: https://github.com/hysds/aws-es-proxy/commit/c656b87ba1d15e819b7bdeeee450e92eb37063a3 looks like the proxy parses the `endpoint` variable to get the values of `region` and `service` and...
sure thing @abutaha https://github.com/abutaha/aws-es-proxy/pull/84
@vinay2107 its because the proxy assumes you have valid SSL certificates to proxy requests to AWS Elasticsearch i made a fix in my organization's fork of this repo and added...