Skip to content

Commit

Permalink
Use wildcard for importing files
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 9, 2023
1 parent 85f29db commit ba52f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ trait BaseDataImporter extends BaseS3IntegrationTest with BeforeAndAfterEach wit
}

val table = tableBuilder.build()
importFromS3IntoExasol(schemaName, table, bucketName, baseFileName, dataFormat)
importFromS3IntoExasol(schemaName, table, bucketName, s"$baseFileName*", dataFormat)
val rs = executeQuery(s"SELECT * FROM ${table.getFullyQualifiedName()}")
block(rs)
rs.close()
Expand Down

0 comments on commit ba52f78

Please sign in to comment.