From 3d693fa93645614ac1caffd25578c95f818e2aac Mon Sep 17 00:00:00 2001 From: "miguel.peralvo" Date: Wed, 10 Jun 2020 20:38:51 +0100 Subject: [PATCH 1/2] Add exit --- pipeline/ETL/lib_use/files.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pipeline/ETL/lib_use/files.py b/pipeline/ETL/lib_use/files.py index f3d0180..3b5a9df 100644 --- a/pipeline/ETL/lib_use/files.py +++ b/pipeline/ETL/lib_use/files.py @@ -6,3 +6,7 @@ display(appendcol.with_status(spark.read.parquet("/databricks-datasets/samples/lending_club/parquet/"))) +# COMMAND ---------- + +dbutils.notebook.exit(True) + From c4fae9f56f07d2ec6c628de609dfa17c844ece5c Mon Sep 17 00:00:00 2001 From: "miguel.peralvo" Date: Fri, 12 Jun 2020 09:10:55 +0100 Subject: [PATCH 2/2] Capture more information. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 14eed82..faea8ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,6 +33,7 @@ stages: - checkout: self persistCredentials: true clean: true + displayName: 'Checkout & Build.Reason: $(Build.Reason) & Build.SourceBranchName: $(Build.SourceBranchName)' #- script: | # git status