vantage6 / v6-on-kubernetes-PoC

2 stars 0 forks source link

Get column names from the configured datafiles #22

Closed hcadavid closed 2 days ago

hcadavid commented 3 months ago

The column names are hard coded. Fixing this is the only thing that has yet to be done so that the node can work with any other CSV data file.

https://github.com/vantage6/v6-on-kubernetes-PoC/blob/770a741ac1e70cca539befe0351b8f59f2480267/integration_poc/v6_k8s_node.py#L447-L453

frankcorneliusmartin commented 2 months ago

This bit of functionality is removed in favor of sessions, so no need to implement this :)

bartvanb commented 1 month ago

@hcadavid can we close this?

hcadavid commented 1 month ago

Please keep this open (for the moment) - I need to keep track of these to first wrap up the node that works with V6 4.5 and then make the integration with V6+Sessions.