Hi @Helder_Gregorio
Thank you for detailed context and some suggestions, I checked ALPN h2 support on Dremio endpoint (AWS 25.x) as suggested in your command and it did return ALPH protocol: h2, so i guess we are good there.
Interesting thing is I tried again from Power BI Desktop to Dremio with adbc on port 32010 and it indeed was able to fetch data from Dremio using Arrow client which is what I wanted in first place.
However, before I publish to Power BI service, when I go to configure gateway for 32010 for adbc, it fails with below error
Unable to create connection for the following reason: Unable to connect to the data source. Either the data source is inaccessible, a connection timeout occurred, or the data source credentials are invalid. Please verify the data source configuration and contact a data source administrator to troubleshoot this issue.
Details:
CustomerO365DataGateway_03: ODBC: ERROR [08S01] [Microsoft][Drill] (20) Failure occurred while trying to connect to local:32010=dremioinstance.com.com. (Details: [30001]Connection failure. Host:dremioinstance.com.com port:32010. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
FarmersO365DataGateway_02: ODBC: ERROR [08S01] [Microsoft][Drill] (20) Failure occurred while trying to connect to local:32010=dremioinstance.com.com. (Details: [30001]Connection failure. Host:dremioinstance.com.com port:32010. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
FarmersO365DataGateway_001: ODBC: ERROR [08S01] [Microsoft][Drill] (20) Failure occurred while trying to connect to local:32010=dremioinstance.com.com. (Details: [30001]Connection failure. Host:dremioinstance.com.com port:32010. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
Please have this information handy if you choose to create a support ticket.
Session Id: 852c9d9d-a3af-4f63-b068-c0a764eb1df0
RequestId: b4faa7bb-1862-452c-8dfe-288ea98b260d
Cluster URI: https://api.powerbi.com
Status code: 400
Time: Mon Jun 02 2025 18:49:40 GMT-0700 (Pacific Daylight Time)
but when I change the port to 31010 (with adbc:// or regular) it goes thru as before but thru ODBC not Arrow client
So, wondering why Power BI gateway is not able to connect to Dremio over ADBC 32010, all required ports were open from gateway to Dremio