Hi Team,
I have created a streamlit application from cognite UI and using retrieve dataframe (https://cognite-sdk-python.readthedocs-hosted.com/en/latest/data_ingestion.html#retrieve-pandas-dataframe) to get details from raw tables. But in when executing from cognite UI it giving below error
RawRowsAPI.retrieve_dataframe() got an unexpected keyword argument 'partitions'
Upon checking the version found that in streamlit cognite sdk version is 7.51.1. I have tried the same setup from local with version 7.60.6 and it is working fine as expected. Above error I am getting when I am executing the streamlit app from cognite UI.
Please help to fix the issue
Regards
Haripriya