Has anyone used Great Expectations, how does it compare to other testing frameworks?
k
Kevin Kho
03/18/2022, 11:44 PM
Let’s see what the community has to say. Am curious too what people are using.
a
Anna Geller
03/19/2022, 12:49 AM
Great Expectations is quite focused on working in Jupyter notebooks. If you need some resources about alternatives to running GE in a Jupyter notebook, check out:
• Kevin's tutorial on Pandera -
Is there anyway to do a "cascade" drop with to_sql("replace")?
k
Kevin Kho
03/29/2022, 1:07 AM
With Pandas? What do you mean by cascade drop?
a
Anna Geller
03/29/2022, 9:37 AM
@Royzac I'd say Pandas
to_sql("replace")
is a convenience method if you need to get things into a DB table quickly. But if you already have a table design with foreign keys, you shouldn't use it - you can always use append to load to a temporary table and then execute a MERGE query.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.