We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc021e2 commit 176702cCopy full SHA for 176702c
bigquery-connection/snippets/create_mysql_connection.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# [START bigqueryconnection_connection_create]
+# [START bigqueryconnection_create_connection]
16
from google.cloud import bigquery_connection_v1 as bq_connection
17
18
"""This sample shows how to create a BigQuery connection with a Cloud SQL for MySQL database"""
@@ -61,4 +61,4 @@ def create_mysql_connection(
61
print(f"Created connection successfully: {response.name}")
62
63
64
-# [END bigqueryconnection_connection_create]
+# [END bigqueryconnection_create_connection]
0 commit comments