What's Changed
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 theCreateTableFromBlob
task. - Changed
requirements.txt
to level up version ofdbt-sqlserver
in order to fix the bug withMAXRECURSION
error in dbt_run.
Changed
- Changed
dbt-sqlserver
version togit+https://github.com/djagoda881/dbt-sqlserver.git@v1.3.latest_option_clause
.
Removed
- Removed
dbt-core==1.3.2
fromrequirements.txt
. - Removed copying files to conformed/ and operational/ directories when running
ADLSTOAzureSQL
flow.
Shortcut
- 🎨 Delete promote_to task from the flow by @malgorzatagwinner in #849
- changed upstream order for df_validation by @dominikjedlinski in #868
- 🐛 Changed dbt packages in requirements.txt by @adrian-wojcik in #855
- Fixed the
if_exists
parameter inCreateTableFromBlob
task by @Diego-H-S in #874 - ♻️ Changed credentials logic in sap_rfc to get credentials from KeyVault by @adrian-wojcik in #866
- Modify
TransformAndCatalogToLuma
process and commands by @Rafalz13 in #860 - 🐛 Fix bug related to logger.warning and tests in sap_rfc source by @adrian-wojcik in #890
- ♻️ Change
sap_credentials
variable tocredentials
by @adrian-wojcik in #891 - Release 0.4.26 PR by @Rafalz13 in #892
Full Changelog: v0.4.25...v0.4.26