Skip to content

Can't Get Workflow Status (GONRG-4042)

Anastasiia Gelmut requested to merge gcp-can-not-get-workflow-status into master

Type of change

  • Bug Fix
  • Feature

#145 (closed)

Does this introduce a change in the core logic?

  • [YES]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Workflow service passes workflow_name instead of dag_name, when it try to get dag_run_status.

What is the new/expected behavior?

Workflow service passes dag_name instead of workflow_name, when it try to get dag_run_status.

Have you added/updated Unit Tests and Integration Tests?

no

Edited by Riabokon Stanislav(EPAM)[GCP]

Merge request reports