python-docs-samples
python-docs-samples copied to clipboard
Code samples used on cloud.google.com
This is a list of all the samples projects that should likely be moved to client library repositories: - [x] [asset](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/asset/cloud-client) - [x] [automl](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/automl) - [x] [bigquery](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/bigquery) - [x] [bigquery_datatransfer](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/bigquery/transfer)...
Following similar examples in other languages: - https://github.com/GoogleCloudPlatform/java-docs-samples/pull/5437 - https://github.com/GoogleCloudPlatform/java-docs-samples/pull/5600 - https://github.com/GoogleCloudPlatform/golang-samples/pull/2163 cc @mayurkale22
Per [go/code-snippets-style#descriptive-top-level-comment](http://goto.google.com/code-snippets-style#descriptive-top-level-comment), we should have top level comments that are placed outside of the region tags, to describe the snippets. From a brief walk through some parts of the repo,...
## Description Example Airflow DAG that sends an email message through SendGrid. ## Checklist - [X] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md) - [X] README is updated to include...
## In which file did you encounter the issue? N/A. I'm about to add a set of code samples. ### Did you change the file? If so, how? Yes. `gsutil...
Migrating existing resource manager samples to use the v3 gapic client from https://pypi.org/project/google-cloud-resource-manager instead of googleapiclient. https://github.com/GoogleCloudPlatform/python-docs-samples/search?q=cloudresourcemanager
This repository does not have code scanning enabled, we should have it enabled. There are other dependency alerts enabled but not for code scanning.
## Description Fixes #7809 Note: It's a good idea to open an issue first for discussion. ## Checklist - [x] Please **merge** this PR for me once it is approved.
## In which file did you encounter the issue? This issue is related to new notebook code that will be added to this repository. PR: https://github.com/GoogleCloudPlatform/python-docs-samples/pull/4389 ## Describe the issue...
## In which file did you encounter the issue? This requires adding two files at project root: `owlbot.py` and `repo-metadata.json` ### Did you change the file? If so, how? Two...