• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

goto / compass
81%
main: 81%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.10.0
DEFAULT BRANCH: main
Repo Added 13 Mar 2023 10:43AM UTC
Token MzEDNnXXZQC0lxAOunlDeKUnogNz0Fnq5 regen
Build 719 Last
Files 89
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH refs/tags/v0.10.0
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 64/query-asset-type
  • adjustable-sync-timeout
  • api-server-metrics
  • asset-probes-order-by-ts
  • buf-deprecated-plugins
  • bump-otelsql
  • code-coverage
  • col_search
  • configure-golangci-lint
  • create-asset-with-owner-uuid
  • db-stats-attrs
  • dead-job-management
  • delete-lineage
  • disable-fuzzy-search
  • discovery-delete-ignore-unavailable
  • docs-delete-assets-api
  • docs/api
  • elasticsearch-request-timeout-increase
  • empty_text_search
  • enable_include_fields
  • english_stemmer
  • es-ignore-malformed
  • es-use-universe
  • exact_match
  • feat-additional-types
  • feat-configurable-time-out-in-delete-assets
  • feat-create-delete-assets-api
  • feat-deprecate-uuid-users
  • feat-es-provide-password
  • feat-optional-attributes
  • feat/add-is-deleted-get-api
  • feat/add-is-deleted-search-api
  • feat/add-user-context-to-logger
  • feat/all-soft-deletion
  • feat/hard-deletion-mech
  • feat/introduce-metric-type
  • feat/search-ranking
  • feat/soft-deletion
  • feat/soft-deletion-by-query
  • feat/support-experiment-type
  • feat/support-large-number-delete-by-query
  • feat/update-only-upsert-api
  • feat/use-tx-for-upsert
  • fix-asset-versions-sort
  • fix-create-index-race
  • fix-goreleaser
  • fix-linter
  • fix-nil-es-query
  • fix-proton-commit-vn
  • fix-upsert-race-condition
  • fix-version-0.1
  • fix/discovery-repo-upsert-error-handling
  • fix/golang-ci-lint-issues
  • fix/grpc-server-msg-size
  • fix/lineage-api-default
  • fix/upsert-assets-nested-data-not-updated
  • fix/upsert-patch-elasticsearch
  • getassets
  • golangci-lint-minimal-fixes
  • gorelease-version
  • goreleaser-flag-update
  • group_assets
  • handle-dup-owner
  • highlight
  • idx-asset-probes
  • increase-default-size-endpoint
  • introduce-column-level-lineage-api
  • log-malformed-upsert
  • main
  • match_phrase
  • memory-optimize-delete-asset
  • nested_query
  • open-telemetry
  • optimize-delete-asset-memory-usage
  • pagination-search-assets
  • pgq-worker
  • probe-optional-id
  • purge-statsd-and-telegraf
  • refactor/goto
  • refs/tags/v0.10.0
  • refs/tags/v0.5.0
  • refs/tags/v0.5.0-rc1
  • refs/tags/v0.5.1
  • refs/tags/v0.5.2
  • refs/tags/v0.5.3
  • refs/tags/v0.5.4
  • refs/tags/v0.5.5
  • refs/tags/v0.5.6
  • refs/tags/v0.5.7
  • refs/tags/v0.6.0
  • refs/tags/v0.6.1
  • refs/tags/v0.6.2
  • refs/tags/v0.6.3
  • refs/tags/v0.6.4
  • refs/tags/v0.6.5
  • refs/tags/v0.7.0
  • refs/tags/v0.7.1
  • refs/tags/v0.7.10
  • refs/tags/v0.7.11
  • refs/tags/v0.7.2
  • refs/tags/v0.7.3
  • refs/tags/v0.7.4
  • refs/tags/v0.7.5
  • refs/tags/v0.7.6
  • refs/tags/v0.7.7
  • refs/tags/v0.7.8
  • refs/tags/v0.7.9
  • refs/tags/v0.8.0
  • refs/tags/v0.8.1
  • refs/tags/v0.8.2
  • refs/tags/v0.9.0
  • refs/tags/v0.9.1
  • refs/tags/v0.9.2
  • refs/tags/v0.9.3
  • refs/tags/v0.9.4
  • refs/tags/v0.9.5
  • refs/tags/v0.9.6
  • refs/tags/v0.9.8
  • regenerate-mocks
  • repo-set-create-updated-at-fields
  • statsd-datadog-format
  • sync-asset
  • test-statsd-format
  • update_timeouts
  • upsert-no-fetch-probes
  • worker-instrumentation
  • worker-ping-handler
  • worker-poll-backoff

25 Mar 2026 08:45AM UTC coverage: 81.293% (+0.3%) from 80.988%
23532648073

push

github

web-flow
Introduce column level lineage API (#110)

* feat: introduce column level lineage api

* chore: remove lint issue

* chore: remove error test on es

* chore: fix lint error

* chore: fix es timeout

* chore: fix lint issue

* chore: increase es init timeout

* chore: change es init in github workflow

* fix: filter error type while get asset detail

* chore: update proto version

* feat: add indexing and default value for column level lineage

* chore: remove unused field for column lineage table

* chore: update proton commit to the latest

---------

Co-authored-by: Frederick Wijayadi Susilo <frederick.susilo@gopay.co.id>

270 of 305 new or added lines in 5 files covered. (88.52%)

1 existing line in 1 file now uncovered.

8226 of 10119 relevant lines covered (81.29%)

28.68 hits per line

Relevant lines Covered
Build:
Build:
10119 RELEVANT LINES 8226 COVERED LINES
28.68 HITS PER LINE
Source Files on main
  • Tree
  • List 89
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23532648073 refs/tags/v0.10.0 Introduce column level lineage API (#110) * feat: introduce column level lineage api * chore: remove lint issue * chore: remove error test on es * chore: fix lint error * chore: fix es timeout * chore: fix lint issue * chore: increase es in... push 25 Mar 2026 08:55AM UTC web-flow github
81.29
23532404595 main Introduce column level lineage API (#110) * feat: introduce column level lineage api * chore: remove lint issue * chore: remove error test on es * chore: fix lint error * chore: fix es timeout * chore: fix lint issue * chore: increase es in... push 25 Mar 2026 08:48AM UTC web-flow github
81.29
23532269099 introduce-column-level-lineage-api chore: update proton commit to the latest Pull #110 25 Mar 2026 08:44AM UTC WantToBePro31 github
81.29
23529105487 introduce-column-level-lineage-api chore: remove unused field for column lineage table Pull #110 25 Mar 2026 07:07AM UTC WantToBePro31 github
81.29
23528757568 introduce-column-level-lineage-api feat: add indexing and default value for column level lineage Pull #110 25 Mar 2026 06:56AM UTC WantToBePro31 github
81.29
23177040385 introduce-column-level-lineage-api chore: update proto version Pull #110 17 Mar 2026 03:32AM UTC gyble github
81.29
23131484139 introduce-column-level-lineage-api fix: filter error type while get asset detail Pull #110 16 Mar 2026 06:53AM UTC gyble github
81.29
23131485344 introduce-column-level-lineage-api fix: filter error type while get asset detail Pull #110 16 Mar 2026 06:52AM UTC gyble github
81.29
23042721961 introduce-column-level-lineage-api chore: change es init in github workflow Pull #110 13 Mar 2026 08:36AM UTC WantToBePro31 github
81.28
22297510852 refs/tags/v0.9.8 feat: increase default size endpoint (#109) * feat: increase default size param for search and group assets * chore: change to smaller default value size --------- Co-authored-by: Frederick Wijayadi Susilo <frederick.susilo@gopay.co.id> push 23 Feb 2026 08:02AM UTC web-flow github
80.99
See All Builds (602)

Badge your Repo: compass

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc