-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86c1998
commit 3503ea8
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## v0.1.0 (2024-09-05) | ||
|
||
### Feat | ||
|
||
- add Iceberg writer with tests | ||
- add Sparkle class | ||
- add pyspark to dependencies. | ||
- **sources**: initialize the reader design. | ||
- **config**: initialize the application structure. | ||
|
||
### Fix | ||
|
||
- do not fail fast CI matrix | ||
- python version | ||
- devenv & python version | ||
- **config**: config implemnetation errors. | ||
|
||
### Refactor | ||
|
||
- ruff hints | ||
- Read source on reader initialization | ||
- **Sparkle**: to generate input configuration. | ||
- **Soruces**: to preserve typing, documentation and autocompletion. | ||
|
||
## 0.0.0 (2024-07-26) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.0" | ||
__version__ = "0.1.0" |