mountetna / monoetna

mono-repository version of etna projects
GNU General Public License v2.0
1 stars 0 forks source link

BugFix: Vulcan 'Visualization from File' workflow csv read-in #1269

Closed dtm2451 closed 11 months ago

dtm2451 commented 1 year ago

*Minor bug-fix / future-proofing: seems not actually a current bug, but based on different behavior in airflow, also seems likely enough to become one in the future if not protected against

In building the python/airflow data-handling side of the data_frame loader for Polyphemus, I noticed that the pandas.read_table() file read-in did not automatically detect and adjust for csv vs tsv files. Possibly (not confirmed) from a pandas version difference with an adjustment to default behavior. In any case, implies a need to be explicit about what we want to happen. This PR does that.

In 'Fetch Data' step of the 'Visualization from File' workflow: