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 appengine/bigquery sample #2

Closed
wants to merge 8 commits into from
Closed

add appengine/bigquery sample #2

wants to merge 8 commits into from

Conversation

campoy
Copy link
Contributor

@campoy campoy commented Oct 7, 2015

# Copyright 2015 Google Inc. All rights reserved.
# Use of this source code is governed by the Apache 2.0
# license that can be found in the LICENSE file.
application: gae-bq-sample
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this still required for App Engine? I think you can specify it on the command line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done


// datasets returns a list with the ids of all the Big Query datasets visible
// with the given context.
func datasets(c context.Context) ([]string, error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

c --> ctx

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Francesc Campoy and others added 2 commits October 19, 2015 11:55
Change-Id: If75ceaea96e3c6d58d1685a64117e4e43294d531
}

// create a new App Engine context from the request.
c := appengine.NewContext(r)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we want c -> ctx.

(ctx because we're using the actual context package now.)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Francesc Campoy and others added 2 commits October 19, 2015 16:58
Change-Id: If8f8b10f4e0d9aae1e604fb06e3e8ad65802e76a
@broady
Copy link
Contributor

broady commented Oct 23, 2015

merged e317f76

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.

None yet

2 participants