Angelo Fausti

Results 6 issues of Angelo Fausti

I was following the procedure to [restore data to an existing database](https://docs.influxdata.com/influxdb/v1.8/administration/backup_and_restore/#restore-data-to-an-existing-database) more specifically the InfluxQL query: ``` SELECT * INTO "example-db".autogen.:MEASUREMENT FROM "example-tmp-db".autogen./.*/ GROUP BY * ``` and found...

I'm using `flask-restful` and have a resource with two URLs, like this: ``` api.add_resource(Job, '/job/', '/job') ``` where `job_id` is used only by the GET method. In the resources code...

bug
help wanted
hacktoberfest

Edit: TIMESTAMPUNIT can be used to specify the unit when a timestamp field is used, as suggested [here](https://docs.lenses.io/2.1/lenses-sql/kcql.html#kcql-syntax) For example, this is saying that "I want to use the `private_efdStamp`...

sink
influxdb

#626 assumes Unix timestamp in seconds if the type is double and coerce to Long in milliseconds. In this PR we increase the time precision to microseconds for timestamp fields....

@stheppi in the influxdb-sink connector, we are currently using a KCQL query to extract the timestamp from a field: ```INSERT INTO mytopic1 SELECT * FROM mytopic1 WITHTIMESTAMP producedTimeStamp``` in our...

enhancement
sink
influxdb

- Avoid publishing publicly the Slack handler URL in the values.yaml. Obtain that from the Kapacitor `existingSecret` instead.