Skip to content

Commit

Permalink
📝 Updated Changelog before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafalz13 committed Apr 11, 2024
1 parent 36cc5ae commit 1937ebb
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Added option for sap_rfc connector to get credentials from Azure KeyVault or directly passing dictionary inside flow.

### Fixed

### Changed

### Removed


## [0.4.26] - 2024-04-11
### Added
- Added option for `SAP RFC` connector to get credentials from Azure KeyVault or directly passing dictionary inside flow.

### Fixed
- Fixed the `if_exists` parameter definition in the `CreateTableFromBlob` task.
- Changed `requirements.txt` to level up version of `dbt-sqlserver` in order to fix bug with `MAXRECURSION` error in dbt_run

- Changed `requirements.txt` to level up version of `dbt-sqlserver` in order to fix bug with `MAXRECURSION` error in dbt_run.

### Changed
- Changed `dbt-sqlserver` version to `git+https://github.com/djagoda881/dbt-sqlserver.git@v1.3.latest_option_clause`.

### Removed
- Removed `dbt-core==1.3.2` from `requirements.txt`
- Removed `dbt-core==1.3.2` from `requirements.txt`.
- Removed copying files to conformed/ and operational/ directories when running `ADLSTOAzureSQL` flow.

## [0.4.25] - 2024-01-30
### Added
Expand Down

0 comments on commit 1937ebb

Please sign in to comment.