Skip to content

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 authored Apr 21, 2022
1 parent 56ad889 commit 5af8e67
Showing 1 changed file with 2 additions and 2 deletions.
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 5af8e67

Please sign in to comment.