Parker Mossman
Parker Mossman
## What Addresses https://github.com/airbytehq/airbyte-cloud/issues/2064 ## How Changes behavior of `/connections/update` and `/web_backend/connections/update` routes to only modify connection properties that are present on the incoming request object. Any property on the...
## What This is a WIP. Fair warning - this is my first real connector development so I'm definitely looking for feedback! I'm also not a python developer by any...
### Expected Behavior I want to generate a new JWT with the current Authentication, but with a new expiration. Calling `JwtTokenGenerator.generateToken(authentication, newExp)` should create a new token derived from the...