Closed eastandwestwind closed 3 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Passed #11103
•
9c2e0a6147 ℹ️: Merge 55d25b123f924c0aed85e76323d3cc0c8d125f33 into 30c44648063eb2e6dd6d761bfb2b...
Project |
fides
|
Branch Review |
refs/pull/5504/merge
|
Run status |
Passed #11103
|
Run duration | 00m 39s |
Commit |
9c2e0a6147 ℹ️: Merge 55d25b123f924c0aed85e76323d3cc0c8d125f33 into 30c44648063eb2e6dd6d761bfb2b...
|
Committer | Catherine Smith |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
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 ↗︎ |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.18%. Comparing base (
d14d031
) to head (66480d8
). Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Passed #11110
•
48dc19916f: LA-104: Integrate access request test against BigQuery Enterprise in CI (#5504)
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #11110
|
Run duration | 00m 40s |
Commit |
48dc19916f: LA-104: Integrate access request test against BigQuery Enterprise in CI (#5504)
|
Committer | Catherine Smith |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
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 ↗︎ |
Closes https://ethyca.atlassian.net/browse/LA-104
Description Of Changes
This PR adds the first integration test where we make an access request against real-world data, as opposed to generated / fake data. This approach runs parallel but is distinctly different than our initiative to test big data, as in many rows, columns, tables, etc.
To test big data, we've adopted the Stackoverflow public dataset, where we'll have a solid foundation upon which to build future complex tables / data for BigQuery.
Code Changes
Steps to Confirm
BIGQUERY_ENTERPRISE_KEYFILE_CREDS
andBIGQUERY_ENTERPRISE_DATASET
in your ENV file.nox -s dev -- shell
pytest tests/ops/service/privacy_request/test_bigquery_enterprise_privacy_request.py
Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works