timescale / outflux

Export data from InfluxDB to TimescaleDB
Apache License 2.0
90 stars 22 forks source link

Work around influx request size limits caused by buildProjection function #75

Closed lazzarello closed 12 months ago

lazzarello commented 4 years ago

This PR is a quick hack that fits my use case to work around #74

I have not tested this to ensure the column order is maintained without being explicit about the column names in the SELECT ...

CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Lee Azzarello seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

lazzarello commented 4 years ago

It appears this should likely be a new command line option, since the buildProjection function could be useful if someone wants to migrate a set of fields rather than all of them.

JamesGuthrie commented 12 months ago

We cannot accept this contribution at this time.