TobikoData / sqlmesh

Efficient data transformation and modeling framework that is backwards compatible with dbt.
https://sqlmesh.com
Apache License 2.0
1.83k stars 161 forks source link

Chore: attempt to fix parametric kind unit test to fix CI #3404

Closed georgesittas closed 2 days ago

georgesittas commented 3 days ago

This test's broke CI in main, I think it's flaky. Thought I'd rewrite it into this one to see if tmp_path + write_text is the culprit. There was another similar one recently in Snowflake that was flaky because it was implemented similarly.