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

[General Usage]: Unable to fetch data source through snowflake_system_get_privatelink_config. #3099

Closed
ravisingh27 opened this issue Sep 23, 2024 · 2 comments
Assignees
Labels
bug Used to mark issues with provider's incorrect behavior data_source:system_get_privatelink_config Issue connected to the snowflake_system_get_privatelink_config data source

Comments

@ravisingh27
Copy link

Terraform CLI Version

1.7.5

Terraform Provider Version

0.89.0

Terraform Configuration

we are unable to fetch the data through terraform data source, for this account - NV34080.

data.snowflake_system_get_privatelink_config.snowflake_private_link.aws_vpce_id

Category

category:data_source

Object type(s)

No response

Expected Behavior

We should be getting the service_name through this data source.

Actual Behavior

it gives us service name is empty

Steps to Reproduce

create a endpoint
attach the service_name through - terraform data source
data.snowflake_system_get_privatelink_config.snowflake_private_link.aws_vpce_id

How much impact is this issue causing?

Low

Logs

No response

Additional Information

No response

@ravisingh27 ravisingh27 added the general-usage General help/usage questions label Sep 23, 2024
@sfc-gh-jmichalak
Copy link
Collaborator

sfc-gh-jmichalak commented Sep 23, 2024

Hi @ravisingh27 👋
This is probably a duplicate of #1630. As a workaround, please set QUOTED_IDENTIFIERS_IGNORE_CASE = FALSE, as mentioned in the comments. Note that this parameter affects all other objects in Snowflake.

The answer by @sfc-gh-asawicki is still valid:

Reworking the SYSTEM$ function datasources was not our priority for V1, but we were thinking about introducing the generic datasource as a replacement. In the meantime, we will accept contributions following our guidelines.

@sfc-gh-jmichalak sfc-gh-jmichalak added data_source:system_get_privatelink_config Issue connected to the snowflake_system_get_privatelink_config data source bug Used to mark issues with provider's incorrect behavior and removed general-usage General help/usage questions labels Sep 23, 2024
@ravisingh27
Copy link
Author

@sfc-gh-jmichalak Thanks. It worked

@sfc-gh-jmichalak sfc-gh-jmichalak self-assigned this Oct 23, 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 data_source:system_get_privatelink_config Issue connected to the snowflake_system_get_privatelink_config data source
Projects
None yet
Development

No branches or pull requests

2 participants