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

Data Catalog: Remove unused import from samples (via synth). #9110

Merged
merged 1 commit into from
Aug 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions datacatalog/samples/v1beta1/datacatalog_get_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
# title:
# description: Get Entry
# usage: python3 samples/v1beta1/datacatalog_get_entry.py [--project_id "[Google Cloud Project ID]"] [--location_id "[Google Cloud Location ID]"] [--entry_group_id "[Entry Group ID]"] [--entry_id "[Entry ID]"]
import sys

# [START datacatalog_get_entry]

from google.cloud import datacatalog_v1beta1
from google.cloud.datacatalog_v1beta1 import enums

Expand Down
2 changes: 0 additions & 2 deletions datacatalog/samples/v1beta1/datacatalog_lookup_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
# title:
# description: Lookup Entry
# usage: python3 samples/v1beta1/datacatalog_lookup_entry.py [--resource_name "[Full Resource Name]"]
import sys

# [START datacatalog_lookup_entry]

from google.cloud import datacatalog_v1beta1
from google.cloud.datacatalog_v1beta1 import enums

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
# title:
# description: Lookup Entry using SQL resource
# usage: python3 samples/v1beta1/datacatalog_lookup_entry_sql_resource.py [--sql_name "[SQL Resource Name]"]
import sys

# [START datacatalog_lookup_entry_sql_resource]

from google.cloud import datacatalog_v1beta1
from google.cloud.datacatalog_v1beta1 import enums

Expand Down
2 changes: 0 additions & 2 deletions datacatalog/samples/v1beta1/datacatalog_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
# title:
# description: Search Catalog
# usage: python3 samples/v1beta1/datacatalog_search.py [--include_project_id "[Google Cloud Project ID]"] [--include_gcp_public_datasets false] [--query "[String in search query syntax]"]
import sys

# [START datacatalog_search]

from google.cloud import datacatalog_v1beta1
from google.cloud.datacatalog_v1beta1 import enums

Expand Down
10 changes: 5 additions & 5 deletions datacatalog/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-08-06T12:18:48.994701Z",
"updateTime": "2019-08-27T12:16:56.566500Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.32.1",
"dockerImage": "googleapis/artman@sha256:a684d40ba9a4e15946f5f2ca6b4bd9fe301192f522e9de4fff622118775f309b"
"version": "0.35.1",
"dockerImage": "googleapis/artman@sha256:b11c7ea0d0831c54016fb50f4b796d24d1971439b30fbc32a369ba1ac887c384"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e699b0cba64ffddfae39633417180f1f65875896",
"internalRef": "261759677"
"sha": "650caad718bb063f189405c23972dc9818886358",
"internalRef": "265565344"
}
},
{
Expand Down