Puskar Basu

Results 65 issues of Puskar Basu

- Remove SYNC_REFRESH - Re-design/fix dynamic schema and aggregators tests in dynamic_schema.bats and dynamic_aggregators.bats. - https://github.com/turbot/steampipe/issues/3743

test
stale

**Describe the bug** For dynamic connections without STEAMPIPE_SYNC_REFRESH or when not running in service mode, connection watching for dynamic connections do not work properly. **Steampipe version (`steampipe -v`)** Example: v0.20.9...

bug
core
stale

Steampipe command outputs should be consistent. Here we reviewed the possible scenarios: https://github.com/turbot/steampipe/issues/3703 Related issue: https://github.com/turbot/steampipe/issues/1918

cli output
core
stale

![image](https://github.com/turbot/steampipe/assets/45908484/2cf4948c-c79a-4ca9-a608-69f4bf28b459)

The short control title, long control title tests require a POWERPIPE_DISPLAY_WIDTH env var to fix the terminal width(similar to STEAMPIPE_DISPLAY_WIDTH in steampipe)

stale

Should we add a functionality to report versions in the standalone FDW?

standalone

Could do this in steampipe_postgres_fdw_github--1.0.sql ``` drop function if exists steampipe_fdw_schema create function steampipe_fdw_schema(schema text, table_name text) returns table ( column_name_and_type text ) as $$ select distinct column_name || ':...

standalone

``` postgres=# select * from github.github_issue limit 1; ERROR: scanIteratorBase cannot iterate: connection github, status: ready ``` This log message needed to appear on the console `[WARN] 1700605844808: streamRows execution...

bug
standalone