repair_table | R Documentation |
Recovers partitions and data associated with partitions. Use this statement when you add partitions to the catalog. It is possible it will take some time to add all partitions. If this operation times out, it will be in an incomplete state where only a few partitions are added to the catalog.
repair_table(table, database)
table |
Table name |
database |
AWS Glue/Athena database name |
Query final state ('SUCCEEDED', 'FAILED', 'CANCELLED')
`query_final_state = dbtools::repair_table(table='...', database='...')`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.