Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bash/bin/dcp_load_recipe_dwim
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fi
echo "📥 Loading recipe to database..."
python3 -m dcpy lifecycle builds load load \
--recipe-path "${RECIPE_FILE}.lock.yml" \
--clear-schema false \
--no-clear-schema \
--cache-schema "${RECIPE_SCHEMA}" \
--cached-entity-type view

Expand Down
3 changes: 1 addition & 2 deletions dcpy/lifecycle/builds/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ def _cli_wrapper_load(
),
clear_pg_schema: bool = typer.Option(
True,
"--clear-schema",
"-x",
"--clear-schema/--no-clear-schema",
help="Clear the build schema?",
),
cache_schema: str = typer.Option(
Expand Down
Loading
Loading