There is a method to push data into the datamodel, but i could not find any that can access it.
Please let me know if anymore details are needed.
Thank you
There is a method to push data into the datamodel, but i could not find any that can access it.
Please let me know if anymore details are needed.
Thank you
Best answer by guillermo.gost12
Yes, you can run sql from python,
something like:
job_transformation_min=datajob.transformations.find(trans_job_Min_Notif_Rerouting_Start)
df_min=job_transformation_min.get_data_frame()
but the problem is that you will get only 100 records.
So the workaround is to load the tables into a temporary datamodel, then query them using PQL, and rewrite the result back
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.