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

glue.CfnConnection missing CF props. For example, AthenaProperties #33217

Open
1 task
OperationalFallacy opened this issue Jan 28, 2025 · 3 comments
Open
1 task
Assignees
Labels
@aws-cdk/aws-glue Related to AWS Glue bug This issue is a bug. p2 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@OperationalFallacy
Copy link

Describe the bug

Looking at latest glue.CfnConnection resource I couldn't find props listed in the CF docs https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionproperties

For example, athenaProperties is missing. Isn't these Cfn resources supposed to be autogenerated automatically?

    const x = new glue.CfnConnection(this, "test", {
      catalogId: "test",
      connectionInput: {
        // athenaProperties: {}, // is missing
        connectionType: "JDBC",

Regression Issue

  • Select this option if this issue appears to be a regression.

Last Known Working CDK Version

n/a

Expected Behavior

n/a

Current Behavior

n/a

Reproduction Steps

define new glue.CfnConnection and see props missing

Possible Solution

No response

Additional Information/Context

No response

CDK CLI Version

2.173.4

Framework Version

No response

Node.js Version

20.15.0

OS

Osx

Language

TypeScript

Language Version

No response

Other information

No response

@OperationalFallacy OperationalFallacy added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jan 28, 2025
@github-actions github-actions bot added the @aws-cdk/aws-glue Related to AWS Glue label Jan 28, 2025
@ashishdhingra ashishdhingra self-assigned this Jan 28, 2025
@ashishdhingra ashishdhingra added p2 investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Jan 28, 2025
@ashishdhingra
Copy link
Contributor

@OperationalFallacy Good afternoon. Thanks for opening the issue. If the properties were supported recently in CloudFormation, then it takes a while to make them available in CDK. Usually, there would be a PR titled feat: update L1 CloudFormation resource definitions. Please wait until the L2 CF resource definitions are next updated again via new PR.

Thanks,
Ashish

@ashishdhingra ashishdhingra added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Jan 28, 2025
@OperationalFallacy
Copy link
Author

What’s the lead time for these updates before changes get released? For example there was update two days ago merged still there are no new props

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Jan 29, 2025
@ashishdhingra
Copy link
Contributor

What’s the lead time for these updates before changes get released? For example there was update two days ago merged still there are no new props

@OperationalFallacy If you refer commit history for aws-glue-connection.json, the last commit cdklabs/awscdk-service-spec@3c5c74e was done 14 hrs ago. This would be followed by PR titled feat: update L1 CloudFormation resource definitions as mentioned in the last comment. The process is automated, so look out for L1 construct update someimte this week.

Thanks,
Ashish

@ashishdhingra ashishdhingra added the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-glue Related to AWS Glue bug This issue is a bug. p2 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

2 participants