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

Commit

Permalink
fix: region tags in create_mysql_connection.py (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
loferris and parthea committed Apr 21, 2022
1 parent 2abf6d5 commit f082fd2
Showing 1 changed file with 2 additions and 2 deletions.
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]

0 comments on commit f082fd2

Please sign in to comment.