Keep Focused
Keep Focused
**References** List API reference: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/ListCloudExadataInfrastructures Get API reference: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/GetCloudExadataInfrastructure TF ref: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/database_cloud_exadata_infrastructure
# Integration test logs Logs ``` Add passing integration test logs here ``` # Example query results Results ``` Add example SQL query results here (please include the input queries...
# Example query results Query: `steampipe query "select repository_full_name, type, name, path from github_repository_content where repository_full_name = 'turbot/steampipe-plugin-aws'"` Result: [output.json](https://github.com/turbot/steampipe-plugin-github/files/14955154/output.json)
# Integration test logs Logs ``` Add passing integration test logs here ``` # Example query results Results ``` Add example SQL query results here (please include the input queries...
# Integration test logs Logs ``` N/A ``` # Example query results Results ``` > select name, jsonb_pretty(server_properties) from azure_postgresql_flexible_server +--------+-----------------------------------------------------------------------+ | name | jsonb_pretty | +--------+-----------------------------------------------------------------------+ | test63 |...
# Integration test logs Logs ``` No env file present for the current environment: staging Falling back to .env config No env file present for the current environment: staging customEnv...
# Example query results Results ``` > select * from csv."API" +--------+----------+----------------+--------------------------------+-----------------+---------------------------------+----------------------------------------------------------------------------------------------------------------> | symbol | exchange | exchangeSuffix | exchangeName | exchangeSegment | exchangeSegmentName | name > +--------+----------+----------------+--------------------------------+-----------------+---------------------------------+----------------------------------------------------------------------------------------------------------------> | ACAXU...
**Describe the bug** The `UnmarshalYAML()` leveraged `yaml.Unmarshal()` from the Go package github.com/ghodss/yaml and `url.QueryUnescape `from `net/url` to decode and parse YAML into JSON. The function QueryUnescape returns an error if...
## Observations I tried to run a query on the `aws_route53_record` table, using `zone_id` and `type` in the where clause with `IN` operators. **case 1: Using `zone_id` with `IN` operator...
Dere team, - In our project, we are implementing the authentication module using `profile`. - According to the Aliyun CLI, it stores the credentials in `~/.aliyun/config.json`. - Running `aliyun configure`...