Skip to content

Commit 938c1e5

Browse files
committed
fix: documentation and version
1. Add api methods for managing spark history server. 2. Add submission_time and auto_termination_time fields in spark application list and details responses. BREAKING CHANGE: The type of timestamp fields in Application response models has been changed to `datetime`. Fields in Application and ApplicationGetResponse objects like start_time, end_time, finish_time will now have values of type `datetime` instead of plain strings. Signed-off-by: Subin Shekhar <[email protected]>
1 parent 41f2ce3 commit 938c1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud).
55

66
# Issues
77
If you encounter an issue with the project, you are welcome to submit a
8-
[bug report](<github-repo-url>/issues).
8+
[bug report](https://github.com/IBM/ibm-iae-python-sdk/issues).
99
Before that, please search for similar issues. It's possible that someone has already reported the problem.
1010

1111
# General Information

0 commit comments

Comments
 (0)