From ce94ec781c4089618e03d9184a99227890498132 Mon Sep 17 00:00:00 2001 From: arno756 Date: Thu, 5 Oct 2023 11:04:53 -0700 Subject: [PATCH] Update meta.toml --- notebooks/load-json-files-s3/meta.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/notebooks/load-json-files-s3/meta.toml b/notebooks/load-json-files-s3/meta.toml index c82e5c0..b037410 100644 --- a/notebooks/load-json-files-s3/meta.toml +++ b/notebooks/load-json-files-s3/meta.toml @@ -1,10 +1,6 @@ [meta] title="Load JSON files with Pipeline from S3" -description="""\ - This notebook will help you load JSON files from a public open - AWS S3 bucket. You will see two modes: - *) where you map the JSON elements to columns in a relational table - *) where you just ingest all documents ito a JSON column. In that mode we also show how you can use persisted computed column for extracting JSON fields +description="""\This notebook will help you load JSON files from a public open AWS S3 bucket. You will see two modes: """ icon="chart-network" tags=["pipeline", "json", "s3"]