Add Clickhouse state store docs v1.16
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
- [ ] Commits are signed with Developer Certificate of Origin (DCO - learn more)
- [ ] Read the contribution guide
- [ ] Commands include options for Linux, MacOS, and Windows within codetabs
- [ ] New file and folder names are globally unique
- [ ] Page references use shortcodes instead of markdown or URL links
- [ ] Images use HTML style and have alternative text
- [ ] Places where multiple code/command options are given have codetabs
In addition, please fill out the following to help reviewers understand this pull request:
Description
Issue reference
https://github.com/dapr/components-contrib/pull/3675
@msfussell I've removed the unnecessary filesβonly the required ones remain. Thanks again for the feedback!
@msfussell Thank you for the great feedback! π I've addressed all your suggestions: β Fixed version: Changed since: "1.15" to since: "1.16" in generic.yaml β Removed actor references: Removed all actor-related comments and sections since ClickHouse is not a transactional state store
Thanks for the thorough review and for helping make this contribution better!
@middt - Appreciate this amazing contribution to Dapr! Would love to get this to be a stable component in due course.
@msfussell β Thank you so much for the approval and kind words! π
@middt - can you remove the sdkdoc/python file from the PR. This should not be here, otherwise cannot merge
msfussell
@msfussell β Done! Removed sdkdocs/python and all other unnecessary files. The PR now contains only the 2 ClickHouse files. Thanks for catching that!
@middt I've resolved a merge conflict in genericl.yaml since the query property does not exist any longer. I've set the workflow property to false. Can you confirm if this is correct?
@middt I've resolved a merge conflict in genericl.yaml since the
queryproperty does not exist any longer. I've set theworkflowproperty to false. Can you confirm if this is correct?
Yes, setting workflow: false is correct β good catch! Thanks for the fix! β β @marcduiker