Skip to content

Commit

Permalink
Merge pull request #752 from angelika233/bussines_core_GetSalesQuotat…
Browse files Browse the repository at this point in the history
…ionData

Bussines core get sales quotation data
  • Loading branch information
Rafalz13 authored Sep 26, 2023
2 parents 0b7f6b0 + 5b46a38 commit 087bf78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ sap_netweaver_rfc
# Databricks-connect

.databricks-connect
.dotnet
.dotnet
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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]
### Added
- Added `GetSalesQuotationData` view in `BusinessCore` source.

### Fixed

Expand Down
1 change: 1 addition & 0 deletions viadot/sources/business_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def to_df(self, if_empty: Literal["warn", "fail", "skip"] = "skip") -> pd.DataFr
"GetSalesInvoiceData",
"GetSalesReturnDetailData",
"GetSalesOrderData",
"GetSalesQuotationData",
]:
raise APIError(f"View {view} currently not available.")

Expand Down

0 comments on commit 087bf78

Please sign in to comment.