Aiden

Results 2 issues of Aiden

Fixes issue #647 The correct term (login/logout) is now displayed in the footer, respective of if a user is currently logged in or not. Note: I'm not a big fan...

### Terraform CLI Version 1.7.4 ### Terraform Provider Version 0.91.0 ### Terraform Configuration ```terraform resource "snowflake_procedure" "staleness_notifications" { name = "SLACK_ALERT_ON_STALE_TABLE" database = snowflake_schema.refined.database schema = snowflake_schema.refined.name return_type = "VARCHAR"...

bug