I am using the refinitiv data library for python to connect to the Refinitiv Data Platform API. I would like to check what the signon_control parameter does as I am getting this warning?
You open a platform session using the default value of the signon_control parameter (signon_control=True). In future library version v2.0, this default will be changed to False. If you want to keep the same behavior as today, you will need to set the signon_control parameter to True either in the library configuration file ({'sessions':{'platform':{'your_session_name':{'signon_control':true}}}}) or in your code where you create the Platform Session. These alternative options are already supported in the current version of the library.
Thanks!