Skip to content

add Date timestamp_format for clickhouse sink ( DateTime timestamp_format option already exist ) #2089

@dmitrysdm

Description

@dmitrysdm

Grafana clickhouse plugin needs two timestamp fields:
Column:Date (EventDate)
Column:DateTime (DateTime) or Column:TimeStamp (UInt32).
https://github.com/Vertamedia/clickhouse-grafana
Column:DateTime can be created with special option:
timestamp_format = "rfc3339"
but what about Column:Date
https://clickhouse.tech/docs/en/data_types/date/
i think needed one more timestamp_format, because in clickhouse exist Date type as well as DateTime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    meta: feedbackAnything related to customer/user feedback.sink: clickhouseAnything `clickhouse` sink relatedtype: enhancementA value-adding code change that enhances its existing functionality.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions