You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command will read the dataform.json file, extract the schema information, and generate LookML view files in the my_looker_project/views directory.
39
39
40
40
#### Command Line Arguments
41
41
42
-
-`--source-path`: Path to the [Dataform compile model JSON file](https://cloud.google.com/dataform/docs/use-dataform-cli#view_compilation_output). This is a required argument.
42
+
-`--source-file-path`: Path to the [Dataform compile model JSON file](https://cloud.google.com/dataform/docs/use-dataform-cli#view_compilation_output). This is a required argument.
43
43
-`--target-dir`: Target directory for the output LookML files. Defaults to a folder called `views` in the current directory if not provided.
44
44
-`--tags`: List of tags to filter the models.
45
45
-`--verbose`: Enable verbose logging for debugging purposes.
@@ -60,14 +60,14 @@ File Saving: The generated LookML view files are saved to the specified target d
60
60
61
61
Generating the LookML Views using multiple tags. This will generate only the views for the models that match the tags.
0 commit comments