Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

feat: tweak table dropping mechanism - #28

Merged
IlyaFaer merged 5 commits into
mainfrom
drop_table
Mar 18, 2021
Merged

feat: tweak table dropping mechanism#28
IlyaFaer merged 5 commits into
mainfrom
drop_table

Conversation

@IlyaFaer

@IlyaFaerIlyaFaer commented Mar 16, 2021

Copy link
Copy Markdown

The PR requires changes of the #277 to be merged first.

@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Mar 16, 2021
@IlyaFaer

Copy link
Copy Markdown
Author

@larkee, I've been using this method from the beginning. In fact most of the testing cleanups will fail without these changes - meaning all the screenshots with test logs, I've been sending you during the last month, were based on these changes.

@larkeelarkee left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM although I would prefer a couple unit tests for this.

Also, the compliance_test is failing to run:

INTERNALERROR> sqlalchemy.exc.ArgumentError: Could not parse rfc1738 URL from string 'None'

Any ideas on what is causing this break?

@larkeelarkee left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The break was caused by #25 but has now been resolved.

Comment threadgoogle/cloud/sqlalchemy_spanner/sqlalchemy_spanner.py
@IlyaFaer
IlyaFaer merged commit 7db3af4 into mainMar 18, 2021
@IlyaFaer
IlyaFaer deleted the drop_table branch March 18, 2021 08:37
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@IlyaFaer@larkee