aws.finspace.get_kx_database
Example SQL Queries
SELECT * FROMaws.finspace.get_kx_databaseWHERE"environment_id" = 'VALUE'AND "database_name" = 'VALUE';Description
Returns database information for the specified environment ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| database_name Required Input Column The name of the kdb database for which the information is retrieved. | VARCHAR |
| environment_id Required Input Column A unique identifier for the kdb environment. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_timestamp The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. | TIMESTAMP_S |
| database_arn The ARN identifier of the database. | VARCHAR |
| description A description of the database. | VARCHAR |
| last_completed_changeset_id A unique identifier for the changeset. | VARCHAR |
| last_modified_timestamp The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. | TIMESTAMP_S |
| num_bytes The total number of bytes in the database. | BIGINT |
| num_changesets The total number of changesets in the database. | BIGINT |
| num_files The total number of files in the database. | BIGINT |