forked from GoogleCloudPlatform/python-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
pull from upstream #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* First version of CJD samples * Add more samples * Add more samples * Add more samples * Add more samples * Add quickstart and remove the deprecated sample * Remove unused dependency and adjust the indentation * Fix the lint issue * Fix the lint issue * Fix the lint issue * Move thes samples from /jobs/cjd_sample to /jobs * Modify the quickstart test * Add tests, modify tags, remove env and some other changes * format the code * Fx the issue in the sample and test * Remove all the extra empty lines * Fix the lint issue
#1572) * Add samples for object localization and handwritten ocr * Update to released lib * Update beta_snippets.py
* Add Python dependencies example workflow. * Move dependencies example to workflows folder and add tests Updates sample to use relative imports. Adds license headers. Uses 4 spaces for indentation. * Add region tag for local deps sample. * Rename local deps sample for better explaination in the docs. * Rename to coin_module to reflect correct Python term.
Since Composer is Python 2.7 only for now, this sample can use implicit relative imports. Airflow doesn't seem to support explicit relative imports when I try to run the use_local_deps.py file in Composer. Aside: Airflow is using the imp.load_source method to load the DAG modules. This will be problematic for Python 3 support, see: https://issues.apache.org/jira/browse/AIRFLOW-2243.
* Added samples for Storage, OCR, and Slack tutorial * Completed requested changes + Lint fixes (F-strings removed) * Minor fix * Updated the tests * Minor fixes * Use newer version of flask (1.0.2 instead of 0.12.2) * Minor fix
* Composer: Add KubernetesPodOperator sample documentation * Address lint error. * Rename KubernetesPodOperator to remove redundant _sample from filename * Fixes for flake8 linter. Use 4 spaces. Wrap at 79 columns. Use periods after sentences in comments.
* Printing the last paragraph only. * Python3 print * Removing sample rate setting * Adding the missing output parameter in the example * Changes based on the comments * Removed filenames as input parameters * Removed unused args * Updated README file * Updated the inline comment * Modified code to make it more readable * Simplified the response object processing. * Fixing the long line issue.
* automl initial commit * lint * fix import groupings * add requirements.txt * address review comments
Product search
I believe this will make it clearer what the actual value should be for the affinity label.
* Example of Pub/Sub API Client Lib in GAE Standard * Added Pub/Sub in AppEngine Standard
The original image no longer appears on cloud.google.com/vision
* skip model create/delete test * add skip reason
Currently none of the Endpoints Frameworks docs are using the "echo_api" region tag in this sample. I would like to show just a small snippet of code, so I added the "echo_api_method" region tag. In case we want to show the entire class in the docs, I've renamed the "echo_api" region tag to "echo_api_class".
Added region tags around import statements for use in documentation.
* Moved the imports and region tags inside the functions * Removed the unnecessary imports * Added the missing import (six) to the functions * Removed the extra whitespaces * Changes based on Alix's comments. - Sample files no longer have input arguments - Input texts and uri's are hard coded - unit tests are modified accordingly * Remove extra whitespace * Removed extra whitespaces * Removed unused import * Removed the extra + signs
* fix decode problem * fix decode * fix decode
* Fix test * remove import os that's no longer needed
Tests for #1335. Using ack_deadline_seconds as the example.
* Update sample output * Update snippets.py * Update snippets.py
* Update snippets.py * Update snippets_test.py
Clean up comments and variable names as this quickstart will be sourced directly into our quickstart docs.
New snippet to delete notification channel
* Updates IoT core betas * Updates library versions
* Removes revoked API key * Removes old labels
* Added sample for configuring warmup requests. * Remove unused region tag. * Minor fix.
* Fix update test to use new endpoint * Handle subscription already exists Previous deletions don't always succeed * Use a new endpoint for update
* Check for Mac, use umount instead of fusermount * Update copy_environment.py
* Add base code for realtime listener snippets * Updating samples based on fixes * Update requires to point to latest release
* Update requirements.txt * Adding some rate limiting
* Skeletal trace example * Initial sample code * Completed sample * Simple way to run the server * New library version available
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.