Thank you for reporting this issue. As a quick workaround, I managed to execute the node by changing the version of the database driver to one of the older versions. I’ll try to find a better solution but this should solve the issue for now.
Hi Everyone i’m having a problem with Excercise 4 Your First Data Pipeline in the L2-DE course, it´s my final excersice and i´m getting this error in my catch error block “Encountered scope-end whithout compatible head” i get that it means that doesn’t find the start of my try-catch but i checked the conections and solutions and still getting that error.
Could someone help me with this?
thanks for reaching out! Did you try to re-execute the workflow from the Try node? This happens sometimes if you develop the nodes between the try&catch nodes and usually simple re-execution helps.
Hi everyone! I’m with a problem in exercise “03 Date&Time Transformation & In-Database processing”, “Activity II: In-database processing: filtering, pivoting and sorting”.
Thanks for reaching out. I tried this workflow in all the three L2 courses and the DB Writer works for me. My first guess is that maybe you provide the wrong table as input - the one that doesn’t have the column “Month (Number)” yet or maybe you named this column differently in the Date&Time Part Extractor node. This would then fail because 1) the database table already exists, 2) by default the rows will be appended to the existing table, 3) and in that case all the columns must be present with the same names in the new input table.
Could you please check that you send the correct table as input and if this doesn’t help tell us which KNIME Analytics Platform version you’re using, which L2 course you’re taking and send us a screenshot of the workflow including all the upstream nodes for DB Writer and a screenshot of the configuration windows of the DB Writer and Date&Time Part Extractor nodes? Thanks!