Skip to content
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

Ele 3577 add index data monitoring metrics #748

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

NoyaArie
Copy link
Contributor

No description provided.

Copy link

linear bot commented Aug 28, 2024

Copy link
Contributor

👋 @NoyaArie
Thank you for raising your pull request.
Please make sure to add tests and document all user-facing changes.
You can do this by editing the docs files in the elementary repository.

@@ -3,6 +3,7 @@
materialized='incremental',
unique_key='id',
on_schema_change='append_new_columns',
indexes=[{'columns': ['full_table_name', "column_name", "metric_name"]}] if target.type == "postgres" else [],
Copy link
Contributor

Choose a reason for hiding this comment

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

i believe indexes is a configuration that only applies to postgres, so the if target.type == "postgres" check is not necessary, but it can be nice for clarity. so idk

@NoyaArie NoyaArie merged commit 9519543 into master Aug 29, 2024
11 of 12 checks passed
@NoyaArie NoyaArie deleted the ele-3577-add-index-data-monitoring-metrics branch August 29, 2024 13:47
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