-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[1/2] sdks/python: enrich data with CloudSQL [PostgreSQL, MySQL, SQLServer] #34398
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
Merged
Merged
Changes from all commits
Commits
Show all changes
98 commits
Select commit
Hold shift + click to select a range
40cc50c
sdks/python: enrich data with CloudSQL
mohamedawnallah 507d3ec
sdks/python: unit test `CloudSQLEnrichmentHandler`
mohamedawnallah b4c11d3
sdks/python: itest `CloudSQLEnrichmentHandler`
mohamedawnallah 43943b1
website+sdks: doc `CloudSQLEnrichmentHandler`
mohamedawnallah 846c30d
sdks/python: address claudevdm feedback (1)
mohamedawnallah 9a1ed45
sdks/python: address claudevdm feedback (1)(test)
mohamedawnallah 9261459
sdks/python: address claudevdm feedback (1)(itest)
mohamedawnallah ecbb61d
sdks: update doc `CloudSQLEnrichmentHandler`
mohamedawnallah 83e7154
sdks/python: fix linting issues
mohamedawnallah 4fa1830
website: add missing `enrichment-cloudsql.md`
mohamedawnallah 4251a76
nits: remove commented code
mohamedawnallah ab7cf7b
sdks/python: remove `SQL_TABLE_ID` env variable
mohamedawnallah 669d2d4
sdks/python: fix formatting issues
mohamedawnallah 7209335
sdks/python: address claudevdm feedback (2)
mohamedawnallah abb89b7
sdks/python: address claudevdm feedback (3)
mohamedawnallah d95e926
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah bc84430
multi: fix pymssql mac os deps
mohamedawnallah 7a56f0e
multi: use pytds sql server database adapter
mohamedawnallah cc7c7f0
sdks/python: use `VARCHAR` datatype
mohamedawnallah 7a7436d
sdks/python: address claudevdm feedback (4)
mohamedawnallah 43ea944
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah faff130
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah 5a472b7
fix setup.py
mohamedawnallah ab0a6de
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah 1083b18
sdks/python: fix linting issues
mohamedawnallah fe6d7d0
sdks/python: connect to beam cloudsql itest instance
mohamedawnallah 0e89819
.github: trigger postcommits python
mohamedawnallah 3a0bfc1
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah ef10655
sdks/python: update base image requirements
mohamedawnallah 40cdd73
.github: trigger beam postcommit python sdk
mohamedawnallah 8c755bb
examples+transforms: configure sql databases for transform exmaples
mohamedawnallah 72d8725
apache_beam: fix dependencies
mohamedawnallah 5a4ed41
sdks/python: update `get_connector_handler` python docstring
mohamedawnallah e214ce5
sdks/python: fix linting for cloudsql
mohamedawnallah b2202c4
.github: trigger post commits python
mohamedawnallah b06eff7
sdks/python+website: update docs and fix linting issues
mohamedawnallah 082571d
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah 2abba91
CHANGES.md: update release notes
mohamedawnallah 3cd98e4
.github: trigger postcommit python CI
mohamedawnallah ce0da2f
sdks/python: fix linting issues
mohamedawnallah 9b546ab
.github: trigger postcommit python CI
mohamedawnallah 5931d65
sdks/python: fix linting issues
mohamedawnallah e57cba6
.github: trigger postcommit python CI
mohamedawnallah 7e13c17
sdks/python: fix `examples` CI for cloudSQL enrichment
mohamedawnallah 37eeec2
.github: trigger postcommit python CI
mohamedawnallah 73b55ff
.github/workflows: include `ALLOYDB_PASSWORD` env in precommit python…
mohamedawnallah a6775a7
sdks/python: fix linting issues for `cloudsql`
mohamedawnallah 82602ed
sdks/python: fix linting issues for `enrichment_test.py`
mohamedawnallah c906209
.github: trigger postcommit
mohamedawnallah 7a92a99
.github+website+sdks/python: remove non-functional docs
mohamedawnallah da35a23
.github: trigger postcommit python CI
mohamedawnallah 44aac80
sdks/python: generate unique table for itest
mohamedawnallah e0affe2
.github: enable access to `ALLOYDB_PASSWORD` in precommit py transforms
mohamedawnallah 38263c2
.github: trigger post commit python
mohamedawnallah cbaea63
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah f1e78b8
sdks/python: update py39 image requirements
mohamedawnallah fc2e073
.github: trigger postcommit python
mohamedawnallah a95d984
sdks/python: update image requirements
mohamedawnallah 4da20c9
.github: trigger postcommit python
mohamedawnallah 6e35a60
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah a78be8a
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah 2f38a59
.github: trigger postcommit python
mohamedawnallah 7819821
sdks/python: fix local unbound variable
mohamedawnallah 759f307
.github: trigger postcommit python
mohamedawnallah 47d8da5
sdks/python: remove params
mohamedawnallah 363873f
.github: trigger beam post commit python
mohamedawnallah 13ee4f3
sdks/python: experiment with my google cloud
mohamedawnallah 6f67233
sdks/python: revert `ALLOYDB_PASSWORD` env var in precommit py transf…
mohamedawnallah 95214e3
sdks/python: skip cloudsql tests if `ALLOYDB_PASSWORD` not set
mohamedawnallah 948b8ba
.github: trigger postcommit python
mohamedawnallah 09e3606
sdks/python: address gemini feedback
mohamedawnallah bf059d1
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah 7b6ba8f
.github: trigger postcommit python
mohamedawnallah b915a1a
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah 84d5e4f
.github: trigger postcommit python
mohamedawnallah 5462138
sdks/python: fix linting issues
mohamedawnallah a55ab60
sdks/python: fix linting issues
mohamedawnallah 42652ac
.github: trigger post commit python
mohamedawnallah b77232f
sdks/python: fix linting issues
mohamedawnallah ffd2f38
.github: trigger postcommit python
mohamedawnallah 318a8bf
sdks/python: fix linting issues
mohamedawnallah 2f21f7f
.github: trigger postcommit python
mohamedawnallah b8f7e7a
sdks/python: fix linting issues
mohamedawnallah 17cff20
.github: trigger postcommit python
mohamedawnallah 7be26c1
sdks/python: fix linting issues
mohamedawnallah 7fbeb5c
sdks/python: fix SQL injection
mohamedawnallah c706a7d
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah f9d0005
CHANGES.md: update release notes
mohamedawnallah 4c69da0
sdks/python: fix formatting issues
mohamedawnallah d8c4ae1
sdks/python: fix linting issues
mohamedawnallah 4da4af1
sdks/python: update py image requirements
mohamedawnallah a81fe24
.github: trigger postcommit python
mohamedawnallah eb5e34f
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah 3f16f13
sdks/python: try to fix python doc linting issues
mohamedawnallah 436a97b
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah ac0c137
sdks/python: fix linting issues
mohamedawnallah 1ca2967
Merge remote-tracking branch 'upstream/master' into enrichWithCloudSQL
mohamedawnallah 6a668d3
.github: trigger postcommit python
mohamedawnallah 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "comment": "Modify this file in a trivial way to cause this test suite to run.", | ||
| "modification": 35 | ||
| "modification": 33 | ||
| } | ||
|
|
This file contains hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.