Skip to content

Commit

Permalink
feat(bigquery): add support to capture schema of nested fields (#476)
Browse files Browse the repository at this point in the history
* feat(bigqeury): add support to capture schema of nested fields

* fix(utils): fix custom properties.setAttributes test case

* fix(http_extractor_test): fix InvalidRequestConfigFromScript test case

* fix(bigquery): add length check instead of nil

---------

Co-authored-by: Anjali Aggarwal <[email protected]>
  • Loading branch information
anjali9791 and anjaliagg9791 authored Mar 3, 2023
1 parent c1e6b27 commit 905cc68
Show file tree
Hide file tree
Showing 7 changed files with 203 additions and 131 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME="github.com/odpf/meteor"
VERSION=$(shell git describe --always --tags 2>/dev/null)
COVERFILE="/tmp/app.coverprofile"
PROTON_COMMIT := "fabbde821d6f74cf5aec8437a1d13dcb7ad13e8c"
PROTON_COMMIT := "8990712599f715240a3fbe9ce034a204b4a32245"
.PHONY: all build clean test

all: build
Expand Down
75 changes: 46 additions & 29 deletions models/odpf/assets/v1beta2/application.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 905cc68

Please sign in to comment.