steampipe-postgres-fdw icon indicating copy to clipboard operation
steampipe-postgres-fdw copied to clipboard

The Steampipe foreign data wrapper (FDW) is a zero-ETL product that provides Postgres foreign tables which translate queries into API calls to cloud services and APIs. It's bundled with Steampipe and...

Results 67 steampipe-postgres-fdw issues
Sort by recently updated
recently updated
newest added

I have unfortunately been unable to find any documentation on how to build/install this. If someone could rectify this, even if it's just 5 lines in the README, that'd be...

stale

this is triggered by `steampipe-mod-aws-compliance/query/vpc/vpc_configured_to_use_vpc_endpoints.sql`

bug
stale

crash seems caused when a CIDR column is included in a distinct clause

bug
stale

We need to merge the schema of the child connections, generating a superset of tables and columns per table error if a column has a different type between connections

stale

Table should be: |`connection`|`plugin`| |-|-| |``|``|

stale

For the Twitter plugin we give two examples of ways to convert a `username` to the required `user_id`. ## 1. id via subselect ``` select id, text from twitter_user_tweet as...

stale

Query 1 is fast. ``` select title from aws_iam_policy where title = 'IAMFullAccess' +---------------+ | title | +---------------+ | IAMFullAccess | +---------------+ Time: 254.027107ms ``` Query 2 is slow. ```...

stale

Using the googlesheets plugin, I have a tab in a sheet with data in just two cells, a1:a2, and a named range that captures both. The `range` column populates if...

stale

``` ~/src/steampipe-plugin-grafana $ STEAMPIPE_LOG=info steampipe query Welcome to Steampipe v0.8.0-rc.0 For more information, type .help > select * from grafana_user +----+-------------------+--------+--------+--------+--------+----------+-------------+-------------+---------------------+---------------------+---------------------+------------------ | id | email | name | login |...

bug
quals
stale

We have an issue where timestamp columns create an error when set to nil. This happens for some rows only in the `github_release` table. But, I'm seeing that after enough...

bug
stale