Skip to content

Commit

Permalink
Add new fields for ADLS destination (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-aleksandrboldyrev authored Oct 26, 2023
1 parent 85c9d94 commit 5858c5c
Show file tree
Hide file tree
Showing 3 changed files with 575 additions and 484 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/fivetran/go-fivetran/compare/v0.7.12...HEAD)
## [Unreleased](https://github.com/fivetran/go-fivetran/compare/v0.7.13...HEAD)

## [0.7.13](https://github.com/fivetran/go-fivetran/compare/v0.7.12...v0.7.13)

## Added

Added fields to support Azure Data Lake Storage:
- `DestinationConfig.storageAccountName`
- `DestinationConfig.containerName`
- `DestinationConfig.tenantId`
- `DestinationConfig.clientId`
- `DestinationConfig.secretValue`

## [0.7.12](https://github.com/fivetran/go-fivetran/compare/v0.7.11...v0.7.12)

Expand Down
Loading

0 comments on commit 5858c5c

Please sign in to comment.