-
The join works, but the sub-select does not.
Also interesting is that the log shows a ? as the value:
```
2021-03-23 23:07:21.363 EDT [12667] LOG: statement: select id, text from twitter_user_twee…
-
Thanks @huacnlee for this new plugin. Great work 🎉 !!
The basic structure looks good so far. While using the plugin, we did come up with a few suggestions based on our best practices:
- [x] `con…
-
These are seemingly identical.
```
with repos(full_name) as (
values
('turbot/steampipe-plugin-github')
) select * from repos
+--------------------------------+
| full_name …
-
Thanks, @SvenTo for the Cloud Foundry plugin! I took a look today and left some suggestions/questions below, please let me know if you have any questions on them.
1. We would love to change the rep…
-
**Describe the bug**
I'm seeing unexpected results using a `WHERE` clause on the `aws_ecr_image` table. All rows from a `JOIN` condition are being returned even though the query specifies most rows s…
-
**Is your feature request related to a problem? Please describe.**
On a large AWS account (100 accounts +) Steampipe would run into rate limiting issues on AWS.
**Describe the solution you'd like*…
-
Here is a sample connection -
```
connection "aws" {
assume_role = {
# role_arn = "arn:aws:iam::12345678:role/testAssume"
#duration = "300s"
#external_id = "123456"
#session_nam…
-
When running `steampipe check all` in the GitHub Compliance mod, or `steampipe check benchmark.cis_v150` in the AWS Compliance mod, we sometimes receive the `ERROR: query timeout exceeded (240s)` for …
-
**Steps to reproduce the error:**
- Build the latest AWS plugin from [sdk_v4](https://github.com/turbot/steampipe-plugin-aws/pull/1194)
- Restart the Steampipe CLI (v0.16.0-rc.11)
- Run a simple qu…
-
Hey there, thank you for making this SDK, I am making good use of it here: https://github.com/turbot/steampipe-plugin-mastodon
When I got to the followers/following part of the exercise, I wound up…