File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,11 @@ manipulate_source "$DREMIO_HEALTH_URL/apiv2/source/dbt_test_source" \
6262 \" enableFileStatusCheck\" :true,
6363 \" rootPath\" :\" /\" ,
6464 \" defaultCtasFormat\" :\" ICEBERG\" ,
65- \" propertyList\" :[],
65+ \" propertyList\" :[
66+ {\" name\" :\" fs.s3a.path.style.access\" ,\" value\" :\" true\" },
67+ {\" name\" :\" fs.s3a.endpoint\" ,\" value\" :\" $HOST :9000\" },
68+ {\" name\" :\" dremio.s3.compat\" ,\" value\" :\" true\" }
69+ ],
6670 \" whitelistedBuckets\" :[],
6771 \" isCachingEnabled\" :false,
6872 \" maxCacheSpacePct\" :100
Original file line number Diff line number Diff line change 3838echo " Obtained Dremio auth token."
3939echo " ::add-mask::$AUTH_TOKEN "
4040if [ " $GITHUB_ACTIONS " = " true" ]; then
41- echo " Running in GitHub Actions"
4241 echo " AUTH_TOKEN=${AUTH_TOKEN} " >> $GITHUB_ENV
4342else # Jenkins
4443 echo $AUTH_TOKEN > /tmp/auth_token.txt
You can’t perform that action at this time.
0 commit comments