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

Allow "/" in aws_glue_crawler name #19160

Merged
merged 2 commits into from
Apr 29, 2021
Merged

Conversation

SeanKilleen
Copy link
Contributor

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 #19159

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

@SeanKilleen SeanKilleen requested a review from a team as a code owner April 29, 2021 18:59
@ghost ghost added size/XS Managed by automation to categorize the size of a PR. service/glue Issues and PRs that pertain to the glue service. labels Apr 29, 2021
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Apr 29, 2021
@SeanKilleen
Copy link
Contributor Author

I'm brand new to this repo and while I'm pretty confident of this change given the nature of the issue, I'd love some guidance on updating tests or other steps necessary to get this merged. I'll run with any minimal help.

@SeanKilleen SeanKilleen changed the title WIP: Allow "/" in aws glue crawler name Allow "/" in aws glue crawler name Apr 29, 2021
@DrFaust92 DrFaust92 added bug Addresses a defect in current functionality. and removed needs-triage Waiting for first response or review from a maintainer. labels Apr 29, 2021
@DrFaust92 DrFaust92 self-assigned this Apr 29, 2021
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome @SeanKilleen 👋

It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.

Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.

Thanks again, and welcome to the community! 😃

@DrFaust92
Copy link
Collaborator

LGTM

--- PASS: TestAccAWSGlueCrawler_Role_Name_Path (62.24s)
--- PASS: TestAccAWSGlueCrawler_disappears (63.26s)
--- PASS: TestAccAWSGlueCrawler_Role_ARN_NoPath (66.88s)
--- PASS: TestAccAWSGlueCrawler_Role_ARN_Path (67.30s)
--- PASS: TestAccAWSGlueCrawler_SchemaChangePolicy (102.53s)
--- PASS: TestAccAWSGlueCrawler_DynamodbTarget (102.94s)
--- PASS: TestAccAWSGlueCrawler_RemoveTablePrefix (104.40s)
--- PASS: TestAccAWSGlueCrawler_Description (104.94s)
--- PASS: TestAccAWSGlueCrawler_TablePrefix (105.50s)
--- PASS: TestAccAWSGlueCrawler_mongoDBTarget (106.41s)
--- PASS: TestAccAWSGlueCrawler_SecurityConfiguration (106.94s)
--- PASS: TestAccAWSGlueCrawler_Configuration (107.70s)
--- PASS: TestAccAWSGlueCrawler_Classifiers (131.46s)
--- PASS: TestAccAWSGlueCrawler_lineageConfig (137.58s)
--- PASS: TestAccAWSGlueCrawler_S3Target_Multiple (137.81s)
--- PASS: TestAccAWSGlueCrawler_Tags (143.57s)
--- PASS: TestAccAWSGlueCrawler_Schedule (144.32s)
--- PASS: TestAccAWSGlueCrawler_recrawlPolicy (145.38s)
--- PASS: TestAccAWSGlueCrawler_S3Target_ConnectionName (88.33s)
--- PASS: TestAccAWSGlueCrawler_S3Target (97.16s)
--- PASS: TestAccAWSGlueCrawler_CatalogTarget (159.95s)
--- PASS: TestAccAWSGlueCrawler_DynamodbTarget_scanRate (122.54s)
--- PASS: TestAccAWSGlueCrawler_mongoDBTarget_scan_all (129.35s)
--- PASS: TestAccAWSGlueCrawler_JdbcTarget (93.15s)
--- PASS: TestAccAWSGlueCrawler_S3Target_Exclusions (89.41s)
--- PASS: TestAccAWSGlueCrawler_JdbcTarget_Exclusions (90.79s)
--- PASS: TestAccAWSGlueCrawler_DynamodbTarget_scanAll (123.02s)
--- PASS: TestAccAWSGlueCrawler_mongoDBTarget_multiple (124.25s)
--- PASS: TestAccAWSGlueCrawler_JdbcTarget_Multiple (125.44s)
--- PASS: TestAccAWSGlueCrawler_CatalogTarget_Multiple (236.85s)

@SeanKilleen
Copy link
Contributor Author

SeanKilleen commented Apr 29, 2021

@DrFaust92 Thanks for the speedy review!

Do you have any insight on how long it typically takes from PR approval to provider release? Any amount of time is fine, but I'd like to set my team's expectations for when this change will become available. I'll look in the release logs / FAQ as well but your insight is appreciated.

@DrFaust92 DrFaust92 removed their assignment Apr 29, 2021
@ewbankkit ewbankkit self-assigned this Apr 29, 2021
@SeanKilleen SeanKilleen changed the title Allow "/" in aws glue crawler name Allow "/" in aws_glue_crawler name Apr 29, 2021
@ghost ghost added size/XXL Managed by automation to categorize the size of a PR. and removed size/XS Managed by automation to categorize the size of a PR. labels Apr 29, 2021
@ghost ghost added the size/XXL Managed by automation to categorize the size of a PR. label Apr 29, 2021
@github-actions
Copy link

Thank you for your contribution! 🚀

Please note that the CHANGELOG.md file contents are handled by the maintainers during merge. This is to prevent pull request merge conflicts, especially for contributions which may not be merged immediately. Please see the Contributing Guide for additional pull request review items.

Remove any changes to the CHANGELOG.md file and commit them in this pull request to prevent delays with reviewing and potentially merging this pull request.

@SeanKilleen
Copy link
Contributor Author

SeanKilleen commented Apr 29, 2021

Hi @ewbankkit, not sure if this is the intended behavior, but your force push of my PR branch with the changelog modification now seems to have GitHub thinking that 3,000+ files were modified.

@ghost ghost added size/XS Managed by automation to categorize the size of a PR. and removed size/XXL Managed by automation to categorize the size of a PR. labels Apr 29, 2021
@ewbankkit
Copy link
Contributor

ewbankkit commented Apr 29, 2021

@SeanKilleen I see what the problem is - You need to change the PR to be against main, not master (the default branch changed a while back).
I rebased onto the latest main and those 3000+ files are all new on the old master 😄.

It may be simpler just to create a new PR and close this one.
I can get it reviewed pretty quickly right now.

@SeanKilleen SeanKilleen changed the base branch from master to main April 29, 2021 20:07
@SeanKilleen
Copy link
Contributor Author

Hi @ewbankkit I updated the PR. Odd because I did it by editing the file on GitHub and creating the PR which I assume would have gone against the default branch by, well, default. 😆 Not sure why it wound up on the old name.

You may need to add your changelog commit one more time -- apologies!

Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

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

LGTM 🚀.

@ewbankkit ewbankkit merged commit 2101e0e into hashicorp:main Apr 29, 2021
@github-actions github-actions bot added this to the v3.38.0 milestone Apr 29, 2021
@ghost
Copy link

ghost commented Apr 30, 2021

This has been released in version 3.38.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!

@github-actions
Copy link

github-actions bot commented Jun 1, 2021

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/glue Issues and PRs that pertain to the glue service. size/XS Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws_glue_crawler: name reported as invalid against regex when AWS accepts the name
3 participants