Skip to content

Commit

Permalink
Merge pull request #936 from atlanhq/DVX-715
Browse files Browse the repository at this point in the history
Correct GCS -> ADLS for logging
  • Loading branch information
cmgrote authored Oct 22, 2024
2 parents 6cf563b + 009c7ee commit dd601f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ log4j = "2.24.1"
wiremock = "3.9.1"
jnanoid = "2.0.0"
numaflow = "0.8.0"
awssdk = "2.28.25"
awssdk = "2.28.27"
gcs = "26.49.0"
system-stubs = "2.1.7"
fastcsv = "3.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import com.azure.storage.file.datalake.DataLakeServiceClient
import com.azure.storage.file.datalake.DataLakeServiceClientBuilder
import com.azure.storage.file.datalake.models.ListPathsOptions
import mu.KLogger
import org.pkl.core.module.ModuleKeyFactories.file
import java.io.File
import java.io.IOException

Expand Down Expand Up @@ -123,7 +122,7 @@ class ADLSSync(
extension: String,
localDirectory: String,
): String {
logger.info { "Copying latest $extension file from gcs://$containerName/$prefix to $localDirectory" }
logger.info { "Copying latest $extension file from adls://$containerName/$prefix to $localDirectory" }

val filesToDownload = mutableListOf<String>()

Expand Down

0 comments on commit dd601f8

Please sign in to comment.