pycelonis-examples
pycelonis-examples copied to clipboard
Demo notebooks covering popular functionalities and use cases of PyCelonis
Improvements and hints to facilitate the use of these templates.
[pycelonis-examples]/[03_Connectivity]/02b_Transformation_Mover.ipynb I found 2 errors in the script: 1. last cell executes `global_vars[source_local_var['defaultSettings']['poolVariableId']] = target_id`. this runs into an error when defaultSettings: None. I replaced it by `global_vars[source_local_var['settings']['poolVariableId']] = target_id`...
Added notebook to search through pql statements and find such statement which will be affected by the changed default behaivour from the CASE WHEN changes effective Feb 22
Add the Space Key parameter