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 support for ScheduledQueryRun #456

Merged
merged 1 commit into from
Jul 27, 2018
Merged

Conversation

remi-stripe
Copy link
Contributor

r? @ob-stripe
cc @stripe/api-libraries

This fixes #454



class ScheduledQueryRun(ListableAPIResource):
OBJECT_NAME = 'scheduled_query_run'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The object name should really be sigma.scheduled_query_run based on recent API decisions we made. It's not though, similarly to apple pay domains.

The issue is that if we change this in the future, we'll need to have some custom logic for the deserializer which will be tricky. I don't think we have renamed an object before.

This comment is mostly here as food for thoughts though!

@stripe-ci stripe-ci assigned remi-stripe and unassigned ob-stripe Jul 27, 2018
@ob-stripe ob-stripe merged commit 6c70654 into master Jul 27, 2018
@ob-stripe ob-stripe deleted the remi-add-scheduled-query-run branch July 27, 2018 14:01
@ob-stripe
Copy link
Contributor

Released as 2.3.0.

@jleclanche
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ScheduledQueryRun missing
4 participants