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 ff4680a commit 3d3f696Copy full SHA for 3d3f696
_pkgdown.yml
@@ -94,12 +94,9 @@ reference:
94
- title: Secrets
95
contents: starts_with("db_secrets", internal = TRUE)
96
- title: SQL Statement Execution
97
- contents: starts_with("db_sql_exec", internal = TRUE)
98
-- title: SQL Connector
99
contents:
100
- - install_db_sql_connector
101
- - db_sql_client
102
- - DatabricksSqlClient
+ - db_sql_query
+ - starts_with("db_sql_exec", internal = TRUE)
103
- title: Tables (Unity Catalog)
104
105
- starts_with("db_uc_table", internal = TRUE)
0 commit comments