Skip to main content

Hi,

Im trying to add a table from Datapool to datamodel and i found this function, add_table_from_pool in the release notes of 1.5

Now when i try its not present. Is this deprecated?

If so, are there any alternatives?

Please let me know.

image 

Now the error:

image 

Hi @Rahul Bhat,

 

The new syntax is:

data_model.add_table(name, alias=None, **kwargs)

See https://celonis.github.io/pycelonis/2.0.0/reference/pycelonis/ems/data_integration/data_model/#pycelonis.ems.data_integration.data_model.DataModel.add_table for more details.


Hi @janpeter.van.d 

Thank you . That worked.


Reply