You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support import/export of connectors, we need to mark a connector as enabled/disabled after import. This issue addresses the API portion of this. A separate issue has been created for addressing the UI portion.
Add enabledAfterImport flag (or something similar) to RawAction type
Update connectors APIs to handle the new flag - create and update should just set enabledAfterImport to true
Add migration to add enabledAfterImport: true to all existing connectors