calebplum

Results 15 comments of calebplum

Thanks @leandroafonso, I was having the same issue on Ubuntu but installing those packages fixed it for me. Can we have them added to the readme.md along with the other...

+1 for this, our use case is also running tfswitch within a pipeline. We like to specify `required_version` in our templates but need the ability to fallback to the latest...

The resource schema for eu-central-1 has been updated and no longer contains the pattern requirement.

I believe the documentation at https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BackupSelection.html is incorrect because Cloudformation will successfully create a `AWS::Backup::BackupSelection` resource with a whitespace character in the `SelectionName` field, which violates its regex pattern according...

I agree that this would be extremely useful

Thank you for providing that information @saimedhi. Can you confirm which version of opensearchpy was used in your example? I'm using v2.2.0. If it's not a version issue, can you...

After further troubleshooting I've discovered my issue was that I was using opensearchpy.helpers.bulk() rather than opensearchpy.client.bulk(). The output I described in my original post appears to be expected. I'll close...

@dblock Here's a couple things I can think of that would help: - Update the [documentation](https://opensearch-project.github.io/opensearch-py/api-ref/clients/opensearch_client.html#opensearchpy.OpenSearch.bulk) for the opensearchpy.client.bulk() method to include its return value and an error-handling example. -...