question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE] Enhance error message for loading invalid column names

See original GitHub issue

Is your feature request related to a problem? Please describe. When loading …

data.csv

Invalid ( ), valid
0, 1

py

from fugue import FugueWorkflow

with FugueWorkflow() as dag:
    bers = dag.load("ABS-PATH-TO-DATA")

… a FugueDataFrameInitError error is raised

Describe the solution you’d like The FugueDataFrameInitError error informs me of the invalid column name


From slack channel discussion

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
goodwanghancommented, Jan 17, 2022

I am testing. I started because this is also something bothered me recently.

0reactions
rdmolonycommented, Jan 17, 2022

Sure I’ll make some time over the next 2 weeks to look into this, I see you opened #293, how will this help exception handling?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dropped and Renamed Fields In AGOL, now the Writer is ...
I have had FME writing to an ArcGIS Online Feature Layer, working no worries. I then decided to 'tidy up' my field names...
Read more >
Error 1000 when appending features to feature service
The error code from the server was '1000' and the message was: 'Invalid column name 'Shape_1'. Invalid column name 'Shape_3'.
Read more >
KB2352413 - FIX: Query failure and an "Invalid column name ...
This issue occurs because some columns are incorrectly included in the linked server query. However, these columns are not in the linked server...
Read more >
Load Data Warehouse job failed with "invalid column name ...
Hi Experts, My DataWarehouse job had been running without any problems, for months. However, suddenly an error was thrown.
Read more >
java.sql.SQLException: Invalid column name - Stack Overflow
The issue also occurs when the index_name you are trying to fetch from Resultset is not present, please check your query once and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found