Parker Mossman

Results 4 issues of 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...

area/documentation
area/api
area/worker
area/platform
area/server
team/frontend

## 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...

area/connectors
connectors/source/orb

## What Running CI for #201

area/platform
area/server
area/worker

### 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...