snowflake-databases
Lists all databases in Snowflake account.
snowflake-databases profile=PROFILE
- profile=PROFILE
- Snowflake profile name
Output Fields
Field | Type | Name | Description |
---|---|---|---|
name | String | Name | Name of the database |
created_on | Date | Created On | Date and timestamp when the database was created |
is_default | Bool | Is Default | Whether the database is set as default |
is_current | Bool | Is Current | Whether the database is currently in use |
database_id | Integer | Database ID | System-assigned database identifier |
owner | String | Owner | User or role that owns the database |
comment | String | Comment | Any comments associated with the database |