Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add columns steampipe_available and steampipe_default in the aws_region table #2158

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bigdatasourav
Copy link
Contributor

@bigdatasourav bigdatasourav commented Apr 8, 2024

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
> select name, opt_in_status, steampipe_available, steampipe_default from aws_region
+----------------+---------------------+---------------------+-------------------+
| name           | opt_in_status       | steampipe_available | steampipe_default |
+----------------+---------------------+---------------------+-------------------+
| eu-central-1   | opt-in-not-required | true                | false             |
| ap-northeast-2 | opt-in-not-required | true                | false             |
| ap-northeast-1 | opt-in-not-required | true                | false             |
| eu-west-3      | opt-in-not-required | true                | false             |
| eu-south-2     | not-opted-in        | false               | false             |
| me-south-1     | opted-in            | true                | false             |
| ca-west-1      | not-opted-in        | false               | false             |
| ap-northeast-3 | opt-in-not-required | true                | false             |
| eu-central-2   | not-opted-in        | false               | false             |
| me-central-1   | opted-in            | true                | false             |
| ap-southeast-3 | opted-in            | true                | false             |
| us-west-1      | opt-in-not-required | true                | false             |
| ap-southeast-1 | opt-in-not-required | true                | false             |
| ap-south-2     | not-opted-in        | false               | false             |
| eu-north-1     | opt-in-not-required | true                | false             |
| af-south-1     | opted-in            | true                | false             |
| sa-east-1      | opt-in-not-required | true                | false             |
| ca-central-1   | opt-in-not-required | true                | false             |
| ap-south-1     | opt-in-not-required | true                | false             |
| ap-east-1      | opted-in            | true                | false             |
| us-east-2      | opt-in-not-required | true                | false             |
| eu-west-1      | opt-in-not-required | true                | false             |
| ap-southeast-4 | not-opted-in        | false               | false             |
| ap-southeast-2 | opt-in-not-required | true                | false             |
| il-central-1   | not-opted-in        | false               | false             |
| eu-west-2      | opt-in-not-required | true                | true              |
| eu-south-1     | opted-in            | true                | false             |
| us-east-1      | opt-in-not-required | true                | false             |
| us-west-2      | opt-in-not-required | true                | false             |
+----------------+---------------------+---------------------+-------------------+

@bigdatasourav bigdatasourav changed the title Add column connection_config_set in the aws_region table Add column connection_config_region_set in the aws_region table Apr 9, 2024
@bigdatasourav bigdatasourav changed the title Add column connection_config_region_set in the aws_region table Add columns steampipe_available and steampipe_default in the aws_region table Apr 25, 2024
Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Jun 24, 2024
Copy link

This PR was closed because it has been stalled for 90 days with no activity.

@github-actions github-actions bot closed this Jul 25, 2024
@misraved misraved reopened this Sep 26, 2024
@github-actions github-actions bot removed the stale No recent activity has been detected on this issue/PR and it will be closed label Sep 26, 2024
Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Nov 25, 2024
@misraved misraved removed the stale No recent activity has been detected on this issue/PR and it will be closed label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants