We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needs to define The Fact Tables to store the data generated by the following queries:
The text was updated successfully, but these errors were encountered:
@dt2patel Below is the required schema based on the SQL query analysis
return_header.RETURN_ID
return_header.RETURN_DATE
return_header.RETURN_HEADER_TYPE_ID
return_header.DESTINATION_FACILITY_ID
return_header.RETURN_CHANNEL_ENUM_ID
return_item.RETURN_ITEM_SEQ_ID
return_item.RETURN_PRICE
return_item.STATUS_ID
return_item.PRODUCT_ID
Shopify_Return_Id
RET_PROMO_ADJ 'DISCOUNT' (return_adjustment)
RET_TAX_ADJ 'TOTAL_TAX_REFUND' (return_adjustment)
return_item.ORDER_ID
return_item.ORDER_ITEM_SEQ_ID
order_item.EXTERNAL_ID -- Currently not present in Fulfillment Fact
Sorry, something went wrong.
puru-khedre
No branches or pull requests
Needs to define The Fact Tables to store the data generated by the following queries:
The text was updated successfully, but these errors were encountered: