Commit 5782b23
authored
Release v0.4.1 (#93)
* Fixing ovewrite integration tests
([#92](#92)). A new
enhancement has been implemented for the `overwrite` feature's
integration tests, addressing a concern with write operations. Two new
variables, `catalog` and "schema", have been incorporated using the
`env_or_skip` function. These variables are utilized in the `save_table`
method, which is now invoked twice with the same table, once with the
`append` and once with the `overwrite` option. The data in the table is
retrieved and checked for accuracy after each call, employing the
updated `Row` class with revised field names `first` and "second",
formerly `name` and "id". This modification ensures the proper operation
of the `overwrite` feature during integration tests and resolves any
related issues. The commit message `Fixing overwrite integration tests`
signifies this change.1 parent 9a3517b commit 5782b23
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments