Skip to content

Commit

Permalink
Fix printing our the errors style
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Oct 15, 2023
1 parent 0ca5a2b commit 03acf0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/examples/spark_expectations_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,4 @@ def load_data2():
data = load_data2()
# end::run_validation_complex[]

spark.sql("SELECT * FROM local.3rd_fake_error").show(
truncate=300
)
spark.sql("SELECT * FROM local.3rd_fake_error").show(truncate=300)

0 comments on commit 03acf0d

Please sign in to comment.