aniruddhaparte opened a new issue, #24684:
URL: https://github.com/apache/superset/issues/24684

   Description:
   When creating a new Database connection with PSSQL and using RDS Proxy as 
the hostname to connect to the PSSQL server, the connection is established 
successfully. However, an error occurs when executing queries in SQL Lab. The 
error message received is "(psycopg2.Operational Error) connection to server at 
'rds_proxy_endpoint', port 5432 failed: FATAL: Feature not supported: RDS Proxy 
currently doesn't support command-line options."
   
   #### How to reproduce the bug
   
   1. Install Superset version X.X.X on the operating system YYY.
   2. Configure a new Database connection with PSSQL in Superset.
   3. Set the hostname of the connection to the RDS Proxy endpoint: 
"rds_proxy_endpoint".
   4. Use the appropriate port number (usually 5432) for the RDS Proxy.
   5. Execute a query in SQL Lab using the newly created connection.
   6. Observe the error message "(psycopg2.OperationalError) connection to 
server at 'rds_proxy_endpoint' , port 5432 failed: FATAL: Feature not 
supported: RDS Proxy currently doesn't support command-line options."
   
   ### Expected results
   
   The query should be executed successfully without any error, using the RDS 
Proxy connection.
   
   ### Actual results
   
   An error occurs with the message "(psycopg2.OperationalError) connection to 
server at 'rds_proxy_endpoint', port 5432 failed: FATAL: Feature not supported: 
RDS Proxy currently doesn't support command-line options."
   
   #### Screenshots
   
   
![image](https://github.com/apache/superset/assets/67677161/5170c722-c390-41a5-907a-ed5142eb213d)
   
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version: Chrome Version 114.0.5735.134
   - superset version: `3.0.0`
   - python version: `Python 3.9.17`
   - node.js version: `node -v`
   - any feature flags active: "ALERT_REPORTS": True,
       "DASHBOARD_CROSS_FILTERS": True,
       "DASHBOARD_RBAC": True,
       "GENERIC_CHART_AXES": True,
       "ALLOW_FULL_CSV_EXPORT": True,
       "DRILL_TO_DETAIL": True,
       "HORIZONTAL_FILTER_BAR": True
   
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included 
it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version 
of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't 
found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to