Skip to content

Custom connector not showing after successful addition #13333

Closed
@alafanechere

Description

@alafanechere

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 a public = false flag.
  • The new source definition is not listed by the list_latest or list_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.

This issue was raised on our forum

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions