-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_pkgdown.yml
128 lines (127 loc) · 3.12 KB
/
_pkgdown.yml
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
url: https://zacdav-db.github.io/brickster/
template:
bootstrap: 5
title: brickster
navbar:
structure:
left: [intro, reference, articles]
right: [search, github]
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: 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: 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
- 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: Secrets
contents: starts_with("db_secrets", internal = TRUE)
- title: SQL Statement Execution
contents: starts_with("db_sql_exec", internal = TRUE)
- title: SQL Connector
contents:
- install_db_sql_connector
- db_sql_client
- DatabricksSqlClient
- 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: Workspaces
contents: starts_with("db_workspace", internal = TRUE)
- title: Request Helpers
contents:
- db_request
- db_perform_request
- 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