Skip to content

Conversation

@davidquintana
Copy link
Contributor

Nothing fancy, follows the same convention as the other methods that allow for signifying whether legacy SQL or standard SQL is used.

return {}

def create_view(self, dataset, view, query):
def create_view(self, dataset, view, query, use_legacy_sql=None):
Copy link
Owner

Choose a reason for hiding this comment

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

Should add this kwarg to the docstring.

@tylertreat
Copy link
Owner

Thanks, can you add a unit test for this? Otherwise lgtm.

@tylertreat tylertreat merged commit 55a3ee6 into tylertreat:master Dec 22, 2016
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