We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3625220 + 9cf8c6c commit 8ee3fefCopy full SHA for 8ee3fef
package-toolkit/runtime/src/main/kotlin/com/atlan/pkg/objectstore/ADLSSync.kt
@@ -156,7 +156,7 @@ class ADLSSync(
156
if (latestFileKey.isNotBlank()) {
157
val local = File(localDirectory, latestFileKey).path
158
downloadFrom(
159
- latestFileKey,
+ File(prefix, latestFileKey).path,
160
local,
161
)
162
local
package-toolkit/runtime/src/main/kotlin/com/atlan/pkg/objectstore/GCSSync.kt
@@ -104,7 +104,7 @@ class GCSSync(
104
105
106
107
108
109
110
0 commit comments