Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit f082fd2

Browse files
loferrisparthea
andauthored
fix: region tags in create_mysql_connection.py (#205)
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 2abf6d5 commit f082fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/create_mysql_connection.py

+2-2
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)