This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
from databricks_api.databricks import DatabricksAPI | ||
from databricks_api._version import __author__ | ||
from databricks_api._version import __author_email__ | ||
from databricks_api._version import __copyright__ | ||
from databricks_api._version import __description__ | ||
from databricks_api._version import __license__ | ||
from databricks_api._version import __title__ | ||
from databricks_api._version import __url__ | ||
from databricks_api._version import __version__ | ||
from databricks_cli.version import version as __cli_version__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
"""Version information.""" | ||
__title__ = "databricks-api" | ||
__description__ = "Databricks API client interface." | ||
__url__ = "https://github.com/crflynn/databricks-api" | ||
__version__ = "0.7.0" | ||
__author__ = "Christopher Flynn" | ||
__author_email__ = "[email protected]" | ||
__license__ = "MIT" | ||
__copyright__ = "Copyright 2018-2020 Christopher Flynn" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters