-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/7.12.0' into feature/separate-sdk
- Loading branch information
Showing
20 changed files
with
161 additions
and
50 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
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
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
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
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 |
---|---|---|
|
@@ -4,6 +4,5 @@ mock | |
pytest | ||
pytest-cov | ||
pytest-order | ||
python-dotenv | ||
|
||
-r ./requirements.txt |
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 |
---|---|---|
|
@@ -11,6 +11,7 @@ pyarrow | |
pyjwt | ||
pydantic>=2.0.0 | ||
pydantic[email] | ||
python-dotenv | ||
python-multipart | ||
uvicorn | ||
requests | ||
|
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
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 |
---|---|---|
|
@@ -44,6 +44,9 @@ | |
dataset="rapid_sdk", | ||
sensitivity=SensitivityLevel.PUBLIC, | ||
owners=[Owner(name="Test", email="[email protected]")], | ||
description="test", | ||
update_behaviour="OVERWRITE", | ||
is_latest_version=True, | ||
) | ||
|
||
|
||
|
@@ -68,13 +71,19 @@ def test_create_schema_metadata_from_dict(self): | |
"dataset": "rapid_sdk", | ||
"sensitivity": SensitivityLevel.PUBLIC, | ||
"owners": [{"name": "Test", "email": "[email protected]"}], | ||
"description": "test", | ||
"update_behaviour": "OVERWRITE", | ||
"is_latest_version": True, | ||
} | ||
|
||
schema_metadata = SchemaMetadata(**_schema_metadata) | ||
assert schema_metadata.domain == "test" | ||
assert schema_metadata.dataset == "rapid_sdk" | ||
assert schema_metadata.sensitivity == "PUBLIC" | ||
assert schema_metadata.owners == [Owner(name="Test", email="[email protected]")] | ||
assert schema_metadata.description == "test" | ||
assert schema_metadata.update_behaviour == "OVERWRITE" | ||
assert schema_metadata.is_latest_version == True | ||
|
||
|
||
class TestColumn: | ||
|
@@ -273,6 +282,8 @@ def test_schema_returns_correct_dictionary(self): | |
"version": None, | ||
"key_value_tags": {}, | ||
"key_only_tags": [], | ||
"description": "test", | ||
"update_behaviour": "OVERWRITE", | ||
"is_latest_version": True, | ||
}, | ||
"columns": [ | ||
|
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,11 +1,56 @@ | ||
CVE-2019-19814 https://security-tracker.debian.org/tracker/CVE-2019-19814 | ||
CVE-2021-39686 https://security-tracker.debian.org/tracker/CVE-2021-39686 | ||
CVE-2013-7445 https://security-tracker.debian.org/tracker/CVE-2013-7445 | ||
CVE-2022-24765 https://security-tracker.debian.org/tracker/CVE-2022-24765 | ||
CVE-2023-6879 https://security-tracker.debian.org/tracker/CVE-2023-6879 | ||
CVE-2023-45853 https://security-tracker.debian.org/tracker/CVE-2023-45853 | ||
CVE-2023-52425 https://security-tracker.debian.org/tracker/CVE-2023-52425 | ||
CVE-2023-49462 https://security-tracker.debian.org/tracker/CVE-2023-49462 | ||
CVE-2024-46724 https://security-tracker.debian.org/tracker/CVE-2024-46724 | ||
CVE-2024-46738 https://security-tracker.debian.org/tracker/CVE-2024-46738 | ||
CVE-2024-46756 https://security-tracker.debian.org/tracker/CVE-2024-46756 | ||
CVE-2024-46731 https://security-tracker.debian.org/tracker/CVE-2024-46731 | ||
CVE-2024-44987 https://security-tracker.debian.org/tracker/CVE-2024-44987 | ||
CVE-2024-26913 https://security-tracker.debian.org/tracker/CVE-2024-26913 | ||
CVE-2024-46725 https://security-tracker.debian.org/tracker/CVE-2024-46725 | ||
CVE-2024-46759 https://security-tracker.debian.org/tracker/CVE-2024-46759 | ||
CVE-2024-44998 https://security-tracker.debian.org/tracker/CVE-2024-44998 | ||
CVE-2024-26952 https://security-tracker.debian.org/tracker/CVE-2024-26952 | ||
CVE-2024-38630 https://security-tracker.debian.org/tracker/CVE-2024-38630 | ||
CVE-2024-44974 https://security-tracker.debian.org/tracker/CVE-2024-44974 | ||
CVE-2024-41061 https://security-tracker.debian.org/tracker/CVE-2024-41061 | ||
CVE-2021-3847 https://security-tracker.debian.org/tracker/CVE-2021-3847 | ||
CVE-2022-27404 https://security-tracker.debian.org/tracker/CVE-2022-27404 | ||
CVE-2019-8457 https://security-tracker.debian.org/tracker/CVE-2019-8457 | ||
CVE-2022-1679 https://security-tracker.debian.org/tracker/CVE-2022-1679 | ||
CVE-2022-1652 https://security-tracker.debian.org/tracker/CVE-2022-1652 | ||
CVE-2019-15794 https://security-tracker.debian.org/tracker/CVE-2019-15794 | ||
CVE-2022-29187 https://security-tracker.debian.org/tracker/CVE-2022-29187 | ||
CVE-2024-46740 https://security-tracker.debian.org/tracker/CVE-2024-46740 | ||
CVE-2024-39479 https://security-tracker.debian.org/tracker/CVE-2024-39479 | ||
CVE-2024-41071 https://security-tracker.debian.org/tracker/CVE-2024-41071 | ||
CVE-2024-38570 https://security-tracker.debian.org/tracker/CVE-2024-38570 | ||
CVE-2019-19449 https://security-tracker.debian.org/tracker/CVE-2019-19449 | ||
CVE-2024-21803 https://security-tracker.debian.org/tracker/CVE-2024-21803 | ||
CVE-2024-46674 https://security-tracker.debian.org/tracker/CVE-2024-46674 | ||
CVE-2024-46673 https://security-tracker.debian.org/tracker/CVE-2024-46673 | ||
CVE-2024-46798 https://security-tracker.debian.org/tracker/CVE-2024-46798 | ||
CVE-2024-46782 https://security-tracker.debian.org/tracker/CVE-2024-46782 | ||
CVE-2024-46722 https://security-tracker.debian.org/tracker/CVE-2024-46722 | ||
CVE-2023-52452 https://security-tracker.debian.org/tracker/CVE-2023-52452 | ||
CVE-2024-42162 https://security-tracker.debian.org/tracker/CVE-2024-42162 | ||
CVE-2024-26930 https://security-tracker.debian.org/tracker/CVE-2024-26930 | ||
CVE-2024-46743 https://security-tracker.debian.org/tracker/CVE-2024-46743 | ||
CVE-2023-52827 https://security-tracker.debian.org/tracker/CVE-2023-52827 | ||
CVE-2024-45026 https://security-tracker.debian.org/tracker/CVE-2024-45026 | ||
CVE-2024-44941 https://security-tracker.debian.org/tracker/CVE-2024-44941 | ||
CVE-2024-44940 https://security-tracker.debian.org/tracker/CVE-2024-44940 | ||
CVE-2024-44942 https://security-tracker.debian.org/tracker/CVE-2024-44942 | ||
CVE-2024-46757 https://security-tracker.debian.org/tracker/CVE-2024-46757 | ||
CVE-2024-44999 https://security-tracker.debian.org/tracker/CVE-2024-44999 | ||
CVE-2024-46747 https://security-tracker.debian.org/tracker/CVE-2024-46747 | ||
CVE-2024-46723 https://security-tracker.debian.org/tracker/CVE-2024-46723 | ||
CVE-2021-3864 https://security-tracker.debian.org/tracker/CVE-2021-3864 | ||
CVE-2024-44986 https://security-tracker.debian.org/tracker/CVE-2024-44986 | ||
CVE-2024-46746 https://security-tracker.debian.org/tracker/CVE-2024-46746 | ||
CVE-2024-42228 https://security-tracker.debian.org/tracker/CVE-2024-42228 | ||
CVE-2013-7445 https://security-tracker.debian.org/tracker/CVE-2013-7445 | ||
CVE-2024-46800 https://security-tracker.debian.org/tracker/CVE-2024-46800 | ||
CVE-2019-19814 https://security-tracker.debian.org/tracker/CVE-2019-19814 | ||
CVE-2024-46758 https://security-tracker.debian.org/tracker/CVE-2024-46758 | ||
CVE-2023-2953 https://security-tracker.debian.org/tracker/CVE-2023-2953 | ||
CVE-2023-31484 https://security-tracker.debian.org/tracker/CVE-2023-31484 | ||
CVE-2023-7104 https://security-tracker.debian.org/tracker/CVE-2023-7104 | ||
CVE-2024-7006 https://security-tracker.debian.org/tracker/CVE-2024-7006 | ||
CVE-2023-52356 https://security-tracker.debian.org/tracker/CVE-2023-52356 | ||
CVE-2023-52355 https://security-tracker.debian.org/tracker/CVE-2023-52355 |
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
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
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
Oops, something went wrong.