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

snowflake_databases does not return any results #2218

Closed
brettwatkins-Built opened this issue Nov 27, 2023 · 2 comments
Closed

snowflake_databases does not return any results #2218

brettwatkins-Built opened this issue Nov 27, 2023 · 2 comments
Labels
bug Used to mark issues with provider's incorrect behavior category:data_source data_source:databases Issue connected to the snowflake_databases data source

Comments

@brettwatkins-Built
Copy link

brettwatkins-Built commented Nov 27, 2023

Terraform CLI and Provider Versions

Provider Version

Terraform v1.3.9

provider registry.terraform.io/hashicorp/aws v4.32.0
provider registry.terraform.io/snowflake-labs/snowflake v0.61.0

Terraform Configuration

data "snowflake_databases" "databases" {}

Expected Behavior

I would expect to see our databases within our Snowflake account

Actual Behavior

+ name = {
      + databases = null
      + id        = null
    }

Steps to Reproduce

  1. Configure snowflake_databases data resource
  2. Run terraform apply

How much impact is this issue causing?

High

Logs

No response

Additional Information

This issue was reported over a year ago and was largely ignored: #1383

@brettwatkins-Built brettwatkins-Built added the bug Used to mark issues with provider's incorrect behavior label Nov 27, 2023
@sfc-gh-asawicki
Copy link
Collaborator

Hey, @brettwatkins-Built. Thanks for reporting the issue.

We see you are using an old version of the provider (almost seven months old). There have been multiple changes to the provider since then. You can see that version v0.66.0 introduced changes to this datasource. Please bump your provider, preferably to the newest version, v0.76.0.

Just so you know, we are in the v0.x.x.x version, so the project status is experimental. We do not plan to release backward bug fixes to old versions before going to v1.x.x. That's why we'd like to ask you to check if the error is present in the newer versions.

@sfc-gh-asawicki
Copy link
Collaborator

Hey @brettwatkins-Built, I will close this issue; please open a new one if you are experiencing this problem in the more recent versions of the provider.

@sfc-gh-jcieslak sfc-gh-jcieslak added category:data_source data_source:databases Issue connected to the snowflake_databases data source labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to mark issues with provider's incorrect behavior category:data_source data_source:databases Issue connected to the snowflake_databases data source
Projects
None yet
Development

No branches or pull requests

3 participants