-
Notifications
You must be signed in to change notification settings - Fork 57
DLT runtimes display fix and issue #182 #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f1247b1
Bug fix for display in DLT runtimes
souvik-databricks 426de04
https://github.com/databrickslabs/tempo/issues/182
souvik-databricks ee34613
Merge branch 'master' into bugfix/supportForDLTRuntimes
souvik-databricks a46a100
addressing the Tristan's comments.
souvik-databricks 3ef8b7f
addressing the describe failure comment
souvik-databricks cc6d2ae
correcting the import statement in the init.py
souvik-databricks 8018270
correcting the name of the column for issue #182 in both the scala an…
souvik-databricks a133390
adding the IPython NoneType handler condition
souvik-databricks 2a3e195
changed the name to snake case
souvik-databricks 095fd97
streamling by removing ipython and namespace checks
souvik-databricks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,2 +1,10 @@ | ||
from tempo.utils import __notdltruntime | ||
|
||
from tempo.tsdf import TSDF | ||
from tempo.utils import display | ||
if __notdltruntime(): | ||
from tempo.utils import display | ||
|
||
''' | ||
Conditonal import of display so that it doesn't gets imported in runtimes where display is not required. | ||
For example in DATABRICKS Delta Live Tables Runtimes. | ||
''' |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.