From 6220197c5c763e3d5647f8e152578164382ddf38 Mon Sep 17 00:00:00 2001 From: Antoni Ivanov Date: Sat, 2 Jul 2022 22:49:27 +0300 Subject: [PATCH 1/2] versatile-data-kit: add link to example doc Closes #889 Signed-off-by: Antoni Ivanov --- examples/ingest-csv-file-example/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/ingest-csv-file-example/README.md diff --git a/examples/ingest-csv-file-example/README.md b/examples/ingest-csv-file-example/README.md new file mode 100644 index 0000000000..d51636aecd --- /dev/null +++ b/examples/ingest-csv-file-example/README.md @@ -0,0 +1,4 @@ +# Ingest CSV File + +This directory contains the relevant files for the [Ingesting CSV file into Database](https://github.com/vmware/versatile-data-kit/wiki/Ingesting-local-CSV-file-into-Database) example from the wiki. + From 2e7313968b4f35accc8042e52fd547b246014abd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 19:52:11 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/ingest-csv-file-example/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/ingest-csv-file-example/README.md b/examples/ingest-csv-file-example/README.md index d51636aecd..f234e8762a 100644 --- a/examples/ingest-csv-file-example/README.md +++ b/examples/ingest-csv-file-example/README.md @@ -1,4 +1,3 @@ -# Ingest CSV File +# Ingest CSV File This directory contains the relevant files for the [Ingesting CSV file into Database](https://github.com/vmware/versatile-data-kit/wiki/Ingesting-local-CSV-file-into-Database) example from the wiki. -