-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat!: microgenerator changes #203
Merged
Merged
Changes from 23 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
9e41c07
wip microgenerator changes
kolea2 8f6f90a
fix unit tests
kolea2 2239cd0
fix system tests
kolea2 136a0e8
lint
kolea2 e52f324
Merge branch 'master' of github.com:kolea2/python-bigtable into micro…
kolea2 8e9d5c9
fixup after update
kolea2 ce4a2ea
fix test
kolea2 ab2d728
regen
kolea2 c6e75b1
run fixup script
kolea2 32fa3b2
run fixup script admin
kolea2 48520c2
add scripts to build
kolea2 947babb
regenerate
kolea2 1f9d175
update synth
kolea2 bf2a7d0
fix tests
kolea2 293909d
more test cleanup
kolea2 48f8a10
fix mutate rows
kolea2 71bef98
Merge branch 'master' of github.com:googleapis/python-bigtable into m…
kolea2 0a0604a
fix backups test
kolea2 5e920a2
Merge branch 'master' of github.com:googleapis/python-bigtable into m…
kolea2 3f34761
fix tests
kolea2 5469fe2
fix docs and lint
kolea2 19b1883
fix docs and lint
kolea2 11f292b
temporarily put coverage at 99
kolea2 226a760
code feedback
kolea2 d89876f
Merge branch 'master' of github.com:googleapis/python-bigtable into m…
kolea2 ad82e4a
move coverage to 99
kolea2 a5150da
pin beam bigtable deps to 1.0.0
kolea2 0353c11
pin beam bigtable deps to 1.0.0
kolea2 90a5d2c
Merge branch 'master' of github.com:googleapis/python-bigtable into m…
kolea2 d0e40a2
fix imports
kolea2 51f18f0
fixup keepalive config
kolea2 9163ec3
lint
kolea2 b7ef779
cleanup
kolea2 27f9283
cleanup
kolea2 92a3fad
cleanup
kolea2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not clear to me if this is something users might do? It is in snippets. if so, we may want to call out this change in a changelog?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was semi bad search and replace, but the import type still changes. This is in the docs snippets so I'm not sure how used this is? but yes, can add it to the commit message as a highlight and we can add it to the changelog when we release.