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

Reporting pipeline miro inventory #3008

Merged
merged 9 commits into from
Nov 13, 2018
Merged

Conversation

harrisonpim
Copy link
Contributor

What is this PR trying to achieve?

Adds the miro_inventory pipeline

Who is this change for?

📄📊

@@ -50,7 +50,10 @@ def state_reason(self):

@property
def should_be_sent_to_main_channel(self):
return self.name != "lambda-miro_transformer-errors"
return self.name not in [
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: always use sets when you’re doing foo in iterable for good performance habits.

@kenoir kenoir merged commit ef83b57 into master Nov 13, 2018
@kenoir kenoir deleted the reporting_pipeline_miro_inventory branch November 13, 2018 08:20
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.

4 participants