We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9dda9 commit cdfb5cbCopy full SHA for cdfb5cb
2 files changed
Dockerfile
@@ -33,7 +33,7 @@ COPY Dockerfile /Dockerfile.archived
33
34
35
# Force rebuild of this layer to bust the Docker build cache
36
-ARG CACHE_BUST=1160
+ARG CACHE_BUST=1165
37
38
# Clone external repos (shallow, single layer)
39
# When BDC_PULL_LATEST=true (dev builds), clone default branches so git pull works at runtime.
scripts/workflow/bdc-workflow.sh
@@ -262,7 +262,7 @@ make -j "$MAKE_JOBS" pipeline \
262
DM_INPUT_DIR="$DM_INPUT_DIR" \
263
DM_TRANS_SPEC_DIR="$DM_TRANS_SPEC_DIR" \
264
DM_MAP_TARGET_SCHEMA="$DM_MAP_TARGET_SCHEMA" \
265
- DM_MAP_OUTPUT_TYPE="jsonl tsv" \
+ DM_MAP_OUTPUT_TYPE="tsv" \
266
DM_MAP_STRICT=false
267
268
#------------------------------------------------------------------------------
0 commit comments