Skip to content

Fix string interpolation for segy to zgy conversion dag

Type of change

  • Bug Fix
  • Feature

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

Updates description?

The string interpolation used to set the name creates an incorrectly interpolated string. This PR fixes the string interpolation to not include extra curly braces. This currently causes errors when trying to import dags since the name is not compliant.

Edited by Vaibhavi Kamani

Merge request reports