Skip to content

Re-enabling redefined-builtin for Pylint.#1737

Merged
dhermes merged 1 commit intogoogleapis:masterfrom
dhermes:re-enable-builtins-lint-check
Apr 22, 2016
Merged

Re-enabling redefined-builtin for Pylint.#1737
dhermes merged 1 commit intogoogleapis:masterfrom
dhermes:re-enable-builtins-lint-check

Conversation

@dhermes
Copy link
Copy Markdown
Contributor

@dhermes dhermes commented Apr 22, 2016

In the process, refactoring places where builtins were used intentionally or un-intentionally.

Inspired by discussion with @rimey in #1691.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 22, 2016
@dhermes dhermes mentioned this pull request Apr 22, 2016

class NotImplemented(ServerError):
class NotImplementedMethod(ServerError):
"""Exception mapping a '501 Not Implemented' response."""

This comment was marked as spam.

This comment was marked as spam.

@dhermes dhermes force-pushed the re-enable-builtins-lint-check branch from 484a5ce to 1792d20 Compare April 22, 2016 17:39
@dhermes
Copy link
Copy Markdown
Contributor Author

dhermes commented Apr 22, 2016

@tseaver PTAL

@tseaver
Copy link
Copy Markdown
Contributor

tseaver commented Apr 22, 2016

LGTM

@dhermes
Copy link
Copy Markdown
Contributor Author

dhermes commented Apr 22, 2016

Will squash then merge.

In the process, refactoring places where builtins were used
intentionally or un-intentionally.
@dhermes dhermes force-pushed the re-enable-builtins-lint-check branch from 1792d20 to aefdd22 Compare April 22, 2016 18:20
@dhermes dhermes merged commit f227fdc into googleapis:master Apr 22, 2016
@dhermes dhermes deleted the re-enable-builtins-lint-check branch April 22, 2016 18:25
parthea pushed a commit that referenced this pull request Apr 1, 2026
To avoid exceeding BigQuery's 1500 daily table modification limit, to_gbq now prioritizes INSERT or MERGE DMLs. This method is used when the target table exists and shares the same schema, supporting both data replacement and appending. If schema discrepancies are found, to_gbq will default back to its original table modification process.

Fixes internal issue 409086472 

Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants