Skip to content

Commit

Permalink
Merge pull request #68 from fishtown-analytics/nice-to-haves
Browse files Browse the repository at this point in the history
Nice to haves
  • Loading branch information
jtcohen6 authored Jan 28, 2021
2 parents 9ed4b3d + 977edb5 commit 9d895a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Describe your changes, and why you're making them.
## Checklist
- [ ] I have verified that these changes work locally
- [ ] I have updated the README.md (if applicable)
- [ ] I have added tests & descriptions to my models (and macros if applicable)
- [ ] I have added an integration test for my fix/feature (if applicable)
4 changes: 4 additions & 0 deletions macros/common/stage_external_sources.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
{% endif %}

{% endfor %}

{% if sources_to_stage|length == 0 %}
{% do dbt_utils.log_info('No external sources selected') %}
{% endif %}

{% for node in sources_to_stage %}

Expand Down

0 comments on commit 9d895a1

Please sign in to comment.