Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docsting and variable name mismatch and unnecessary docstting specification #31

Closed
HemangChothani opened this issue May 11, 2020 · 0 comments · Fixed by #32
Closed

Docsting and variable name mismatch and unnecessary docstting specification #31

HemangChothani opened this issue May 11, 2020 · 0 comments · Fixed by #32
Assignees
Labels
api: bigtable Issues related to the googleapis/python-bigtable API. type: cleanup An internal cleanup or hygiene concern.

Comments

@HemangChothani
Copy link
Contributor

  • Parameter pass row_key_prefix in function but in doc-string declared row_prefix

def drop_by_prefix(self, row_key_prefix, timeout=None):
"""
For example:
.. literalinclude:: snippets_table.py
:start-after: [START bigtable_drop_by_prefix]
:end-before: [END bigtable_drop_by_prefix]
:type row_prefix: bytes
:param row_prefix: Delete all rows that start with this row key

  • Typo column_failies

:type column_families: dict
:param column_failies: (Optional) A map columns to create. The key is

@HemangChothani HemangChothani added api: bigtable Issues related to the googleapis/python-bigtable API. type: cleanup An internal cleanup or hygiene concern. labels May 11, 2020
@HemangChothani HemangChothani self-assigned this May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/python-bigtable API. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant