Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 1.83 KB

dbt_sap version.version

Documentation

  • Added Quickstart model counts to README. (#10)
  • Corrected references to connectors and connections in the README. (#10)

dbt_sap v0.1.0

🎉 This is the initial release of this package! 🎉

📣 What does this dbt package do?

  • Provides recreations of the SAP extractor models to enable you to better understand your SAP data. The package achieves this by performing the following:
    • Brings in essential master attribute tables like Company Code (sap__0comp_code_attr), Customer Master (sap__0customer_attr), Employee (sap__0employee_attr), G/L Account Number (sap__0gl_account_attr), Material Data (sap__0material_attr), and Vendor Number (sap__0vendor_attr).
    • Brings in general ledger models like General Ledger: Balances, Leading Ledger (sap__0fi_gl_10) and Line Items Leading Ledger (sap__0fi_gl_14).
    • Brings in master text models like Company Code (sap__0comp_code_text), Company (sap__0company_text), and Vendor (sap__0vendor_text).
  • Produces modeled tables that leverage SAP data from Fivetran's SAP connectors, like LDP SAP Netweaver, HVA SAP ECC or SAP ERP on HANA and build off the output of our SAP source package.
  • Generates a comprehensive data dictionary of your source and modeled sap data through the dbt docs site.

For more information, refer to the README.