I can see your issue. that yaml config file is space sensitive your
package is sourceConnectorDSIt has Actions, Triggers, and Rulesall three
are TOP level package items so they need to be at the same indentation
levelsourceConnectorDS actions:... rules:... triggers:... Above you have
rules and triggers as sub-properties of actions so it thinks they are
action definitions. Does that make sense for you?