Skip to content

eogilvy12/stripe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe

A collection of SQL-based analytics for Stripe.

Usage

All data models are built to be compiled and run with dbt. Installation:

  1. Add this package as a dependency to your project and run dbt deps to download the latest source.
  2. Add the following configuration to your dbt_project.yml:
#don't duplicate this
models:                                     
  stripe:
    enabled: true
    materialized: view
    vars:
      #insert the location of your stripe_events table here as 'schema.table'
      events_table: 'stripe.stripe_events'  

Contributing

Contributions are welcome! To contribute:

  • fork this repo,
  • make and test changes, and
  • submit a PR.

All contributions must be widely relevant to Stripe customers and not contain logic specific to a given business.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PLSQL 100.0%