Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Transformation Mover #13

Open
fbleile opened this issue May 11, 2022 · 0 comments
Open

Fixing Transformation Mover #13

fbleile opened this issue May 11, 2022 · 0 comments

Comments

@fbleile
Copy link

fbleile commented May 11, 2022

[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 (not sure though what the difference between defaultSettings and settings actually is. did not find an answer in the documentation)
  2. when adding a variable to the target transformation one needs to change two attributes of the source variable. In specific source_local_var['poolId'] = target_data_pool.id and source_local_var['taskId'] = target_data_job.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant