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

Add way to filter by aspect_type in metadata_sync #137

Merged
merged 5 commits into from
Nov 4, 2024

Conversation

treff7es
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Oct 29, 2024

Unit Test Results (build & test)

63 tests  ±0   63 ✅ ±0   4s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 49d249c. ± Comparison against base commit a88018e.

♻️ This comment has been updated with latest results.

if (orig_event.get("aspectName") not in self.aspects_exclude_set) and (
orig_event.get("entityType") not in self.config.entity_type_to_exclude
if self.config.entity_type_to_exclude
else True
Copy link
Contributor

Choose a reason for hiding this comment

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

can we get some reporting / logging for this?

@treff7es treff7es merged commit 83b99a7 into main Nov 4, 2024
3 checks passed
@treff7es treff7es deleted the metadata_sync_entity_type_exclude branch November 4, 2024 22:18
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