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

r/glue_user_defined_function - add new resource #12537

Merged
merged 23 commits into from
Aug 31, 2020

Conversation

DrFaust92
Copy link
Collaborator

@DrFaust92 DrFaust92 commented Mar 26, 2020

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #3883

Release note for CHANGELOG:

resrouce_aws_glue_user_defined_function: add new resource

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccAWSGlueUserDefinedFunction_'
--- PASS: TestAccAWSGlueUserDefinedFunction_basic (78.63s)
--- PASS: TestAccAWSGlueUserDefinedFunction_resource_uri (106.27s)
--- PASS: TestAccAWSGlueUserDefinedFunction_disappears (40.61s)

@DrFaust92 DrFaust92 requested a review from a team March 26, 2020 14:14
@ghost ghost added needs-triage Waiting for first response or review from a maintainer. size/XL Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. service/glue Issues and PRs that pertain to the glue service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Mar 26, 2020
@DrFaust92 DrFaust92 changed the title r/glue_user_defined_function - add new resource [WIP]r/glue_user_defined_function - add new resource Mar 26, 2020
@DrFaust92 DrFaust92 force-pushed the r/glue_user_defined_function branch from dccf05d to 86047ba Compare April 30, 2020 07:31
@DrFaust92 DrFaust92 changed the title [WIP]r/glue_user_defined_function - add new resource r/glue_user_defined_function - add new resource Apr 30, 2020
@DrFaust92 DrFaust92 force-pushed the r/glue_user_defined_function branch from 79b52f6 to 16a1415 Compare May 19, 2020 19:33
@DrFaust92 DrFaust92 added the new-resource Introduces a new resource. label May 22, 2020
@DrFaust92 DrFaust92 removed the needs-triage Waiting for first response or review from a maintainer. label Aug 23, 2020
@DrFaust92
Copy link
Collaborator Author

rebased and tested

Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good just some minor items and we can get this in. 😄

aws/resource_aws_glue_user_defined_function.go Outdated Show resolved Hide resolved
aws/resource_aws_glue_user_defined_function.go Outdated Show resolved Hide resolved
aws/resource_aws_glue_user_defined_function_test.go Outdated Show resolved Hide resolved
aws/resource_aws_glue_user_defined_function_test.go Outdated Show resolved Hide resolved
aws/resource_aws_glue_user_defined_function_test.go Outdated Show resolved Hide resolved
aws/resource_aws_glue_user_defined_function_test.go Outdated Show resolved Hide resolved
aws/resource_aws_glue_user_defined_function_test.go Outdated Show resolved Hide resolved
aws/resource_aws_glue_user_defined_function_test.go Outdated Show resolved Hide resolved
aws/resource_aws_glue_user_defined_function_test.go Outdated Show resolved Hide resolved
@bflad bflad added this to the v3.5.0 milestone Aug 28, 2020
@bflad bflad self-assigned this Aug 28, 2020
DrFaust92 and others added 10 commits August 29, 2020 11:51
Co-authored-by: Brian Flad <bflad417@gmail.com>
Co-authored-by: Brian Flad <bflad417@gmail.com>
Co-authored-by: Brian Flad <bflad417@gmail.com>
Co-authored-by: Brian Flad <bflad417@gmail.com>
Co-authored-by: Brian Flad <bflad417@gmail.com>
Co-authored-by: Brian Flad <bflad417@gmail.com>
Co-authored-by: Brian Flad <bflad417@gmail.com>
@DrFaust92 DrFaust92 requested a review from bflad August 29, 2020 08:56
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 🚀

Output from acceptance testing:

--- PASS: TestAccAWSGlueUserDefinedFunction_disappears (13.75s)
--- PASS: TestAccAWSGlueUserDefinedFunction_basic (25.21s)
--- PASS: TestAccAWSGlueUserDefinedFunction_resource_uri (33.69s)

@bflad bflad merged commit f139170 into hashicorp:master Aug 31, 2020
bflad added a commit that referenced this pull request Aug 31, 2020
@ghost
Copy link

ghost commented Sep 3, 2020

This has been released in version 3.5.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@ghost
Copy link

ghost commented Sep 30, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Sep 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. new-resource Introduces a new resource. provider Pertains to the provider itself, rather than any interaction with AWS. service/glue Issues and PRs that pertain to the glue service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Resource for managing AWS Glue User Defined Functions
2 participants