How to add webhook notification in DLT pipeline through yml

guptaharsh
New Contributor III

Hi team,

I am trying to create a slack webhook notification in a DLT pipeline leveraging jobs.yml. 

targets:
  dev:
    # The default target uses 'mode: development' to create a development copy.
    # - Deployed resources get prefixed with '[dev my_user_name]'
    # - Any job schedules and triggers are paused by default.
    mode: development
    default: true
    workspace:
    variables:
      catalog: data
      schema: sap_data
      notifications: email@jkmail.com]
      webhook: https://hooks.slack.com/services6CdQmlT

I am trying to save this yml and deploy but the slack webhook its not working.
#DLT #pipeline