8000 fix: region tags in create_mysql_connection.py (#205) · googleapis/google-cloud-python@5af8e67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5af8e67

Browse files
loferrisparthea
andauthored
fix: region tags in create_mysql_connection.py (#205)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 56ad889 commit 5af8e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-bigquery-connection/samples/snippets/create_mysql_connection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START bigqueryconnection_connection_create]
15+
# [START bigqueryconnection_create_connection]
1616
from google.cloud import bigquery_connection_v1 as bq_connection
1717

1818
"""This sample shows how to create a BigQuery connection with a Cloud SQL for MySQL database"""
@@ -61,4 +61,4 @@ def create_mysql_connection(
6161
print(f"Created connection successfully: {response.name}")
6262

6363

64-
# [END bigqueryconnection_connection_create]
64+
# [END bigqueryconnection_create_connection]

0 commit comments

Comments
 (0)
0