Skip to content

Commit

Permalink
Merge branch 'main' into Add-dbt-dlt-freshdesk-package
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes authored Dec 9, 2024
2 parents 7d6c93c + 5c07cc6 commit 649e4c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ _This checklist is a cut down version of the [best practices](../blob/main/packa
- [ ] The package disambiguates its resource names to avoid clashes with nodes that are likely to already exist in a project. For example, packages should not provide a model simply called `users`.

### Versioning
- [ ] (Required): The package's git tags validates against the regex defined in [version.py](/hubcap/version.py)
- [ ] (Required): The package's git tags validates against the regex defined in `hubcap/version.py` ([examples](https://regex101.com/r/OHA92c)).
- [ ] The package's version follows the guidance of Semantic Versioning 2.0.0. (Note in particular the recommendation for production-ready packages to be version 1.0.0 or above)
3 changes: 2 additions & 1 deletion hub.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"dlt-hub": [
"dbt_ga4",
"dlt-dbt-shopify",
"dlt-dbt-freshdesk"
"dlt-dbt-freshdesk",
"dlt-dbt-chess"
],
"EqualExperts": [
"dbt-unit-testing"
Expand Down

0 comments on commit 649e4c8

Please sign in to comment.