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] Delete ExpectationSuite attribute data_asset_type #9591

Merged
merged 4 commits into from Mar 7, 2024

Conversation

billdirks
Copy link
Contributor

@billdirks billdirks commented Mar 7, 2024

  • 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 Mar 7, 2024

Deploy Preview for niobium-lead-7998 canceled.

Name Link
🔨 Latest commit d1a1e5c
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/65ea3b0551a4710008035e55

@@ -1216,19 +1210,19 @@ def profiler_config():
def test_expectation_suite_copy(baseline_suite):
suite_copy = copy(baseline_suite)
assert suite_copy == baseline_suite
suite_copy.data_asset_type = "blarg!"
suite_copy.name = "blarg!"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These tests need to change an arbitrary attribute. I'm using name instead of data_asset_type now.

@billdirks billdirks added this pull request to the merge queue Mar 7, 2024
Merged via the queue into develop with commit 5184ea7 Mar 7, 2024
67 checks passed
@billdirks billdirks deleted the m/v1-202/delete-data-asset-type branch March 7, 2024 23:48
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