Skip to content
#

clickhouse

Here are 403 public repositories matching this topic...

flink-learning

flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》

  • Updated Feb 2, 2022
  • Java
growthbook
Auz
Auz commented Nov 27, 2021

When we show data for a metric, we currently don't include the current day's worth of data. For users just getting set up, they may only have events from today, and want to test out if the query is working, and by excluding events from 'today', they can't see results.

TODO:

  • In packages/back-end/src/services/experiments.ts on line 329, instead of using the current date as the value
maxmouchet
maxmouchet commented Dec 17, 2021

I understand from the README and #98 that query parameters are filtered to prevent unwanted overrides of ClickHouse parameters.

However, this also filters parameters starting with param_ which are used to replace placeholders in parametrized queries[^1].
For example SELECT * FROM {table:Identifier} with param_table=some_table.

Is there any security reasons to disallow these parameters

Improve this page

Add a description, image, and links to the clickhouse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clickhouse topic, visit your repo's landing page and select "manage topics."

Learn more