Skip to content

Commit

Permalink
[yt/microservices/excel] Add workflow passing badges.
Browse files Browse the repository at this point in the history
c409ffe680f87f71c70b40c234742ab329cc950b
  • Loading branch information
verytable committed Jun 4, 2024
1 parent efb0d61 commit e899585
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# YTsaurus Excel integration

Includes two microservices
* [Exporter](./exporter/README.md) — downloads data from YTsaurus Static tables or YTsaurus QueryTracker results as an Excel spreadsheet
* [Uploader](./uploader/README.md) — uploads data from an Excel spreadsheet into a YTsaurus Static tables
* [Exporter](./exporter) — downloads data from YTsaurus Static tables or YTsaurus QueryTracker results as an Excel spreadsheet
* [Uploader](./uploader) — uploads data from an Excel spreadsheet into a YTsaurus Static tables
2 changes: 1 addition & 1 deletion exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# excel-exporter
# excel-exporter ![Build](https://github.com/ytsaurus/ytsaurus-excel-integration/actions/workflows/go.yaml/badge.svg)

Service for downloading data from YTaurus Static tables and QueryTracker results as Excel spreadsheets

Expand Down
2 changes: 1 addition & 1 deletion uploader/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# excel-uploader
# excel-uploader ![Build](https://github.com/ytsaurus/ytsaurus-excel-integration/actions/workflows/go.yaml/badge.svg)

Service for uploading Excel spreadsheets to YTsaurus static tables.

Expand Down

0 comments on commit e899585

Please sign in to comment.