Skip to content

Commit 75826ca

Browse files
committed
Removed linting
Added Changelog
1 parent 8a9785e commit 75826ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
**NOTE:** For CLI interfaces, we support SemVer approach. However, for API components we don't use SemVer as of now. This may lead to instability when using dbx API methods directly.
99

1010
[Please read through the Keep a Changelog (~5min)](https://keepachangelog.com/en/1.0.0/).
11+
12+
## [v0.0.21] - 2023-06-07
13+
### Fixed
14+
- infer datatypes from sequence_by to __START_AT, __END_AT for apply changes API
15+
### Modified
16+
- setup.py for version
17+
- removed git release tag from github actions
18+
1119
## [v0.0.2] - 2023-05-11
1220
### Added
1321
- Table properties support for bronze, quarantine and silver tables using create_streaming_live_table api call

src/dataflow_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import dlt
55
from pyspark.sql import DataFrame
66
from pyspark.sql.functions import expr
7-
from pyspark.sql.types import IntegerType, StructType, StructField
7+
from pyspark.sql.types import StructType, StructField
88

99
from src.dataflow_spec import BronzeDataflowSpec, SilverDataflowSpec, DataflowSpecUtils
1010
from src.pipeline_readers import PipelineReaders

0 commit comments

Comments
 (0)