ProjectFile

Version 4.0.24.6 (latest)
Datatype
Description
(object)
object
can
object
Operations the current user is able to perform on this object
id
string
An opaque token uniquely identifying a file within a project. Avoid parsing or decomposing the text of this token. This token is stable within a Looker release but may change between Looker releases
path
string
Path, file name, and extension of the file relative to the project root directory
title
string
Display name
type
string
File type: model, view, etc
extension
string
The extension of the file: .view.lkml, .model.lkml, etc
mime_type
string
File mime type
editable
boolean
State of editability for the file.
git_status
Status of the file according to git
Expand GitStatus definition...
action
string
Git action: add, delete, etc
conflict
boolean
When true, changes to the local file conflict with the remote repository
revertable
boolean
When true, the file can be reverted to an earlier state
text
string
Git description of the action