Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/snippets/create_mysql_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down Expand Up @@ -61,4 +61,4 @@ def create_mysql_connection(
print(f"Created connection successfully: {response.name}")


# [END bigqueryconnection_connection_create]
# [END bigqueryconnection_create_connection]