Glue table not visible after upgrading to v2.2 with enable auto created pivot role #979
Labels
effort: low
priority: medium
status: in-review
This issue has been implemented and is currently in review and waiting for next release
type: bug
Something isn't working
Milestone
Describe the bug
While updating data.all to v2.2 with enable auto created pivot role enabled , the pivot role is not formed ( this is fixed in #948 )
Due to this failure, at the time of updating the dataset stacks , zero (0) glue tables fetched by the tables_syncer.py. This causes the
LastGlueTableStatus
set toDeleted
.Once the pivotRole was corrected and the ECS task for tables syncing is running ( i.e. the tables_syncer.py ), the glue tables are fetched but the
LastGlueTableStatus
is not updated toInSync
.Due to this, even though the glue tables exists for the dataset on the AWS account, they are not displayed on the UI.
How to Reproduce
DatasetTables
table and update theLastGlueTableStatus
toDeleted
LastGlueTableStatus
is not updated toInSync
Expected behavior
After tables_syncer.py is running or click on the Synchronize button on the UI, the tables should be properly updated in the RDS with
InSync
status if they are fetched from the glue boto3 callYour project
No response
Screenshots
No response
OS
Mac
Python version
3.9
AWS data.all version
2.2
Additional context
No response
The text was updated successfully, but these errors were encountered: