Skip to content

Instantly share code, notes, and snippets.

@arimbr
Created August 15, 2023 20:19
Show Gist options
  • Select an option

  • Save arimbr/6ac8c26270bf6a01e45a74652353381d to your computer and use it in GitHub Desktop.

Select an option

Save arimbr/6ac8c26270bf6a01e45a74652353381d to your computer and use it in GitHub Desktop.
columns:
- name: activated_at
tests:
- not_null:
where: "user_status = 'activated'"
- name: payment_method
tests:
- accepted_values:
values: ['credit_card', 'gift_card']
where: "user_status = 'activated'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment