Skip to content

Enable glue stats collection - #326

Merged
javsanbel2 merged 3 commits into
masterfrom
feature/enable-glue-stats-collection
Aug 1, 2025
Merged

Enable glue stats collection#326
javsanbel2 merged 3 commits into
masterfrom
feature/enable-glue-stats-collection

Conversation

@javsanbel2

Copy link
Copy Markdown
Contributor

📝 Description

🔗 Related Issues

@javsanbel2
javsanbel2 requested a review from a team as a code owner July 31, 2025 12:07
Comment thread glue.tf Outdated
}

resource "null_resource" "automatic_glue_stats_collector_script" {
count = var.disable_glue_db_init ? 1 : 0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does disable glue db init have to do with stats collection?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This now reads that if glue db init is disabled it implies we enable glue stats collection, that's confusing, we should introduce a separate flag or refactor the existing to make more sense.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it is not really clear, when you disable glue init from HMS readwrite, that means all the Glue new stuff + lake formation permissions starts... but I will use enable_glue variable better, thank you

@javsanbel2
javsanbel2 merged commit e57df4d into master Aug 1, 2025
2 checks passed
@javsanbel2
javsanbel2 deleted the feature/enable-glue-stats-collection branch August 1, 2025 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants