Connect from Python to AEP Query services
@16227148
Anyone tried to connecting from Python to AEP Query services to pull the data?
If yes, please share the sample code snippets.
Thanks
Sheejo
@16227148
Anyone tried to connecting from Python to AEP Query services to pull the data?
If yes, please share the sample code snippets.
Thanks
Sheejo
Hi @sheejo
There are utilities like psycopg2
psycopg2.connect(database='<database_name_here>', user='<user_name_here>', password='<password_here', host='<host_here>', port= '<port_here')
** since it's an open source and not managed by Adobe you shall consult with your Architect & Security professionals before using.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.