Skip to content

Fix Transformer Resources not building correctly

Levi Remington requested to merge 302_Log_Notcreated into master

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

Any other useful information

Merge request reports