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

New Resource: aws_athena_data_catalog #22968

Merged
merged 21 commits into from
Apr 22, 2022

Conversation

bschaatsbergen
Copy link
Member

@bschaatsbergen bschaatsbergen commented Feb 6, 2022

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

Relates #22714

Output from acceptance testing:

$ make testacc TESTS=TestAccDataCatalog PKG=athena
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/athena/... -v -count 1 -parallel 20 -run='TestAccDataCatalog'  -timeout 180m
=== RUN   TestAccDataCatalog_basic
=== PAUSE TestAccDataCatalog_basic
=== RUN   TestAccDataCatalog_type_lambda
=== PAUSE TestAccDataCatalog_type_lambda
=== RUN   TestAccDataCatalog_type_hive
=== PAUSE TestAccDataCatalog_type_hive
=== RUN   TestAccDataCatalog_type_glue
=== PAUSE TestAccDataCatalog_type_glue
=== RUN   TestAccDataCatalog_parameters
=== PAUSE TestAccDataCatalog_parameters
=== RUN   TestAccDataCatalog_disappears
=== PAUSE TestAccDataCatalog_disappears
=== CONT  TestAccDataCatalog_basic
=== CONT  TestAccDataCatalog_type_glue
=== CONT  TestAccDataCatalog_type_hive
=== CONT  TestAccDataCatalog_type_lambda
=== CONT  TestAccDataCatalog_disappears
=== CONT  TestAccDataCatalog_parameters
--- PASS: TestAccDataCatalog_disappears (27.24s)
--- PASS: TestAccDataCatalog_parameters (37.08s)
--- PASS: TestAccDataCatalog_type_hive (37.08s)
--- PASS: TestAccDataCatalog_type_glue (37.15s)
--- PASS: TestAccDataCatalog_basic (37.18s)
--- PASS: TestAccDataCatalog_type_lambda (37.23s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/athena     37.293s

@github-actions github-actions bot added provider Pertains to the provider itself, rather than any interaction with AWS. needs-triage Waiting for first response or review from a maintainer. size/XS Managed by automation to categorize the size of a PR. service/athena Issues and PRs that pertain to the athena service. size/L 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 Feb 6, 2022
@github-actions
Copy link

github-actions bot commented Feb 6, 2022

Thank you for your contribution! 🚀

Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the go.mod or go.sum files and commit them into this pull request.

Additional details:

  • Check open pull requests with the dependencies label to view other dependency updates.
  • If this pull request includes an update the AWS Go SDK (or any other dependency) version, only updates submitted via dependabot will be merged. This pull request will need to remove these changes and will need to be rebased after the existing dependency update via dependabot has been merged for this pull request to be reviewed.
  • If this pull request is for supporting a new AWS service:
    • Ensure the new AWS service changes are following the Contributing Guide section on new services, in particular that the dependency addition and initial provider support are in a separate pull request from other changes (e.g. new resources). Contributions not following this item will not be reviewed until the changes are split.
    • If this pull request is already a separate pull request from the above item, you can ignore this message.

@github-actions github-actions bot added tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. size/XL Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. and removed size/L Managed by automation to categorize the size of a PR. labels Feb 6, 2022
@bschaatsbergen bschaatsbergen marked this pull request as ready for review February 6, 2022 19:54
@justinretzolk justinretzolk added new-resource Introduces a new resource. and removed needs-triage Waiting for first response or review from a maintainer. labels Feb 16, 2022
@DrFaust92
Copy link
Collaborator

bschaatsbergen can you rebase?

@bschaatsbergen
Copy link
Member Author

bschaatsbergen commented Apr 21, 2022

bschaatsbergen can you rebase?

Rebased, I have to check this PR again honestly as it's been some time and I ran into w/e I mentioned above here. What do you think? @DrFaust92

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 🚀.

% make testacc TESTS=TestAccAthenaDataCatalog_ PKG=athena ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/athena/... -v -count 1 -parallel 3 -run='TestAccAthenaDataCatalog_'  -timeout 180m
=== RUN   TestAccAthenaDataCatalog_basic
=== PAUSE TestAccAthenaDataCatalog_basic
=== RUN   TestAccAthenaDataCatalog_tags
=== PAUSE TestAccAthenaDataCatalog_tags
=== RUN   TestAccAthenaDataCatalog_type_lambda
=== PAUSE TestAccAthenaDataCatalog_type_lambda
=== RUN   TestAccAthenaDataCatalog_type_hive
=== PAUSE TestAccAthenaDataCatalog_type_hive
=== RUN   TestAccAthenaDataCatalog_type_glue
=== PAUSE TestAccAthenaDataCatalog_type_glue
=== RUN   TestAccAthenaDataCatalog_parameters
=== PAUSE TestAccAthenaDataCatalog_parameters
=== CONT  TestAccAthenaDataCatalog_basic
=== CONT  TestAccAthenaDataCatalog_type_hive
=== CONT  TestAccAthenaDataCatalog_parameters
--- PASS: TestAccAthenaDataCatalog_type_hive (19.62s)
=== CONT  TestAccAthenaDataCatalog_type_lambda
--- PASS: TestAccAthenaDataCatalog_basic (19.69s)
=== CONT  TestAccAthenaDataCatalog_type_glue
--- PASS: TestAccAthenaDataCatalog_parameters (31.56s)
=== CONT  TestAccAthenaDataCatalog_tags
--- PASS: TestAccAthenaDataCatalog_type_lambda (17.85s)
--- PASS: TestAccAthenaDataCatalog_type_glue (17.84s)
--- PASS: TestAccAthenaDataCatalog_tags (43.76s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/athena	79.182s

@ewbankkit ewbankkit merged commit 1a6f0a5 into hashicorp:main Apr 22, 2022
@github-actions github-actions bot added this to the v4.12.0 milestone Apr 22, 2022
@bschaatsbergen bschaatsbergen deleted the r/athena-data-catalog branch April 23, 2022 07:22
@github-actions
Copy link

This functionality has been released in v4.12.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. Thank you!

@github-actions
Copy link

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 May 29, 2022
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/athena Issues and PRs that pertain to the athena 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.

None yet

4 participants