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

Adds column scientific notation string validation #5309

Merged
merged 4 commits into from Jun 14, 2022

Conversation

rdodev
Copy link
Contributor

@rdodev rdodev commented Jun 14, 2022

Please annotate your PR title to describe what the PR does, then give a brief bulleted description of your PR below. PR titles should begin with [BUGFIX], [FEATURE], [DOCS], or [MAINTENANCE]. If a new feature introduces breaking changes for the Great Expectations API or configuration files, please also add [BREAKING]. You can read about the tags in our contributor checklist.

Changes proposed in this pull request:

  • Adds experimental expectation which checks whether column values are valid scientific notation strings

After submitting your PR, CI checks will run and @cla-bot will check for your CLA signature.

For a PR with nontrivial changes, we review with both design-centric and code-centric lenses.

In a design review, we aim to ensure that the PR is consistent with our relationship to the open source community, with our software architecture and abstractions, and with our users' needs and expectations. That review often starts well before a PR, for example in github issues or slack, so please link to relevant conversations in notes below to help reviewers understand and approve your PR more quickly (e.g. closes #123).

Definition of Done

Please delete options that are not relevant.

  • My code follows the Great Expectations style guide
  • I have performed a self-review of my own code
  • I have run any local integration tests and made sure that nothing is broken.

Thank you for submitting!

@github-actions github-actions bot added the devrel This item is being addressed by the Developer Relations Team label Jun 14, 2022
@ghost
Copy link

ghost commented Jun 14, 2022

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

@netlify
Copy link

netlify bot commented Jun 14, 2022

Deploy Preview for niobium-lead-7998 ready!

Name Link
🔨 Latest commit 168334c
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/62a8a93422889a00097c3439
😎 Deploy Preview https://deploy-preview-5309--niobium-lead-7998.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@rdodev
Copy link
Contributor Author

rdodev commented Jun 14, 2022

No idea why lint is failing. Neither black nor isort nor flake8 are reporting issues locally. ARRRGH 😠

@austiezr
Copy link
Contributor

Weird! The checklist is throwing for black and isort for me locally.

Copy link
Contributor

@austiezr austiezr left a comment

Choose a reason for hiding this comment

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

Needs those linting passes but otherwise LGTM! 🚀

@rdodev rdodev enabled auto-merge (squash) June 14, 2022 15:31
@rdodev rdodev merged commit fce1fa6 into develop Jun 14, 2022
@rdodev rdodev deleted the expect-column-values-to-be-valid-scientifi-notation branch June 14, 2022 15:31
Shinnnyshinshin pushed a commit that referenced this pull request Jun 15, 2022
…ure/GREAT-953/migration-part1-move-to-abc

* bugfix/GREAT-953/tests-deleting-env-variable: (21 commits)
  Update migration_guide_postgresql_v3_api.py
  [RELEASE] 0.15.10 (#5316)
  Fix links to example files (#5275)
  Expect column values to be valid scientific notation (#5311)
  removing module name
  Adds column value JSON validation (#5313)
  fixed test
  remove redundant fixture
  final clean up. remove redundant test
  added fixture again
  Update test_project.py
  [BUGFIX] Warning in Getting Started Guide notebook. (#5297)
  upgrading test
  lint fixes (#5312)
  Adds column scientific notation string validation (#5309)
  [MAINTENANCE] Fixing a typo in a comment (in several files) (#5310)
  [FEATURE] Support both UserConfigurableProfiler and OnboardingDataAssistant in "CLI SUITE NEW --PROFILE <name>" command (#5306)
  Adds column values ARN validation (#5304)
  Adds column values IATA code validation (#5303)
  Adds column values github user validation (#5302)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devrel This item is being addressed by the Developer Relations Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants