Bjorn Olsen
Bjorn Olsen
### Describe the bug Some unit tests, such as those in test_apigw.py, use assertions like these: `self.assertTrue(len(resources), 1)` These will resolve even when len(resources) is greater than one. Instead, either...
### Why: I've recently used the OIDC on AWS documentation and found it difficult to use. After some rummaging around the internet I managed to get a fully working example...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services ### What part(s)...
I prefer SQL code formatted with commas at the start, rather than the end of a line. Similar to "Insert line feed before commas" editor feature in DBeaver. Demo:
For the Hive connection, this PR adds a simple `kwargs`-like parameter which is passed down to the SASL client. It intentionally will override any attributes set by PyHive, if they...
When doing `pip install cron-descriptor` the following deprecation warning appears: DEPRECATION: cron-descriptor is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the...
### Terraform CLI and Provider Versions N/A ### Use Cases or Problem Statement Local file is useful for unit testing scenarios. Sometimes third parties want to test failure conditions with...
Closes #267
Using tabulate to print a list of dataclasses when one or more rows is SEPARATING_LINE, produces: ``` File "....\.venv\lib\site-packages\tabulate\__init__.py", line 1451, in rows = [[getattr(row, f) for f in field_names]...
Closes #29