Closed
Description
Environment
- Airbyte version: 0.39.5
Steps to reproduce
- Create a new source definition in the settings > source page
Current Behavior
- The call the the
create
endpoint returns a 200 - The new source definition is available in the
actor_definition
table but with apublic = false
flag. - The new source definition is not listed by the
list_latest
orlist_for_workspace
endpoints - The new source definition is not available in the UI
- Running
UPDATE actor_definition SET public = true WHERE name = '<connectorname>';
fixes the problem.