fix(docs): simplify tolerance docstring examples in check_funcs.py#1254
Conversation
|
All commits in PR should be signed ('git commit -S ...'). See https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
|
@neeraj-bhadani-08 thank you for the PR. Before we merge you need to sign the commits so that they are verified. We won't be able to accept the PR otherwise: Generate gpg key and repush the commits: See: https://databrickslabs.github.io/dqx/docs/dev/contributing/#first-contribution |
316dec1 to
183b631
Compare
|
@neeraj-bhadani-08 i repushed your commit to have them signed. For future PRs, you need to sign commits with your GPG key. To set up GPG key in your Github account, follow these instructions. You can configure Git to sign all commits with your GPG key by default: git config --global commit.gpgsign true You can do the same in your IDE if you use git integration functionalities. More here: https://databrickslabs.github.io/dqx/docs/dev/contributing/#first-contribution |
Changes
Summary
abs_toleranceandrel_tolerancedocstring examples inis_equal_to,is_not_equal_to,compare_datasets, and_add_column_diffsto use inline prose instead of multi-line indented blocks.Example:withFor example,compare_datasets, and_add_column_diffsto use inline prose instead of multi-line indented blocks.Tests
Before change
After change