Skip to content

Commit

Permalink
[DOP-18232] Add status badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Oct 1, 2024
1 parent d8a6f91 commit ab5c9e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit ab5c9e0

Please sign in to comment.