Graham Plata
Graham Plata
You may be experiencing a CORS issue. Since you are developing locally you may have to add a proxy to your `package.json` ``` "proxy": "http://localhost:9200" ``` You would then only...
> I like the mix of sql and assert, it makes the simple cases easier but still gives the power of flexible queries. Is there a simple for assert saying...
> If an error is shown for tests, will the end dashboard still be up for end users? Ideally I imagine it could be. > > Would this be the...
Updated test instance to support `sql_` prefix for query attribute testing Docs: [custom settings](https://clickhouse.com/docs/operations/settings/query-level#custom_settings)