Skip to content

Commit 1e2db1c

Browse files
committed
Updated Readme and added newlines in missing files
1 parent 11695ff commit 1e2db1c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ pip install dbt-oracle
2222

2323
Please refer to the [Oracle setup on dbt docs website][1] for documentation.
2424

25+
## Help
26+
27+
Questions can be asked either in [db-oracle community Slack channel][6] or in [GitHub Discussions][7]
28+
29+
Bugs reports or feature requests can be raised in [GitHub Issues][8]
30+
2531
## Sample project
2632

2733
To get started, a sample dbt project can be found in the directory [/dbt_adbs_test_project][5].
@@ -42,3 +48,7 @@ dbt-oracle is licensed under Apache 2.0 License which you can find [here][4].
4248
[3]: https://github.com/oracle/dbt-oracle/blob/main/SECURITY.md
4349
[4]: https://github.com/oracle/dbt-oracle/blob/main/LICENSE.txt
4450
[5]: https://github.com/oracle/dbt-oracle/tree/main/dbt_adbs_test_project
51+
[6]: https://getdbt.slack.com/archives/C01PWH4TXLY
52+
[7]: https://github.com/oracle/dbt-oracle/discussions
53+
[8]: https://github.com/oracle/dbt-oracle/issues
54+

dbt/include/oracle/macros/materializations/incremental/strategies.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@
187187
from {{ temp_relation }}
188188
)
189189
{%- endif -%}
190-
{% endmacro %}
190+
{% endmacro %}

dbt_adbs_test_project/models/us_product_delete_insert.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ WHERE sales.prod_id=products.prod_id AND sales.cust_id=customers.cust_id
4040

4141
{% endif %}
4242

43-
GROUP BY prod_name, channel_desc, calendar_month_desc
43+
GROUP BY prod_name, channel_desc, calendar_month_desc

0 commit comments

Comments
 (0)