diff --git a/config/setup.py b/config/setup.py index 68d759d..bcf97de 100644 --- a/config/setup.py +++ b/config/setup.py @@ -17,7 +17,7 @@ # DBTITLE 1,Collect Input Parameters def init_widgets(): - dbutils.widgets.text("path", "s3://hls-eng-data-public/dicom/ddsm/benigns_21*.zip", label="1.0 Path to directory tree containing files. /dbfs , /Volumes/ or s3:// supported") + dbutils.widgets.text("path", "s3://hls-eng-data-public/dicom/landing_zone/*.zip", label="1.0 Path to directory tree containing files. /dbfs , /Volumes/ or s3:// supported") dbutils.widgets.text("table", "main.pixels_solacc.object_catalog", label="2.0 Catalog Schema Table to store object metadata into") dbutils.widgets.text("volume", "main.pixels_solacc.pixels_volume", label="3.0 Catalog Schema Volume to store checkpoints and unzipped files") dbutils.widgets.dropdown("mode",defaultValue="append",choices=["overwrite","append"], label="4.0 Update mode on object metadata table")