Skip to content

Commit

Permalink
Merge pull request #4 from MiguelPeralvo/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
MiguelPeralvo authored Jun 12, 2020
2 parents 75013b4 + c4fae9f commit a76cdd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ stages:
- checkout: self
persistCredentials: true
clean: true
displayName: 'Checkout & Build.Reason: $(Build.Reason) & Build.SourceBranchName: $(Build.SourceBranchName)'

#- script: |
# git status
Expand Down
4 changes: 4 additions & 0 deletions pipeline/ETL/lib_use/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
display(appendcol.with_status(spark.read.parquet("/databricks-datasets/samples/lending_club/parquet/")))


# COMMAND ----------

dbutils.notebook.exit(True)

0 comments on commit a76cdd1

Please sign in to comment.