python-bigquery-pandas icon indicating copy to clipboard operation
python-bigquery-pandas copied to clipboard

migration to googleapis org

Open tswast opened this issue 4 years ago • 1 comments
trafficstars

I recently migrated https://github.com/googleapis/python-bigquery-sqlalchemy to the googleapis org, where I'm able to benefit from release tooling and issue triage.

Since I'm the primary maintainer here, it might make sense to do the same for pandas-gbq if there are no objections from the community.

Edit Now that the repository has been migrated, I'll keep this issue open to track all the changes needed:

  • [x] Add repo metadata (https://github.com/googleapis/python-bigquery-pandas/pull/370)
  • [x] Integrate with release-please
    • [x] Remove versioneer (https://github.com/googleapis/python-bigquery-pandas/pull/371)
    • [x] Migrate changelog to CHANGELOG.md (https://github.com/googleapis/python-bigquery-pandas/pull/372)
    • [x] Grant PyPI permissions to release bot
  • [x] Use shared templates (owlbot / synthtool) for continuous integration and testing
    • [x] Enable owlbot and Kokoro https://github.com/googleapis/python-bigquery-pandas/pull/380
    • [ ] Disable CircleCI -- Add conda session to noxfile and Kokoro jobs
  • [ ] Update docs to reflect new package location.
    • [x] Publish docs to https://googleapis.dev/python/pandas-gbq/latest
    • [x] Update README to point to new docs location
    • [ ] Update contributing docs to reflect use of conventional commits messages
  • [x] Add ROADMAP.md indicating the purpose of this package in relation to google-cloud-bigquery and pandas https://github.com/googleapis/python-bigquery-pandas/issues/149

tswast avatar Jun 29 '21 16:06 tswast

Sounds good! Hope all's well @tswast !

max-sixty avatar Jun 29 '21 17:06 max-sixty

We appear to have two CONTRIBUTING guides as well, so we should de-dupe them if possible.

meredithslota avatar Jan 06 '23 00:01 meredithslota

All items are marked complete. I also sent https://github.com/googleapis/python-bigquery-pandas/pull/666 to dedupe the main contributing guides.

meredithslota avatar Aug 23 '23 20:08 meredithslota