diff --git a/packages/google-cloud-bigquery-connection/samples/snippets/create_mysql_connection.py b/packages/google-cloud-bigquery-connection/samples/snippets/create_mysql_connection.py index 823fd1aaa989..a71c9678db01 100644 --- a/packages/google-cloud-bigquery-connection/samples/snippets/create_mysql_connection.py +++ b/packages/google-cloud-bigquery-connection/samples/snippets/create_mysql_connection.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# [START bigqueryconnection_connection_create] +# [START bigqueryconnection_create_connection] from google.cloud import bigquery_connection_v1 as bq_connection """This sample shows how to create a BigQuery connection with a Cloud SQL for MySQL database""" @@ -61,4 +61,4 @@ def create_mysql_connection( print(f"Created connection successfully: {response.name}") -# [END bigqueryconnection_connection_create] +# [END bigqueryconnection_create_connection]