-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create dec2024.md * Update dec2024.md * Update dec2024.md * Added Databricks OAuth and Users APIs * Update dec2024.md * Update dec2024.md * Update dec2024.md * Update docs/release_notes/2024/dec2024.md Co-authored-by: kathweinschenkprophecy <[email protected]> * Update docs/release_notes/2024/dec2024.md Co-authored-by: kathweinschenkprophecy <[email protected]> * Update dec2024.md Add inline TOC * Update dec2024.md * Update positions * Update dec2024.md --------- Co-authored-by: kathweinschenkprophecy <[email protected]>
- Loading branch information
1 parent
7850800
commit 96589c6
Showing
13 changed files
with
73 additions
and
11 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,6 +1,6 @@ | ||
{ | ||
"label": "August 2024", | ||
"position": 4, | ||
"position": 5, | ||
"collapsible": true, | ||
"collapsed": true | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"label": "October 2024", | ||
"position": 2, | ||
"position": 3, | ||
"collapsible": true, | ||
"collapsed": true | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
sidebar_position: 1 | ||
id: December_2024 | ||
description: Release notes for December | ||
title: December 2024 | ||
tags: | ||
- release notes | ||
- changelog | ||
- december | ||
--- | ||
|
||
## 3.4.2.\* (December 13, 2024) | ||
|
||
- Prophecy Python libs version: 1.9.28 | ||
- Prophecy Scala libs version: 8.6.0 | ||
|
||
### Features {#Features342} | ||
|
||
import TOCInline from '@theme/TOCInline'; | ||
|
||
<TOCInline toc={toc} | ||
minHeadingLevel={4} | ||
maxHeadingLevel={4} | ||
/> | ||
|
||
#### Databricks OAuth integration | ||
|
||
Prophecy has integrated with Databricks OAuth in order to provide you with increased security via industry-standard authentication flows. | ||
|
||
You will see a login overlay in Prophecy, such as when selecting a Fabric, where Databricks API interactions are required. | ||
|
||
<img | ||
src={require("./img/dec-data-bricks-oauth-select-fab.png").default} | ||
alt="Select a Fabric" | ||
width="70%" | ||
/> | ||
|
||
The Databricks OAuth setup must be completed by both your Databricks Account Admin and your Prophecy Team Admin. | ||
|
||
For more information on how it works and how to set it up, see [Databricks OAuth](../../architecture/self-hosted/authentication/databricks-oauth.md). | ||
|
||
#### Active and Total Users APIs | ||
|
||
You can use the Active Users and Total Users APIs to find out the number of current and total users who are logged in to Prophecy. This can help you understand usage and times of high traffic, enabling you to manage capacity more effectively. | ||
|
||
For more information on the APIs, see [Active and Total Users](../../concepts/teamuser.md#active-and-total-users). | ||
|
||
### Minor Improvements {#MinorImprovements342} | ||
|
||
- **"Offset" column name bug fix**: We fixed a bug where naming a column using a Snowflake reserved keyword, such as "Offset", would break when using a Reformat Gem. | ||
|
||
- **Support for null values in unit tests**: When upgrading the Scala `prophecy-libs` version to 8.6.0 or later and the Python `prophecy-libs` version to 1.9.27 or later, you may notice differences in the Prophecy-managed files related to unit tests. Specifically, changes might occur in the `prophecy/tests/*.json` files. Any null values in these files will be replaced with empty strings (`""`). This change does not affect existing unit tests, and they will continue to function as before. These files are managed by Prophecy and are not used during Pipeline execution. | ||
|
||
There is a new option under the three dots of the unit test data table to **Set value as Null** in columns. | ||
|
||
- **New Spark Fabric diagnostic error codes**: There are new diagnostic error codes for the following failures: | ||
|
||
- Unable to reach Databricks endpoint. | ||
- Unable to write execution metrics because Hive Metastore is not enabled on your Spark. | ||
- Authentication fails while attempting to test a Spark Fabric connection. | ||
|
||
For more information, see [Diagnostics](../../Spark/fabrics/diagnostics.md). |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,5 +1,5 @@ | ||
--- | ||
sidebar_position: 5 | ||
sidebar_position: 6 | ||
id: July_2024 | ||
description: Release notes for July | ||
title: July 2024 | ||
|
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,5 +1,5 @@ | ||
--- | ||
sidebar_position: 6 | ||
sidebar_position: 7 | ||
id: June_2024 | ||
description: Release notes for June | ||
title: June 2024 | ||
|
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
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,5 +1,5 @@ | ||
--- | ||
sidebar_position: 7 | ||
sidebar_position: 8 | ||
id: May_2024 | ||
description: Release notes for May | ||
title: May 2024 | ||
|
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
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