-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path_pkgdown.yml
More file actions
164 lines (164 loc) · 4.66 KB
/
_pkgdown.yml
File metadata and controls
164 lines (164 loc) · 4.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
url: https://databrickslabs.github.io/brickster/
template:
bootstrap: 5
light-switch: true
title: brickster
navbar:
structure:
left: [intro, reference, articles]
right: [search, github, lightswitch]
authors:
Zac Davies:
href: https://github.com/zacdav-db
Rafi Kurlansik:
href: https://www.linkedin.com/in/raphaelkurlansik/
Databricks:
href: https://www.databricks.com
html:
<img src='https://databricks.com/wp-content/uploads/2019/12/cropped-databricks-icon-192x192.png'
width='25' alt='Databricks'/>
development:
mode: auto
reference:
- title: Authentication
contents:
- db_host
- db_token
- db_wsid
- db_read_netrc
- db_current_user
- db_current_workspace_id
- db_current_cloud
- title: Catalogs (Unity Catalog)
contents:
- starts_with("db_uc_catalog", internal = TRUE)
- title: Clusters
contents:
- starts_with("db_cluster", internal = TRUE)
- get_and_start_cluster
- get_latest_dbr
- aws_attributes
- gcp_attributes
- azure_attributes
- cluster_autoscale
- dbfs_storage_info
- file_storage_info
- s3_storage_info
- cluster_log_conf
- docker_image
- init_script_info
- access_control_request
- access_control_req_user
- access_control_req_group
- title: Cluster Libraries
contents:
- starts_with("db_libs", internal = TRUE)
- wait_for_lib_installs
- title: Databricks Notebook Helpers
contents:
- in_databricks_nb
- title: DBFS
contents: starts_with("db_dbfs", internal = TRUE)
- title: Volume FileSystem
contents: starts_with("db_volume", internal = TRUE)
- title: Volumes (Unity Catalog)
contents: starts_with("db_uc_volume", internal = TRUE)
- title: Execution Contexts
contents: starts_with("db_context", internal = TRUE)
- title: Jobs
contents:
- starts_with("db_jobs", internal = TRUE)
- job_tasks
- job_task
- notebook_task
- spark_jar_task
- spark_python_task
- spark_submit_task
- pipeline_task
- python_wheel_task
- for_each_task
- condition_task
- sql_query_task
- sql_file_task
- run_job_task
- new_cluster
- libraries
- starts_with("lib_", internal = TRUE)
- email_notifications
- cron_schedule
- git_source
- title: Mlflow Model Registry
contents: starts_with("db_mlflow", internal = TRUE)
- title: R Library Management
contents:
- add_lib_path
- remove_lib_path
- title: Repos
contents: starts_with("db_repo", internal = TRUE)
- title: Schemas (Unity Catalog)
contents:
- starts_with("db_uc_schema", internal = TRUE)
- title: Secrets
contents: starts_with("db_secrets", internal = TRUE)
- title: SQL Queries
contents:
- starts_with("db_query", internal = TRUE)
- title: Tables (Unity Catalog)
contents:
- starts_with("db_uc_table", internal = TRUE)
- title: Lakebase
contents:
- starts_with("db_lakebase", internal = TRUE)
- title: Vector Search
contents:
- starts_with("db_vs", internal = TRUE)
- embedding_source_column
- is.embedding_source_column
- embedding_vector_column
- is.embedding_vector_column
- delta_sync_index_spec
- direct_access_index_spec
- is.vector_search_index_spec
- is.direct_access_index
- is.delta_sync_index
- title: Warehouses
contents:
- starts_with("db_sql", internal = TRUE)
- get_and_start_warehouse
- title: DBI Backend
desc: "Standard DBI interface for Databricks SQL warehouses"
contents:
- databricks-dbi
- DatabricksSQL
- matches("DatabricksDriver")
- matches("DatabricksConnection")
- matches("DatabricksResult")
- title: dbplyr Backend
desc: "dbplyr support for dplyr syntax with Databricks SQL"
contents:
- databricks-dbplyr
- sql_query_fields.DatabricksConnection
- sql_query_save.DatabricksConnection
- sql_table_analyze.DatabricksConnection
- sql_translation.DatabricksConnection
- copy_to.DatabricksConnection
- db_collect.DatabricksConnection
- dbplyr_edition.DatabricksConnection
- title: Workspaces
contents: starts_with("db_workspace", internal = TRUE)
- title: Request Helpers
contents:
- db_request
- db_perform_request
- db_perform_response
- db_req_error_body
- db_request_json
- title: Low Level Helpers
contents: starts_with("is.", internal = TRUE)
- title: Workspace Connection
contents:
- open_workspace
- close_workspace
- title: REPL
contents:
- db_repl