Skip to content

Commit cd20983

Browse files
Address review feedback and final updates
1 parent e00aa25 commit cd20983

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ spark.readStream.format("fake").load().writeStream.format("console").start()
3131

3232
## Data Sources
3333

34-
| Data Source | Short Name | Description | Dependencies |
35-
| ------------------------------------------------------- | -------------- | --------------------------------------------- | --------------------- |
36-
| [GithubDataSource](./datasources/github.md) | `github` | Read pull requests from a Github repository | None |
37-
| [FakeDataSource](./datasources/fake.md) | `fake` | Generate fake data using the `Faker` library | `faker` |
38-
| [HuggingFaceDatasets](./datasources/huggingface.md) | `huggingface` | Read datasets from the HuggingFace Hub | `datasets` |
39-
| [StockDataSource](./datasources/stock.md) | `stock` | Read stock data from Alpha Vantage | None |
40-
| [SimpleJsonDataSource](./datasources/simplejson.md) | `simplejson` | Write JSON data to Databricks DBFS | `databricks-sdk` |
41-
| [SalesforceDataSource](./datasources/salesforce.md) | `salesforce` | Write streaming data to Salesforce objects |`simple-salesforce` |
42-
| [GoogleSheetsDataSource](./datasources/googlesheets.md) | `googlesheets` | Read table from public Google Sheets document | None |
43-
| [KaggleDataSource](./datasources/kaggle.md) | `kaggle` | Read datasets from Kaggle | `kagglehub`, `pandas` |
44-
| [JSONPlaceHolder](./datasources/jsonplaceholder.md) | `jsonplaceholder` | Read JSON data for testing and prototyping | None |
34+
| Data Source | Short Name | Description | Dependencies |
35+
|-------------------------------------------------------|-------------------|-----------------------------------------------|-----------------------|
36+
| [GithubDataSource](./datasources/github.md) | `github` | Read pull requests from a Github repository | None |
37+
| [FakeDataSource](./datasources/fake.md) | `fake` | Generate fake data using the `Faker` library | `faker` |
38+
| [HuggingFaceDatasets](./datasources/huggingface.md) | `huggingface` | Read datasets from the HuggingFace Hub | `datasets` |
39+
| [StockDataSource](./datasources/stock.md) | `stock` | Read stock data from Alpha Vantage | None |
40+
| [SimpleJsonDataSource](./datasources/simplejson.md) | `simplejson` | Write JSON data to Databricks DBFS | `databricks-sdk` |
41+
| [GoogleSheetsDataSource](./datasources/googlesheets.md) | `googlesheets` | Read table from public Google Sheets document | None |
42+
| [KaggleDataSource](./datasources/kaggle.md) | `kaggle` | Read datasets from Kaggle | `kagglehub`, `pandas` |
43+
| [JSONPlaceHolder](./datasources/jsonplaceholder.md) | `jsonplaceholder` | Read JSON data for testing and prototyping | None |
44+
| [SalesforceDataSource](./datasources/salesforce.md) | `salesforce` | Write streaming data to Salesforce objects |`simple-salesforce` |

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)