Skip to content

Re-enabling redefined-builtin for Pylint. - #1737

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

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

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

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

Inspired by discussion with @rimey in #1691.

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 22, 2016
@dhermesdhermes mentioned this pull request Apr 22, 2016
Comment threadgcloud/exceptions.py

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
dhermesforce-pushed the re-enable-builtins-lint-check branch from 484a5ce to 1792d20CompareApril 22, 2016 17:39
@dhermes

Copy link
Copy Markdown
ContributorAuthor

@tseaver PTAL

@tseaver

Copy link
Copy Markdown
Contributor

LGTM

@dhermes

Copy link
Copy Markdown
ContributorAuthor

Will squash then merge.

In the process, refactoring places where builtins were used
intentionally or un-intentionally.
@dhermes
dhermesforce-pushed the re-enable-builtins-lint-check branch from 1792d20 to aefdd22CompareApril 22, 2016 18:20
@dhermes
dhermes merged commit f227fdc into googleapis:masterApr 22, 2016
@dhermes
dhermes deleted the re-enable-builtins-lint-check branch April 22, 2016 18:25
@dhermesdhermes mentioned this pull request Apr 22, 2016
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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dhermes@tseaver@googlebot