-
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 - support target_table
catalog_id
#31926
r/aws_glue_data_quality_ruleset - support target_table
catalog_id
#31926
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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_targetTableRequired
=== PAUSE TestAccGlueDataQualityRuleset_targetTableRequired
=== RUN TestAccGlueDataQualityRuleset_targetTableFull
=== PAUSE TestAccGlueDataQualityRuleset_targetTableFull
=== RUN TestAccGlueDataQualityRuleset_tags
=== PAUSE TestAccGlueDataQualityRuleset_tags
=== RUN TestAccGlueDataQualityRuleset_disappears
=== PAUSE TestAccGlueDataQualityRuleset_disappears
=== CONT TestAccGlueDataQualityRuleset_basic
=== CONT TestAccGlueDataQualityRuleset_disappears
--- PASS: TestAccGlueDataQualityRuleset_disappears (41.91s)
=== CONT TestAccGlueDataQualityRuleset_tags
--- PASS: TestAccGlueDataQualityRuleset_basic (54.83s)
=== CONT TestAccGlueDataQualityRuleset_targetTableFull
--- PASS: TestAccGlueDataQualityRuleset_targetTableFull (54.80s)
=== CONT TestAccGlueDataQualityRuleset_targetTableRequired
--- PASS: TestAccGlueDataQualityRuleset_targetTableRequired (75.91s)
=== CONT TestAccGlueDataQualityRuleset_updateDescription
--- PASS: TestAccGlueDataQualityRuleset_tags (144.92s)
=== CONT TestAccGlueDataQualityRuleset_updateRuleset
--- PASS: TestAccGlueDataQualityRuleset_updateRuleset (184.90s)
--- PASS: TestAccGlueDataQualityRuleset_updateDescription (186.35s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/glue 383.994s
@GlennChia Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.4.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
The AWS GO SDK released support for
catalog_id
intarget_table
here. Feature request: add this optional argument to the resource.Relations
Closes #31925
Relates #31604
References
Output from Acceptance Testing