What's Changed
Added
- Added
Office365-REST-Python-Client
library torequirements
. - Added the
GetSalesQuotationData
view in theBusinessCore
source. - Added new ViewType
queue_interaction_detail_view
to Genesys. - Added new column
_viadot_source
to BigQuery extraction.
Changed
- Changed the flow name from
TransformAndCatalog
toTransformAndCatalogToLuma
. - Modified
add_viadot_metadata_columns
to apply a parameter source_name to the decorator for theto_df
function or function where the DataFrame is generated. - Changed the
SharepointToDF
task in order to implementadd_viadot_metadata_columns
with valuesource_name="Sharepoint"
after changes. - Changed
Mindful
credentials passed by theauth
parameter, instead of theheader
.
Shortcut
- Add
GetSalesQuotationData
to Bussines core by @angelika233 in #752 - Mindful auth by @Diego-H-S in #744
- ♻️ Changed _and_add_viadot_metadata_columns_decorator and aplied it t… by @adrian-wojcik in #758
- 🐛 Fixed bug in test after changing decorator by @adrian-wojcik in #760
- Genesys interaction view type by @Diego-H-S in #761
- Added Office365-REST-Python-Client to the requirements.txt by @burzekj in #753
- 📝 updated documentation by @angelika233 in #754
- ✨ Modify
TransformAndCatalog
flow by @Rafalz13 in #750 - Add
_viadot_source
column toBigQuery
by @Rafalz13 in #763 - Correct tests before release by @Rafalz13 in #764
- Release 0.4.20 PR by @Rafalz13 in #765
Full Changelog: v0.4.19...v0.4.20