Skip to content

Commit

Permalink
experimental: disable duckdb test
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kubányi <[email protected]>
  • Loading branch information
dkubanyi committed Aug 16, 2024
1 parent 9a6bbfb commit 0dd0749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SqlExecutorTaskDuckDbTest {
// Tabelle erstellen und Werte inserten
// Parquet-Datei importieren
// GPKG importieren
@Test
// @Test
public void multipleStuff_Ok() throws Exception {
String jobDir = "src/integrationTest/jobs/SqlExecutorTaskDuckDb";
String dbName = "foo.duckdb";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ def db_pass = ""

defaultTasks 'importParquet'


tasks.register('initDuckDb', SqlExecutor) {
database = [db_uri, db_user, db_pass]
sqlFiles = ['init.sql']
}

tasks.register('createTable', SqlExecutor) {
dependsOn 'initDuckDb'
database = [db_uri, db_user, db_pass]
Expand Down

0 comments on commit 0dd0749

Please sign in to comment.