Skip to content

Commit 5c4eac1

Browse files
committed
readd properties:
1 parent 251d6d5 commit 5c4eac1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/scripts/create_and_format_sources.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/scripts/extract_auth_token.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ fi
3838
echo "Obtained Dremio auth token."
3939
echo "::add-mask::$AUTH_TOKEN"
4040
if [ "$GITHUB_ACTIONS" = "true" ]; then
41-
echo "Running in GitHub Actions"
4241
echo "AUTH_TOKEN=${AUTH_TOKEN}" >> $GITHUB_ENV
4342
else # Jenkins
4443
echo $AUTH_TOKEN > /tmp/auth_token.txt

0 commit comments

Comments
 (0)