From ab5c9e0e6ac693dc0dab029768426c7c060b2053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Tue, 1 Oct 2024 13:41:54 +0300 Subject: [PATCH] [DOP-18232] Add status badges to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31e1b38..990ba9b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Spark Dialect Extension Project Documentation -This repository contains the Spark Dialect Extension, which provides custom handling for specific JDBC data types within Apache Spark. +[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) +![Maven Central Version](https://img.shields.io/maven-central/v/io.github.mtsongithub.doetl/spark-dialect-extension_2.12) +[![Tests](https://github.com/MobileTeleSystems/spark-dialect-extension/actions/workflows/tests_clickhouse.yml/badge.svg)](https://github.com/MobileTeleSystems/spark-dialect-extension/actions) +[![Coverage](https://codecov.io/gh/MobileTeleSystems/spark-dialect-extension/branch/develop/graph/badge.svg?token=99FBR0VZ4F)](https://codecov.io/gh/MobileTeleSystems/spark-dialect-extension) + +This repository adds custom Spark JDBC dialects, enhansing or fixing Apache Spark issues with handling some JDBC types. + ## Documentation Index - [**Using the Dialect**](docs/using_the_dialect.md)