Skip to content
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

Add new PUT datasetconfig endpoint #5324

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

galvana
Copy link
Contributor

@galvana galvana commented Sep 24, 2024

Closes PROD-2808

Description Of Changes

Adds a new PUT datasetconfig endpoint that removes any unspecified dataset configs from the connection config.

Code Changes

  • New endpoint and tests

Steps to Confirm

  • Verify you can add and remove multiple datasets from System > Integrations

Pre-Merge Checklist

  • All CI Pipelines Succeeded
  • Issue Requirements are Met
  • Update CHANGELOG.md

Copy link

vercel bot commented Sep 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
fides-plus-nightly ⬜️ Ignored (Inspect) Visit Preview Sep 24, 2024 11:51pm

@galvana galvana requested a review from jpople September 24, 2024 21:38
@@ -474,7 +475,7 @@ def test_put_validate_dataset(


@pytest.mark.asyncio
class TestPutDatasetConfigs:
class TestPatchDatasetConfigs:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Misnamed from beginning

Copy link

cypress bot commented Sep 24, 2024

fides    Run #10118

Run Properties:  status check passed Passed #10118  •  git commit 5f9505f032 ℹ️: Merge 180a08119cc203d4f2888d09c510a485197c9070 into 06d25c744e7863bc3af0ed44c586...
Project fides
Branch Review refs/pull/5324/merge
Run status status check passed Passed #10118
Run duration 00m 37s
Commit git commit 5f9505f032 ℹ️: Merge 180a08119cc203d4f2888d09c510a485197c9070 into 06d25c744e7863bc3af0ed44c586...
Committer Adrian Galvan
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

Copy link
Contributor

@jpople jpople left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working for me! Thank you!

@galvana galvana merged commit 155e1fd into main Sep 24, 2024
14 checks passed
@galvana galvana deleted the PROD-2808-add-new-put-datasetconfig-endpoint branch September 24, 2024 23:52
Copy link

cypress bot commented Sep 25, 2024

fides    Run #10119

Run Properties:  status check passed Passed #10119  •  git commit 155e1fd8bc: Add new PUT datasetconfig endpoint (#5324)
Project fides
Branch Review main
Run status status check passed Passed #10119
Run duration 00m 40s
Commit git commit 155e1fd8bc: Add new PUT datasetconfig endpoint (#5324)
Committer Adrian Galvan
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants