Commit d2c3d2d
chore: Minor refactor (#66)
* feat: Bigtable Sink (#33)
* feat: add bigtable sink with stringified odpf messages as values
* feat: add BIGTABLE_CREDENTIAL_PATH to access google cloud
* feat: add wrapper class on bigtable client
* refactor: fix checkstyle
* feat: add bigtable parser tests
* feat: add bigtable sink tests
* feat: add bigtable client tests
* chore: revert version bump
* chore: revert version change in build.gradle
Co-authored-by: mayur.gubrele <[email protected]>
Co-authored-by: lavkesh <[email protected]>
* chore: qa and review fixes
* chore: change default SCHEMA_REGISTRY_STENCIL_CACHE_AUTO_REFRESH to true
* feat: Bigtable record parser (#39)
* feat: Bigtable Sink (#33)
* feat: add bigtable sink with stringified odpf messages as values
* feat: add BIGTABLE_CREDENTIAL_PATH to access google cloud
* feat: add wrapper class on bigtable client
* refactor: fix checkstyle
* feat: add bigtable parser tests
* feat: add bigtable sink tests
* feat: add bigtable client tests
* chore: revert version bump
* chore: revert version change in build.gradle
Co-authored-by: mayur.gubrele <[email protected]>
Co-authored-by: lavkesh <[email protected]>
* feat: create bigtable records using InputOutputFieldMapping provided as configuration
* refactor: fix checkstyle and add unit tests
* review: minor refactor
* refactor: add BigTableSchemaTest and fix BigTableRecordParserTest
* refactor: fix checkstyle
* tests: add few more tests
Co-authored-by: mayur.gubrele <[email protected]>
Co-authored-by: lavkesh <[email protected]>
* chore: schema refactoring
* chore: naming conventions
* feat: add functionality to create rowkey from configured template (#44)
* chore: refactor Template validation
* chore: change exception message in Template
* feat: add bigtable sink metrics and logging (#51)
* feat: Bigtable Sink (#33)
* feat: add bigtable sink with stringified odpf messages as values
* feat: add BIGTABLE_CREDENTIAL_PATH to access google cloud
* feat: add wrapper class on bigtable client
* refactor: fix checkstyle
* feat: add bigtable parser tests
* feat: add bigtable sink tests
* feat: add bigtable client tests
* chore: revert version bump
* chore: revert version change in build.gradle
Co-authored-by: mayur.gubrele <[email protected]>
Co-authored-by: lavkesh <[email protected]>
* chore: qa and review fixes
* chore: change default SCHEMA_REGISTRY_STENCIL_CACHE_AUTO_REFRESH to true
* feat: Bigtable record parser (#39)
* feat: Bigtable Sink (#33)
* feat: add bigtable sink with stringified odpf messages as values
* feat: add BIGTABLE_CREDENTIAL_PATH to access google cloud
* feat: add wrapper class on bigtable client
* refactor: fix checkstyle
* feat: add bigtable parser tests
* feat: add bigtable sink tests
* feat: add bigtable client tests
* chore: revert version bump
* chore: revert version change in build.gradle
Co-authored-by: mayur.gubrele <[email protected]>
Co-authored-by: lavkesh <[email protected]>
* feat: create bigtable records using InputOutputFieldMapping provided as configuration
* refactor: fix checkstyle and add unit tests
* review: minor refactor
* refactor: add BigTableSchemaTest and fix BigTableRecordParserTest
* refactor: fix checkstyle
* tests: add few more tests
Co-authored-by: mayur.gubrele <[email protected]>
Co-authored-by: lavkesh <[email protected]>
* chore: schema refactoring
* chore: naming conventions
* feat: add functionality to create rowkey from configured template (#44)
* chore: refactor Template validation
* chore: change exception message in Template
* feat: add bigtable sink metrics and logging (#51)
* feat: parse bigtable errors and create odpf response
* feat: capture error metrics with predefined tags
* chore: add tests for bigtable response parser
* chore: remove deprecated jcenter repo from build.gradle
* chore: comment out classpath dependencies
* chore: remove unused classpath dependencies
* chore: minor refactor
* chore: remove unused classpath dependencies
* refactor: change BigtableRecord,Response contracts, improved logging, added tests
* feat: Bigtable error parsing (#55)
* feat: Bigtable Sink (#33)
* feat: add bigtable sink with stringified odpf messages as values
* feat: add BIGTABLE_CREDENTIAL_PATH to access google cloud
* feat: add wrapper class on bigtable client
* refactor: fix checkstyle
* feat: add bigtable parser tests
* feat: add bigtable sink tests
* feat: add bigtable client tests
* chore: revert version bump
* chore: revert version change in build.gradle
Co-authored-by: mayur.gubrele <[email protected]>
Co-authored-by: lavkesh <[email protected]>
* chore: qa and review fixes
* chore: change default SCHEMA_REGISTRY_STENCIL_CACHE_AUTO_REFRESH to true
* feat: Bigtable record parser (#39)
* feat: Bigtable Sink (#33)
* feat: add bigtable sink with stringified odpf messages as values
* feat: add BIGTABLE_CREDENTIAL_PATH to access google cloud
* feat: add wrapper class on bigtable client
* refactor: fix checkstyle
* feat: add bigtable parser tests
* feat: add bigtable sink tests
* feat: add bigtable client tests
* chore: revert version bump
* chore: revert version change in build.gradle
Co-authored-by: mayur.gubrele <[email protected]>
Co-authored-by: lavkesh <[email protected]>
* feat: create bigtable records using InputOutputFieldMapping provided as configuration
* refactor: fix checkstyle and add unit tests
* review: minor refactor
* refactor: add BigTableSchemaTest and fix BigTableRecordParserTest
* refactor: fix checkstyle
* tests: add few more tests
Co-authored-by: mayur.gubrele <[email protected]>
Co-authored-by: lavkesh <[email protected]>
* chore: schema refactoring
* chore: naming conventions
* feat: add functionality to create rowkey from configured template (#44)
* chore: refactor Template validation
* chore: change exception message in Template
* feat: add bigtable sink metrics and logging (#51)
* feat: parse bigtable errors and create odpf response
* feat: capture error metrics with predefined tags
* chore: add tests for bigtable response parser
* chore: remove deprecated jcenter repo from build.gradle
* chore: comment out classpath dependencies
* chore: remove unused classpath dependencies
* chore: minor refactor
* chore: remove unused classpath dependencies
* refactor: change BigtableRecord,Response contracts, improved logging, added tests
Co-authored-by: mayur.gubrele <[email protected]>
Co-authored-by: lavkesh <[email protected]>
* chore: small fixes
Co-authored-by: Mayur Gubrele <[email protected]>
Co-authored-by: mayur.gubrele <[email protected]>1 parent 85435fd commit d2c3d2d
File tree
4 files changed
+32
-0
lines changed- src
- main/java/io/odpf/depot/message
- json
- proto
- test/java/io/odpf/depot/message
4 files changed
+32
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
19 | 32 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
73 | 88 | | |
0 commit comments