Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on June 17, 2022 1:42PM
Likes: 0
Replies: 3
Hi there!
I encountered a bug (or potentially it is a hardcoded limitation) while using Google Sheets plugin. I have the following flow:
Sounds simple. But it didn't work. After careful review of the flow, I found out the following:
I believe the issue is related with a plugin, though I didn't find any similar comment yet.
I could definitely just update the column names (since I have the same ones in the second dataset), but I would love to retrieve column names correctly.
Hi Eldiias,
After reviewing the plugin's code it appears that your issue is indeed due to a hardcoded limitation of 25 characters for the slugified column names (see here: https://github.com/dataiku/dataiku-contrib/blob/master/googlesheets/python-connectors/googlesheets-sheet/connector.py). In your case, the easiest workaround is to switch the plugin to development mode and edit that value manually.
Hope this helps!
Best,
Harizo
Is there any likelihood that this is going to be updated to have longer column names. I have also run into this limitations.
I work at a small non-profit with limited software development skills. We would prefer not to make a Dataiku plugin into a local version that we will have to continue to support. What is the likelihood that this will be enhanced to take much longer column names. Say at least as long as say PostgreSQL server will take? Which is 59 characters.
Hey Tom!
I would propose you to use a different flow.
Best!
Eldiias