Skip to content

Commit

Permalink
Added github number to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
erinaldidb committed Mar 5, 2024
1 parent b36cfde commit e5b92fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/dlt_sample_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
resources:
pipelines:
dlt_sample_pipeline:
name: dlt_sample_pipeline [PR_${PR_NUMBER}]
name: dlt_sample_pipeline [PR_${var.PR_NUMBER}]
catalog: "ema_rina"
target: dlt_sample_pr_${PR_NUMBER}
target: dlt_sample_pr_${var.PR_NUMBER}
libraries:
- notebook:
path: ../src/dlt_sample/DLT_1.py
Expand Down

0 comments on commit e5b92fb

Please sign in to comment.