Skip to content

Bug Fixes and Enhancements

Compare
Choose a tag to compare
@fivetran-joemarkiewicz fivetran-joemarkiewicz released this 17 Mar 20:24
dfb2766

🚨 This update introduces breaking changes: Output models are renamed to include a double underscore between the source name and the table name. For example, stg_stripe_balance_transactions.sql is now stg_stripe__balance_transactions.sql. Additionally, this release introduces custom schemas to output final models into a respective <target.schema>+_stripe schema. Refer to the ReadMe for more details. 🚨

The release also:

  • Introduces CircleCI testing
  • Minor documentation updates
  • Addresses Issue #3, Issue #5, and Issue #7. Updates from these issues resulted in renaming of fields. See below for exact updates:
model old name new name
stripe__balance_transactions payout_expeted_arrival_date payout_expected_arrival_date
stripe__daily_overview total_net_tranactions total_net_transactions
stripe__weekly_overview total_net_tranactions total_net_transactions
stripe__monthly_overview total_net_tranactions total_net_transactions
stripe__quarterly_overview total_net_tranactions total_net_transactions