great-expectations / great_expectations_action

A GitHub Action that makes it easy to use Great Expectations to validate your data pipelines in your CI workflows.
MIT License
78 stars 12 forks source link

Create video script using a Superconductive example repo #70

Closed Aylr closed 3 years ago

Aylr commented 4 years ago

Rough story outline focusing on code change story that does something incorrect and we fix it.

  1. Create a SQL change
  2. Submit PR
  3. Action runs
  4. CI fails
  5. look at linked data docs
  6. Ooops! I did a cross join (or other realistic SQL error)
  7. Fix PR
  8. CI runs and succeeds!
  9. Profit

TODO