-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add functionality needed in pittgoogle-user repo #19
Conversation
07deb35
to
d82e72d
Compare
@djperrefort can you take a look at the failing test for Build Documentation? It is complaining about distutils and numpy. The PRs that dependabot has opened (#21 thru #24) appear to have the same failure, so I don't think it's something introduced by this PR. I did a little bit of Google searching and ended up wondering if we need to restrict to python < 3.12. Seems like we should try updating our explicit dependencies first, but I can't tell exactly what's causing the problem. I tried the more obvious numpy updates, but they didn't work. |
0ed23e0
to
95b6256
Compare
Docs build fixed in #28 |
95b6256
to
62d6c47
Compare
add: attributes, dataframe, schema_name, schema_map remove: bytes (available as alert.msg.data), metadata (available as alert.msg.*)
62d6c47
to
ae38ec5
Compare
Prompted by mwvgroup/pittgoogle-user-demos#5
Used in mwvgroup/pittgoogle-user-demos#20
Capturing some to-dos:
publish to TestPyPI and test SwitchThis doesn't work because then it looks on TestPyPI for other dependencies as well.pgb-broker-utils
->pittgoogle-client
pittgoogle-user-demos#20 end to endUpdated changelog:
(copied from CHANGELOG.md)
Added
Alert
andTable
classes.BadRequest
andSchemaNotFoundError
.PubsubMessageLike
andSchema
.Changed
Removed