fivetran / dbt_github_source

Fivetran's GitHub source dbt package
https://fivetran.github.io/dbt_github_source/
Apache License 2.0
7 stars 13 forks source link

Release/v0.8.0 #39

Closed fivetran-catfritz closed 6 months ago

fivetran-catfritz commented 6 months ago

PR Overview

This PR will address the following Issue/Feature:

This PR will result in the following new package version:

Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:

🚨 Breaking Change 🚨

  • For consistency with other Fivetran packages, added default target schemas in dbt_project.yml. This is a breaking change since the model outputs will now be stored in a schema called <your target schema>_github by default. You will need to update any of your downstream use cases to point to the new schema.

Under the Hood:

  • Updated the maintainer PR template to the current format.
  • Incorporated the new fivetran_utils.drop_schemas_automation macro into the end of each Buildkite integration test job. (PR #49)
  • Updated the quickstart.yml file to allow for automated Quickstart data model deployments. (PR #51)

PR Checklist

Basic Validation

Please acknowledge that you have successfully performed the following commands locally:

Before marking this PR as "ready for review" the following have been applied:

Detailed Validation

Please share any and all of your validation steps:

Screenshot 2024-03-22 at 2 22 35 PM

Screenshot 2024-03-22 at 2 29 16 PM

If you had to summarize this PR in an emoji, which would it be?

:dancer: