Skip to content

Commit

Permalink
Create 3.4.2 release notes (#452)
Browse files Browse the repository at this point in the history
* 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
alexanderahn and kathweinschenkprophecy authored Dec 16, 2024
1 parent 7850800 commit 96589c6
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes/2024/August_2024/_category_.json
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
}
2 changes: 1 addition & 1 deletion docs/release_notes/2024/October_2024/_category_.json
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
}
2 changes: 1 addition & 1 deletion docs/release_notes/2024/april2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 9
id: April_2024
description: Release notes for April
title: April 2024
Expand Down
62 changes: 62 additions & 0 deletions docs/release_notes/2024/dec2024.md
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).
2 changes: 1 addition & 1 deletion docs/release_notes/2024/feb2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 10
sidebar_position: 11
id: Feb_2024
description: Release notes for February
title: February 2024
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/release_notes/2024/jan2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 11
sidebar_position: 12
id: Jan_2024
description: Release notes for January
title: January 2024
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/july2024.md
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
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/june2024.md
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
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/march2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 9
sidebar_position: 10
id: March_2024
description: Release notes for March
title: March 2024
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/may2024.md
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
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/nov2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
id: November_2024
description: Release notes for November
title: November 2024
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/sept2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
id: September_2024
description: Release notes for September
title: September 2024
Expand Down

0 comments on commit 96589c6

Please sign in to comment.