Fix Transformer Resources not building correctly
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Does this introduce a change in the core logic?
- [YES/NO]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Does this introduce a breaking change?
- [YES/NO]
What is the current behavior?
src/main/resources not referenced on build - resulting in incorrect display and storage of logs, as well as well log/marker Python script fialures.
What is the new/expected behavior?
- src/main/resources referenced on build - restoring correct log and Python behavior
- Addresses param validation logic where empty env vars would not flag as invalid OAuth params
Have you added/updated Unit Tests and Integration Tests?
NA