8000 fix: region tags in create_mysql_connection.py (#205) · mctavish/python-docs-samples@266219f · GitHub
[go: up one dir, main page]

Skip to content

Commit 266219f

Browse files
loferrisparthea
authored andcommitted
fix: region tags in create_mysql_connection.py (GoogleCloudPlatform#205)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 35016b8 commit 266219f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigquery-connection/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