Files
genai-toolbox/docs/en/resources/tools/looker/looker-update-project-file.md
Yuan Teoh 735cb760ea docs: update long lines and tables (#1952)
Update long lines and tables formatting in markdown doc files.
2025-11-14 20:25:49 +00:00

1.4 KiB

title, type, weight, description, aliases
title type weight description aliases
looker-update-project-file docs 1 A "looker-update-project-file" tool updates the content of a LookML file in a project.
/resources/tools/looker-update-project-file

About

A looker-update-project-file tool updates the content of a LookML file.

It's compatible with the following sources:

looker-update-project-file accepts a project_id parameter and a file_path parameter as well as the new file content.

Example

tools:
    update_project_file:
        kind: looker-update-project-file
        source: looker-source
        description: |
          update_project_file Tool

          Given a project_id and a file path within the project, as well as the content
          of a LookML file, this tool will modify the file within the project.

          This tool must be called after the dev_mode tool has changed the session to
          dev mode.

Reference

field type required description
kind string true Must be "looker-update-project-file".
source string true Name of the source Looker instance.
description string true Description of the tool that is passed to the LLM.