Blagoj Atanasovski
Blagoj Atanasovski
Thank you for your feedback. The current implementation of Outflux can create only a `timestamp` type column for the time dimension. This way TimescaleDB's ability to use a long int...
Hello @komal-lunkad. Yes Outflux exports the time column from InfluxDB as `timestamptz` type. Currently Outflux doesn't allow you to influence the schema much during migration or define your custom transformations....
You should take a look at the `Transformer` interface and the `jsoncombiner` implementation https://github.com/timescale/outflux/tree/develop/internal/transformation You can implement your own transformer that will run between extraction from InfluxDB and ingestion in...
Hello, can you format the output you're getting, from the current output it seams that TSBS shell script couldn't connect Cassandra first?
@Lotiara When trying to connect to the database you need to use the --connection flag, but supply the connection string as a keyword-value type of connection string. More info here...