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 0417571 commit 7c1eb3aCopy full SHA for 7c1eb3a
setup.cfg
@@ -20,6 +20,7 @@ classifiers =
20
# Map or URL names to links
21
# Github, PyPI and documentations urls should be added below
22
project_urls =
23
+ Documentation = https://docs.getdbt.com/reference/warehouse-profiles/oracle-profile
24
Source = https://github.com/oracle/dbt-oracle
25
Bug Tracker = https://github.com/oracle/dbt-oracle/issues
26
setup.py
@@ -35,6 +35,7 @@
35
]
36
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'
41
}
0 commit comments