I am generating a CSV file using pandas, I need to create file based on the path stored in file.
Below is my code:
HA_file_path = ''' select CONFIG_VALUE from CONFIGURATIONS where CONFIG_NAME = 'HA''''
I am getting syntax error here, not sure how to get value with single quote from table.
Also i need to attach file name with current date time.