-
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/glue_catalog_table - add target_table
argument
#19372
r/glue_catalog_table - add target_table
argument
#19372
Conversation
5834883
to
a3eb59d
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.
Looks great! 🎉
Output from acceptance tests (us-west-2
):
--- PASS: TestAccAWSGlueCatalogTable_disappears_database (22.15s)
--- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_EmptyConfigurationBlock (25.61s)
--- PASS: TestAccAWSGlueCatalogTable_disappears (26.73s)
--- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SkewedInfo_EmptyConfigurationBlock (27.69s)
--- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SerDeInfo_EmptyConfigurationBlock (27.82s)
--- PASS: TestAccAWSGlueCatalogTable_full (30.96s)
--- PASS: TestAccAWSGlueCatalogTable_partitionIndexesSingle (30.97s)
--- PASS: TestAccAWSGlueCatalogTable_basic (31.08s)
--- PASS: TestAccAWSGlueCatalogTable_columnParameters (31.24s)
--- PASS: TestAccAWSGlueCatalogTable_partitionIndexesMultiple (31.24s)
--- PASS: TestAccAWSGlueCatalogTable_targetTable (33.07s)
--- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReferenceArn (34.53s)
--- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReference (34.78s)
--- PASS: TestAccAWSGlueCatalogTable_update_addValues (43.10s)
--- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SerDeInfo_UpdateValues (43.25s)
--- PASS: TestAccAWSGlueCatalogTable_update_replaceValues (43.26s)
Output from acceptance tests (GovCloud):
--- SKIP: TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReferenceArn (14.26s)
--- SKIP: TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReference (14.26s)
--- PASS: TestAccAWSGlueCatalogTable_disappears_database (24.38s)
--- PASS: TestAccAWSGlueCatalogTable_disappears (27.48s)
--- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SerDeInfo_EmptyConfigurationBlock (29.32s)
--- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SkewedInfo_EmptyConfigurationBlock (29.72s)
--- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_EmptyConfigurationBlock (29.73s)
--- PASS: TestAccAWSGlueCatalogTable_columnParameters (34.13s)
--- PASS: TestAccAWSGlueCatalogTable_full (34.13s)
--- PASS: TestAccAWSGlueCatalogTable_basic (34.20s)
--- PASS: TestAccAWSGlueCatalogTable_partitionIndexesSingle (34.20s)
--- PASS: TestAccAWSGlueCatalogTable_partitionIndexesMultiple (34.20s)
--- PASS: TestAccAWSGlueCatalogTable_targetTable (35.34s)
--- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SerDeInfo_UpdateValues (46.89s)
--- PASS: TestAccAWSGlueCatalogTable_update_replaceValues (51.29s)
--- PASS: TestAccAWSGlueCatalogTable_update_addValues (52.53s)
This has been released in version 3.41.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! |
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. |
Community Note
Depends on #19371
Relates #15296
Output from acceptance testing: