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
To have the information that the sd document creation for a connector was skipped we need to have a new database column sd_skipped_date the column should be a nullable dateTime.
Acceptance Criteria
The new field SdSkippedDate is only set if the sdFactory call is skipped
New migration is created
UnitTests are created
The text was updated successfully, but these errors were encountered:
Description
To have the information that the sd document creation for a connector was skipped we need to have a new database column
sd_skipped_date
the column should be a nullable dateTime.Acceptance Criteria
The text was updated successfully, but these errors were encountered: