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 timezone param to signalflow computation requests #114

Merged

Conversation

hubertgrzeskowiak
Copy link

This resolves #113

Note: completely untested. I lack the time to set up Python 2, and some of the tests seem to ask for a SFX token (which I can not provide).

@@ -33,12 +33,13 @@ def _get_params(self, **kwargs):

def execute(self, program, start=None, stop=None, resolution=None,
max_delay=None, persistent=False, immediate=False,
disable_all_metric_publishes=None, withDerivedMetadata=None,
resolutionAdjustable=None):
timezone=None, disable_all_metric_publishes=None,
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add the new parameter at the end of the current argument list so that people who don't use keyword arguments programs are not affect by this change

Copy link
Contributor

@tedoc2000 tedoc2000 left a comment

Choose a reason for hiding this comment

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

Please put the new parameter at the end of the existing argument list

@hubertgrzeskowiak
Copy link
Author

done. sorry for the delay

@mpetazzoni mpetazzoni merged commit c8e3439 into signalfx:master Jan 1, 2021
@hubertgrzeskowiak hubertgrzeskowiak deleted the signalflow-optional-timezone branch January 23, 2021 11:04
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.

Support for timezone in SignalFlow execution
3 participants