Skip to content

Conversation

@mvoitko
Copy link
Contributor

@mvoitko mvoitko commented Oct 2, 2020

No description provided.

Copy link
Collaborator

@tswast tswast left a comment

Choose a reason for hiding this comment

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

Thanks for doing this!

Can you share the command-line output of running this lint test locally?

@mvoitko
Copy link
Contributor Author

mvoitko commented Oct 5, 2020

@tswast there is no output for flake8 part when there is no issues.

@mvoitko
Copy link
Contributor Author

mvoitko commented Oct 7, 2020

@tswast Could you please merge?

table.c.string,
col_concat,
func.avg(table.c.integer),
func.sum(case([(table.c.boolean == True, 1)], else_=0))
Copy link
Collaborator

Choose a reason for hiding this comment

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

FYI: I was getting a test failure for "is True". Changing to compare with equality and a sqlalchemy literal fixed the test case.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks a lot!

@tswast tswast merged commit 7bbd70d into googleapis:master Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants