We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300488c commit d6dd7a8Copy full SHA for d6dd7a8
setup.py
@@ -37,7 +37,8 @@
37
project_urls = {
38
'Documentation': 'https://docs.getdbt.com/reference/warehouse-profiles/oracle-profile',
39
'Source': 'https://github.com/oracle/dbt-oracle',
40
- 'Bug Tracker': 'https://github.com/oracle/dbt-oracle/issues'
+ 'Bug Tracker': 'https://github.com/oracle/dbt-oracle/issues',
41
+ 'CI': 'https://github.com/oracle/dbt-oracle/actions',
42
}
43
44
url = 'https://github.com/oracle/dbt-oracle'
0 commit comments