Dustin Lo
Dustin Lo
I'm liking the `inspect_notebook` function but for our use case we would like to inspect notebook cells that are tagged with something else besides `parameters` [inspect_notebook documentation](https://papermill.readthedocs.io/en/latest/usage-inspect.html) we can add...
related issues: - https://github.com/abutaha/aws-es-proxy/issues/68 - https://github.com/abutaha/aws-es-proxy/issues/83 the `region` and `service` values are parsed from the `endpoint` flag but sometimes the url is inconsistent with how the code is expecting it,...
we call the `queue_dataset_evaluation` celery task, which in turn will run `time.sleep(10)` before evaluation (for the ES index to refresh) [explanation of ES index refresh_interval](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-refresh-interval-setting) ```python def queue_dataset_evaluation(info): """Queue dataset...