Coder Social home page Coder Social logo

Comments (6)

ksauzz avatar ksauzz commented on June 2, 2024

Our team decided to use spark-bigquery-connector in AWS Glue instead, so this issue is no longer necessary for us. Feel free to close this if no one has interest.

from aws-sdk-go.

RanVaknin avatar RanVaknin commented on June 2, 2024

Hi @ksauzz ,

The SDK is code generated from the API model of each service. In this case, the source of truth for the enum type the SDK uses is the internal API model for glue which does not specify BIGQUERY as a valid enum value for connectionType.

According to the blog post, AWS Glue has suppported BIGQUERY since Oct 2023, but the API version is 2017-03-31.

The API version date you see here is when this major version was released, and is not related to when it was last updated. Since AFAIK Glue only has one major version supported, 2017-03-31 is when this major version was released.

From reading the blogpost I can see that this is indeed supported, but from an API operation perspective I don't see that BIGQUERY is mentioned anywhere under ConnectionType, not in the blogpost or any other service docs. To be clear, you might be 100% correct and the Glue service team simply did not update their API model to include this newly released type and we might need to engage with them to fix it.

I will reach out to confirm with the Glue team if this needs to be added and if so I'll have them update their model to include it.

Thanks,
Ran~

from aws-sdk-go.

ksauzz avatar ksauzz commented on June 2, 2024

Thank you for the explanation in detail.

from aws-sdk-go.

RanVaknin avatar RanVaknin commented on June 2, 2024

Hi there,

I was not able to get a confirmation from the Glue team on whether this is the intended value for this enum or whether this value has service side support to begin with.

If anyone is running into this issue in the future, please open a separate issue on our v2 SDK repository issue queue.

Thanks,
Ran~

from aws-sdk-go.

github-actions avatar github-actions commented on June 2, 2024

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

from aws-sdk-go.

ksauzz avatar ksauzz commented on June 2, 2024

I think some users want to manage BIGQUERY connection type through terraform involving aws-sdk-go v1, as well as v2 someday. So even without updating API model, just removing client-side validation for the enum would help them.

Thanks.

hashicorp/terraform-provider-aws#34575

from aws-sdk-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.