Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[I/O] Add --overwrite option to ctk load table interface #148

Open
amotl opened this issue May 20, 2024 · 3 comments
Open

[I/O] Add --overwrite option to ctk load table interface #148

amotl opened this issue May 20, 2024 · 3 comments
Labels
important An item of importancy

Comments

@amotl
Copy link
Member

amotl commented May 20, 2024

About

@wierdvanderhaar reported that the InfluxDB I/O subsystem lacks an --overwrite option. Currently, the implementation probably always overwrites the target collection.

@amotl amotl changed the title [I/O] Add --overwrite option for ctk load table subsystem [I/O] Add --overwrite option to ctk load table interface May 20, 2024
@amotl
Copy link
Member Author

amotl commented Jun 11, 2024

Currently, the process always overwrites the table by dropping and recreating it. That's unfortunate.

@amotl
Copy link
Member Author

amotl commented Jun 11, 2024

Optimally forward --overwrite to Dask's / pandas' if_exists parameter.

if_exists : {'fail', 'replace', 'append'}

@amotl
Copy link
Member Author

amotl commented Jun 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important An item of importancy
Projects
None yet
Development

No branches or pull requests

1 participant