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

[MAINTENANCE] Remove suite CRUD from data_context #9890

Merged
merged 26 commits into from
May 8, 2024

Conversation

tyler-hoffman
Copy link
Contributor

  • Description of PR changes above includes a link to an existing GitHub issue
  • PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
  • Code is linted - run invoke lint (uses ruff format + ruff check)
  • Appropriate tests and docs have been updated

For more information about contributing, see Contribute.

After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!

Copy link

netlify bot commented May 7, 2024

Deploy Preview for niobium-lead-7998 canceled.

Name Link
🔨 Latest commit 1a79052
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/663bca3986639a0008e4ff6a

@tyler-hoffman tyler-hoffman force-pushed the m/v1-121/remove-suite-mgmt-from-context branch from c2354a2 to 332f5c5 Compare May 7, 2024 15:41
@tyler-hoffman tyler-hoffman changed the title Remove suite CRUD from data_context [MAINTENANCE] Remove suite CRUD from data_context May 7, 2024
Copy link

codecov bot commented May 7, 2024

Codecov Report

Attention: Patch coverage is 27.27273% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 77.38%. Comparing base (e122123) to head (1a79052).

Files Patch % Lines
great_expectations/validator/validator.py 0.00% 3 Missing ⚠️
...data_context/data_context/abstract_data_context.py 33.33% 2 Missing ⚠️
...s/experimental/rule_based_profiler/helpers/util.py 0.00% 2 Missing ⚠️
...ions/data_context/migrator/configuration_bundle.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9890      +/-   ##
===========================================
+ Coverage    77.33%   77.38%   +0.05%     
===========================================
  Files          493      493              
  Lines        42238    42036     -202     
===========================================
- Hits         32664    32531     -133     
+ Misses        9574     9505      -69     
Flag Coverage Δ
3.10 63.92% <18.18%> (+<0.01%) ⬆️
3.11 63.92% <18.18%> (+<0.01%) ⬆️
3.11 athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds 53.75% <18.18%> (-0.13%) ⬇️
3.11 aws_deps 44.75% <9.09%> (+0.07%) ⬆️
3.11 big 54.20% <18.18%> (+0.10%) ⬆️
3.11 databricks 45.89% <9.09%> (+0.02%) ⬆️
3.11 filesystem 59.15% <27.27%> (-0.13%) ⬇️
3.11 mssql 48.72% <9.09%> (+0.09%) ⬆️
3.11 mysql 48.78% <9.09%> (+0.09%) ⬆️
3.11 postgresql 52.65% <9.09%> (+0.05%) ⬆️
3.11 snowflake 46.52% <9.09%> (+0.02%) ⬆️
3.11 spark 56.28% <9.09%> (+0.12%) ⬆️
3.11 trino 50.71% <9.09%> (+0.03%) ⬆️
3.8 63.95% <18.18%> (+<0.01%) ⬆️
3.8 athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds 53.76% <18.18%> (-0.13%) ⬇️
3.8 aws_deps 44.77% <9.09%> (+0.07%) ⬆️
3.8 big 54.21% <18.18%> (+0.10%) ⬆️
3.8 databricks 45.90% <9.09%> (+0.02%) ⬆️
3.8 filesystem 59.16% <27.27%> (-0.13%) ⬇️
3.8 mssql 48.71% <9.09%> (+0.09%) ⬆️
3.8 mysql 48.76% <9.09%> (+0.09%) ⬆️
3.8 postgresql 52.63% <9.09%> (+0.05%) ⬆️
3.8 snowflake 46.54% <9.09%> (+0.02%) ⬆️
3.8 spark 56.24% <9.09%> (+0.12%) ⬆️
3.8 trino 50.70% <9.09%> (+0.03%) ⬆️
3.9 63.94% <18.18%> (+<0.01%) ⬆️
cloud 0.00% <0.00%> (ø)
docs-basic 47.35% <18.18%> (+<0.01%) ⬆️
docs-creds-needed 48.40% <18.18%> (-0.42%) ⬇️
docs-spark 47.07% <18.18%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tyler-hoffman tyler-hoffman added this pull request to the merge queue May 8, 2024
Merged via the queue into develop with commit b43a45f May 8, 2024
69 checks passed
@tyler-hoffman tyler-hoffman deleted the m/v1-121/remove-suite-mgmt-from-context branch May 8, 2024 19:27
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.

None yet

2 participants