{"id":19944400,"url":"https://github.com/dataform-co/dataform-fivetran-stripe","last_synced_at":"2025-05-03T16:31:07.593Z","repository":{"id":56374201,"uuid":"311958456","full_name":"dataform-co/dataform-fivetran-stripe","owner":"dataform-co","description":null,"archived":true,"fork":false,"pushed_at":"2023-08-14T08:36:28.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-01T13:42:05.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataform-co.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-11T12:03:30.000Z","updated_at":"2024-10-17T12:20:23.000Z","dependencies_parsed_at":"2024-11-13T00:20:51.681Z","dependency_job_id":"52078e5d-ffae-45d9-ad92-17645dc0c2a6","html_url":"https://github.com/dataform-co/dataform-fivetran-stripe","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataform-co%2Fdataform-fivetran-stripe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataform-co%2Fdataform-fivetran-stripe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataform-co%2Fdataform-fivetran-stripe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataform-co%2Fdataform-fivetran-stripe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataform-co","download_url":"https://codeload.github.com/dataform-co/dataform-fivetran-stripe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252216089,"owners_count":21713097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T00:20:33.085Z","updated_at":"2025-05-03T16:31:07.248Z","avatar_url":"https://github.com/dataform-co.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dataform-fivetran-stripe\n\nBETA package for transforming Stripe datasets managed by a Fivetran connector. An ERD of the source data is [here](https://docs.google.com/presentation/d/1nqPBWtH_h_8iVjF9-GselWhIyfLH7dgEk7P92s66eEc/edit).\n\n## Installation\n\nAdd the package to your `package.json` file in your Dataform project. You can find the most up to package version on the [releases page](https://github.com/dataform-co/dataform-fivetran-stripe/releases).\n\n## Configure the package\n\nCreate a new JS file in your `definitions/` folder and create the Fivetran Stripe tables as in the following example.\n\nBy default, the package will look for source data in the `fivetran_stripe` schema. If this is not where your Fivetran connector writes Stripe data to, you can override it when calling the package:\n\n```js\nconst fivetran_stripe = require(\"fivetran-stripe\");\n\nconst models = fivetran_stripe({\n  fivetranStripeSchema: \"stripe_fivetran\",\n  fivetranStripeDatabase: \"dataform-corp\",\n  tablePrefix: \"\",\n  stagingTablePrefix: \"\",\n  stagingSchema: \"fivetran_stripe_package_stg\",\n  usingSubscriptions: true,\n  usingInvoices: true,\n  usingPaymentMethod: true,\n  defaultConfig: {\n    schema: \"fivetran_stripe_package\",\n    tags: [\"fivetran_stripe\"],\n    type: \"table\",\n  },\n});\n```\n\n## Supported warehouses:\n\n- BigQuery\n- Snowflake\n- Redshift\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataform-co%2Fdataform-fivetran-stripe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataform-co%2Fdataform-fivetran-stripe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataform-co%2Fdataform-fivetran-stripe/lists"}