You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
This is second part of the table resolver introduction.
In this PR:
1. Decisions made by resolved are applied.
2. Some rules were simplified
3. Add test.
4. Add endpoint `/index:/_quesma_table_resolver` to get a decision (it
will be used in e2e tests)
```
curl 'http://localhost:8080/logs*/_quesma_table_resolver
````
Limitations:
- Table name overrides are handled as before.
- Rules may be incorrect. Tests are passing. But this is complex
rewrite.
---------
Co-authored-by: Piotr Grabowski <[email protected]>
quesmaManagementConsole:=ui.NewQuesmaManagementConsole(&cfg, lm, im, qmcLogChannel, phoneHomeAgent, schemaRegistry, tableResolver) //FIXME no ingest processor here just for now
0 commit comments