Skip to content

Commit

Permalink
Adds Libraries functionality (#6)
Browse files Browse the repository at this point in the history
* Adds libraries functionality
* Adds convenience functions for libraries for PyPI, CRAN, and Maven
  • Loading branch information
ezwiefel authored Oct 11, 2019
1 parent b995a18 commit 26ff162
Show file tree
Hide file tree
Showing 5 changed files with 428 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ __pycache__/
# C extensions
*.so

# vscode
.vscode/*

# Distribution / packaging
.Python
build/
Expand Down Expand Up @@ -191,3 +194,4 @@ AUTHORS
ChangeLog
build_scripts.txt
/random_test.py
testing.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services are supported by the Azure Databricks API Wrapper.
* [x] Workspace
* [x] DBFS
* [ ] Jobs
* [ ] Libraries
* [X] Libraries
* [ ] Secrets
* [ ] SCIM _(Preview)_

Expand Down
Loading

0 comments on commit 26ff162

Please sign in to comment.