File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ # TODO (https://github.com/GoogleCloudPlatform/python-docs-samples/issues/8253): remove old region tags
15
16
# [START cloud_sql_mysql_sqlalchemy_connect_tcp]
16
17
# [START cloud_sql_mysql_sqlalchemy_sslcerts]
18
+ # [START cloud_sql_mysql_sqlalchemy_connect_tcp_sslcerts]
17
19
import os
18
20
19
21
import sqlalchemy
@@ -96,5 +98,6 @@ def connect_tcp_socket() -> sqlalchemy.engine.base.Engine:
96
98
)
97
99
return pool
98
100
101
+ # [END cloud_sql_mysql_sqlalchemy_connect_tcp_sslcerts]
99
102
# [END cloud_sql_mysql_sqlalchemy_sslcerts]
100
103
# [END cloud_sql_mysql_sqlalchemy_connect_tcp]
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ # TODO (https://github.com/GoogleCloudPlatform/python-docs-samples/issues/8253): remove old region tags
15
16
# [START cloud_sql_postgres_sqlalchemy_connect_tcp]
16
17
# [START cloud_sql_postgres_sqlalchemy_sslcerts]
18
+ # [START cloud_sql_postgres_sqlalchemy_connect_tcp_sslcerts]
17
19
import os
18
20
import ssl
19
21
@@ -96,5 +98,6 @@ def connect_tcp_socket() -> sqlalchemy.engine.base.Engine:
96
98
)
97
99
return pool
98
100
101
+ # [END cloud_sql_postgres_sqlalchemy_connect_tcp_sslcerts]
99
102
# [END cloud_sql_postgres_sqlalchemy_sslcerts]
100
103
# [END cloud_sql_postgres_sqlalchemy_connect_tcp]
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ # TODO (https://github.com/GoogleCloudPlatform/python-docs-samples/issues/8253): remove old region tags
15
16
# [START cloud_sql_sqlserver_sqlalchemy_connect_tcp]
16
17
# [START cloud_sql_sqlserver_sqlalchemy_sslcerts]
18
+ # [START cloud_sql_sqlserver_sqlalchemy_connect_tcp_sslcerts]
17
19
import os
18
20
19
21
import sqlalchemy
@@ -100,5 +102,6 @@ def connect_tcp_socket() -> sqlalchemy.engine.base.Engine:
100
102
101
103
return pool
102
104
105
+ # [END cloud_sql_sqlserver_sqlalchemy_connect_tcp_sslcerts]
103
106
# [END cloud_sql_sqlserver_sqlalchemy_sslcerts]
104
107
# [END cloud_sql_sqlserver_sqlalchemy_connect_tcp]
You can’t perform that action at this time.
0 commit comments