Skip to content

Commit

Permalink
Merge pull request #8 from dagster-io/workingdir
Browse files Browse the repository at this point in the history
[easy] update README for cloud CI/CD working directory
  • Loading branch information
gibsondan authored Jan 18, 2022
2 parents 4e11046 + b148b73 commit 34dd15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ Each location specified in the `locations.yaml` can have the following propertie
| `package_name` | Installed Python package containing the [Dagster Repository](https://docs.dagster.io/concepts/repositories-workspaces/repositories). Can alternatively use `python_file` or `module_name`. |
| `module_name` | Python module containing the [Dagster Repository](https://docs.dagster.io/concepts/repositories-workspaces/repositories). Can alternatively use `python_file` or `package_name`. |
| `python_file` | Python file containing the [Dagster Repository](https://docs.dagster.io/concepts/repositories-workspaces/repositories). Can alternatively use `package_name` or `module_name`. |
| `working_directory` | (Optional) Working directory to use for importing Python modules when loading the repository. Can only be used with `python-file`. |
| `executable_path` | (Optional) Path to reach the executable to use for the Python environment to load the repostiroy. Defaults to the installed `dagster` command-line entry point. |
| `working_directory` | (Optional) Working directory to use for importing Python modules when loading the repository. |
| `executable_path` | (Optional) Path to reach the executable to use for the Python environment to load the repository. Defaults to the installed `dagster` command-line entry point. |
| `attribute` | (Optional) Specifies either a repository or a function that returns a repository. Can be used when the code contains multiple repositories but only one should be included. |
| `base_image` | If the build directory only contains a `requirements.txt` file and no `Dockerfile`, specifies the base Docker image to use to build the code location. |
| `target` | If providing a multistage `Dockerfile`, can be used to specify the [target stage](https://docs.docker.com/develop/develop-images/multistage-build/) to build. |
Expand Down

0 comments on commit 34dd15d

Please sign in to comment.