Following up on the above on using FlexConnect, I ...
# gooddata-platform
a
Following up on the above on using FlexConnect, I am now having trouble connecting to my FlexConnect data source today. (I didnt encounter this issue at all since I started using) From my logs, it seems like the port is no longer affixed to
17001
when it calls (even though the docs and sample code show so). Did something change? This is quite urgent and would appreciate a reply pls
For e.g. Im seeing this log:
Copy code
2025-06-28T08:50:01.240855Z [info     ] list_flights                   [gooddata_flexconnect.rpc] available_funs=('DataCampaignProjects', 'Efdbs') peer=ipv4:13.239.160.54:42521
If I restart the FlexConnect server, and tries to refresh the tables available, it now shows:
Copy code
2025-06-28T08:55:26.041222Z [info     ] list_flights                   [gooddata_flexconnect.rpc] available_funs=('DataCampaignProjects', 'Efdbs') peer=ipv4:13.239.160.54:48966
notice how the port has been changing
nvm ignore the above, it doesnt look it's due to this port issue. I realized that I was able to still connect and obtain data, however, the refreshing of tables available, i.e. the
list_flights
is facing an issue
m
Thanks for the clarification Alson - Can you please provide us with the related TraceID from the Dev tool in your browser so we can review our logs for you?
a
Thanks for the swift reply @Michael Ullock, i appreciate your assistance on a weekend. Yes sure, this is what im seeing
Copy code
{
  "detail": "Server-side problem. Contact support.",
  "status": 500,
  "title": "Internal Server Error",
  "traceId": "ae268f0f6e7a55dfc5553881eece8432"
}
m
Could you please also clarify the urgency of this issue and let me know if this is a major blocker for you at this time? If this is a blocker for you, would you please be so kind as to provide more details. Thank you!
a
to be frank yes it kinda is, we have a deadline of end June to get the connection to FlexConnect working as we run on MongoDB. Im adding new tables, and would definitely need
list_flights
to be working so that I can test out these new tables on GD, without this, I wont be able to tell if what I've added is working. Are you able to tell if this is an issue on GD's side? Could you reveal what the error is showing on your side?
d
Hi Alson, The underlying message is
Unsupported Arrow type
- did you perhaps add some new data columns to your data set since the last successful run?
Hi Alson. Let's move to DM to discuss specific data tables ...
a
Ah yes I did, okay I have my suspicion on which ones. I used
pyarrow.list_
👍 1