devstream
devstream copied to clipboard
feat: add devlake-config update method
Signed-off-by: Yingchu Chen [email protected]
Pre-Checklist
Note: please complete ALL items in the following checklist.
- [X] I have read through the CONTRIBUTING.md documentation.
- [X] My code has the necessary comments and documentation (if needed).
- [X] I have added relevant tests
Description
- modified the definition of Connection and comment RenderAuthConfig
- add devlake-config UpdateConfig
as we can see, when we changed the config, devlake processed requests from stream as expected
@warren830 Please take a look at this pr: #1181
I refactored the State/Resource in that pr.