I am trying to publish an alteryx workflow to the gallery that runs without errors in alteryx designer. But when saving to gallery throws these errors:
[workflow.yxmd]Tool 186- Cannot find macro "Crew_ParalleBlockUntilDone.yxmc"
[workflow.yxmd]Tool 187- Cannot find macro "Crew_ParalleBlockUntilDone.yxmc"
Tool 3 - Error SQLDriverConnect: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Tool 4 - Error SQLDriverConnect: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Tool 5 - Error SQLDriverConnect: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Tool 6 - Error SQLDriverConnect: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

In the designer the workflow inputs are sql queries connecting to oracle database.
Does these indicate the macros or data input need to be created explicitly in the gallery? Experts please shed some light.
Thanks