Skip to content

Commit fae1f68

Browse files
authored
Update README.md
Add datasource table
1 parent 1b622e2 commit fae1f68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[![Serverless](https://img.shields.io/badge/Serverless-Compute-00C851?style=for-the-badge)](https://docs.databricks.com/en/compute/serverless.html)
55
# Databricks Python Data Sources
66
Introduced in Spark 4.x, Python Data Source API allows you to create PySpark Data Sources leveraging long standing python libraries for handling unique file types or specialized interfaces with spark read, readStream, write and writeStream APIs.
7+
| Data Source Name | Purpose |
8+
| --- | --- |
9+
| [zipdcm](zipdcm/README.md) | Read DICOM files from Zip file archives |
710

811
## Documentation
912
Refer to the [python-data-sources](https://databricks-industry-solutions.github.io/python-data-sources/) documentation for detailed information on how to use supplied python data sources, its features, and configuration options.

0 commit comments

Comments
 (0)