mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 09:22:18 +00:00

* feat(connector): add BigTable * bigtable work 1. docstrings 2. tests 3. created a Row BaseModel 4. implemented a ClassConverter * docs moved to separate PR * format files * docs(bigtable): added docs * fix after merge