1313# limitations under the License.
1414
1515sources :
16- looker-dev- source :
16+ looker-source :
1717 kind : looker
1818 base_url : ${LOOKER_BASE_URL}
1919 client_id : ${LOOKER_CLIENT_ID:}
@@ -28,7 +28,7 @@ sources:
2828tools :
2929 health_pulse :
3030 kind : looker-health-pulse
31- source : looker-dev- source
31+ source : looker-source
3232 description : |
3333 This tool performs various health checks on a Looker instance.
3434
4949
5050 health_analyze :
5151 kind : looker-health-analyze
52- source : looker-dev- source
52+ source : looker-source
5353 description : |
5454 This tool calculates the usage statistics for Looker projects, models, and explores.
5555
6666
6767 health_vacuum :
6868 kind : looker-health-vacuum
69- source : looker-dev- source
69+ source : looker-source
7070 description : |
7171 This tool identifies and suggests LookML models or explores that can be
7272 safely removed due to inactivity or low usage.
8484
8585 dev_mode :
8686 kind : looker-dev-mode
87- source : looker-dev- source
87+ source : looker-source
8888 description : |
8989 This tool allows toggling the Looker IDE session between Development Mode and Production Mode.
9090 Development Mode enables making and testing changes to LookML projects.
9696
9797 get_projects :
9898 kind : looker-get-projects
99- source : looker-dev- source
99+ source : looker-source
100100 description : |
101101 This tool retrieves a list of all LookML projects available on the Looker instance.
102102 It is useful for identifying projects before performing actions like retrieving
@@ -111,7 +111,7 @@ tools:
111111
112112 get_project_files :
113113 kind : looker-get-project-files
114- source : looker-dev- source
114+ source : looker-source
115115 description : |
116116 This tool retrieves a list of all LookML files within a specified project,
117117 providing details about each file.
@@ -125,7 +125,7 @@ tools:
125125
126126 get_project_file :
127127 kind : looker-get-project-file
128- source : looker-dev- source
128+ source : looker-source
129129 description : |
130130 This tool retrieves the raw content of a specific LookML file from within a project.
131131
@@ -139,7 +139,7 @@ tools:
139139
140140 create_project_file :
141141 kind : looker-create-project-file
142- source : looker-dev- source
142+ source : looker-source
143143 description : |
144144 This tool creates a new LookML file within a specified project, populating
145145 it with the provided content.
@@ -156,7 +156,7 @@ tools:
156156
157157 update_project_file :
158158 kind : looker-update-project-file
159- source : looker-dev- source
159+ source : looker-source
160160 description : |
161161 This tool modifies the content of an existing LookML file within a specified project.
162162
@@ -172,7 +172,7 @@ tools:
172172
173173 delete_project_file :
174174 kind : looker-delete-project-file
175- source : looker-dev- source
175+ source : looker-source
176176 description : |
177177 This tool permanently deletes a specified LookML file from within a project.
178178 Use with caution, as this action cannot be undone through the API.
@@ -188,7 +188,7 @@ tools:
188188
189189 get_project_directories :
190190 kind : looker-get-project-directories
191- source : looker-dev- source
191+ source : looker-source
192192 description : |
193193 This tool retrieves the list of directories within a specified LookML project.
194194
@@ -200,7 +200,7 @@ tools:
200200
201201 create_project_directory :
202202 kind : looker-create-project-directory
203- source : looker-dev- source
203+ source : looker-source
204204 description : |
205205 This tool creates a new directory within a specified LookML project.
206206
@@ -215,7 +215,7 @@ tools:
215215
216216 delete_project_directory :
217217 kind : looker-delete-project-directory
218- source : looker-dev- source
218+ source : looker-source
219219 description : |
220220 This tool permanently deletes a specified directory within a LookML project.
221221
@@ -230,7 +230,7 @@ tools:
230230
231231 validate_project :
232232 kind : looker-validate-project
233- source : looker-dev- source
233+ source : looker-source
234234 description : |
235235 This tool checks a LookML project for syntax errors.
236236
@@ -245,7 +245,7 @@ tools:
245245
246246 get_connections :
247247 kind : looker-get-connections
248- source : looker-dev- source
248+ source : looker-source
249249 description : |
250250 This tool retrieves a list of all database connections configured in the Looker system.
251251
@@ -262,7 +262,7 @@ tools:
262262
263263 get_connection_schemas :
264264 kind : looker-get-connection-schemas
265- source : looker-dev- source
265+ source : looker-source
266266 description : |
267267 This tool retrieves a list of database schemas available through a specified
268268 Looker connection.
@@ -277,7 +277,7 @@ tools:
277277
278278 get_connection_databases :
279279 kind : looker-get-connection-databases
280- source : looker-dev- source
280+ source : looker-source
281281 description : |
282282 This tool retrieves a list of databases available through a specified Looker connection.
283283 This is only applicable for connections that support multiple databases.
@@ -292,7 +292,7 @@ tools:
292292
293293 get_connection_tables :
294294 kind : looker-get-connection-tables
295- source : looker-dev- source
295+ source : looker-source
296296 description : |
297297 This tool retrieves a list of tables available within a specified database schema
298298 through a Looker connection.
@@ -308,7 +308,7 @@ tools:
308308
309309 get_connection_table_columns :
310310 kind : looker-get-connection-table-columns
311- source : looker-dev- source
311+ source : looker-source
312312 description : |
313313 This tool retrieves a list of columns for one or more specified tables within a
314314 given database schema and connection.
@@ -327,7 +327,7 @@ tools:
327327
328328 get_lookml_tests :
329329 kind : looker-get-lookml-tests
330- source : looker-dev- source
330+ source : looker-source
331331 description : |
332332 Returns a list of tests which can be run to validate a project's LookML code and/or the underlying data, optionally filtered by the file id.
333333
@@ -348,7 +348,7 @@ tools:
348348
349349 run_lookml_tests :
350350 kind : looker-run-lookml-tests
351- source : looker-dev- source
351+ source : looker-source
352352 description : |
353353 This tool runs LookML tests in the project, filtered by file, test, and/or model. These filters work in conjunction (logical AND).
354354
@@ -372,7 +372,7 @@ tools:
372372
373373 create_view_from_table :
374374 kind : looker-create-view-from-table
375- source : looker-dev- source
375+ source : looker-source
376376 description : |
377377 This tool generates boilerplate LookML views directly from the database schema.
378378 It does not create model or explore files, only view files in the specified folder.
0 commit comments