Skip to content

Commit

Permalink
exercise 4 -- little bit of cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
imbilalbutt committed Jan 22, 2024
1 parent f259b47 commit 7e1232f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions exercises/exercise4.jv
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pipeline TemperaturePipeline {
];
}


// 5. Define constraints
block CelsiusToFahrenheitTemperatur oftype TableTransformer {
inputColumns: ['Temperatur'];
outputColumn: 'Temperatur';
Expand Down Expand Up @@ -101,12 +101,10 @@ pipeline TemperaturePipeline {
"Ja", "Nein"
];


// 6. Load the data in sql table
block TemperatureLoader oftype SQLiteLoader {
table: "temperatures";
file: "./temperatures.sqlite";
}



}

0 comments on commit 7e1232f

Please sign in to comment.