-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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/aws_glue_data_quality_ruleset #31604
r/aws_glue_data_quality_ruleset #31604
Conversation
Community NoteVoting for Prioritization
For Submitters
|
a1ebfd3
to
7b22e90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccGlueDataQualityRuleset_' PKG=glue ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/glue/... -v -count 1 -parallel 2 -run=TestAccGlueDataQualityRuleset_ -timeout 180m
=== RUN TestAccGlueDataQualityRuleset_basic
=== PAUSE TestAccGlueDataQualityRuleset_basic
=== RUN TestAccGlueDataQualityRuleset_updateRuleset
=== PAUSE TestAccGlueDataQualityRuleset_updateRuleset
=== RUN TestAccGlueDataQualityRuleset_updateDescription
=== PAUSE TestAccGlueDataQualityRuleset_updateDescription
=== RUN TestAccGlueDataQualityRuleset_targetTable
=== PAUSE TestAccGlueDataQualityRuleset_targetTable
=== RUN TestAccGlueDataQualityRuleset_tags
=== PAUSE TestAccGlueDataQualityRuleset_tags
=== RUN TestAccGlueDataQualityRuleset_disappears
=== PAUSE TestAccGlueDataQualityRuleset_disappears
=== CONT TestAccGlueDataQualityRuleset_basic
=== CONT TestAccGlueDataQualityRuleset_targetTable
--- PASS: TestAccGlueDataQualityRuleset_basic (19.82s)
=== CONT TestAccGlueDataQualityRuleset_disappears
--- PASS: TestAccGlueDataQualityRuleset_targetTable (22.88s)
=== CONT TestAccGlueDataQualityRuleset_updateDescription
--- PASS: TestAccGlueDataQualityRuleset_disappears (13.26s)
=== CONT TestAccGlueDataQualityRuleset_tags
--- PASS: TestAccGlueDataQualityRuleset_updateDescription (31.52s)
=== CONT TestAccGlueDataQualityRuleset_updateRuleset
--- PASS: TestAccGlueDataQualityRuleset_tags (44.17s)
--- PASS: TestAccGlueDataQualityRuleset_updateRuleset (31.17s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/glue 91.086s
@GlennChia Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.1.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! |
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. |
Description
Relations
Closes #31598
References
Note: while the DataQualityTargetTable object supports
CatalogId
, the AWS GO SDK does not: DataQualityTargetTableOutput from Acceptance Testing