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

Docsting and variable name mismatch and unnecessary docstting specification  #31

Description

@HemangChothani
  • 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

Metadata

Metadata

Labels

api: bigtableIssues related to the googleapis/python-bigtable API.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions