File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
dbt_adbs_test_project/models
dbt/include/oracle/macros/materializations/incremental Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ pip install dbt-oracle
2222
2323Please 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
2733To 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+
Original file line number Diff line number Diff line change 187187 from {{ temp_relation }}
188188 )
189189 {%- endif -%}
190- {% endmacro %}
190+ {% endmacro %}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments