Skip to content

Commit

Permalink
Update create-new-project.mdx (#6898)
Browse files Browse the repository at this point in the history
fix a typing mistake.
  • Loading branch information
frcode committed Mar 7, 2022
1 parent 9e1fa57 commit a242d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/create-new-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Inside of the directory `PROJECT_NAME/`, the following files and directories are
| `PROJECT_NAME/jobs/` | A Python package that contains JobDefinitions, which are built up from ops |
| `PROJECT_NAME/schedules/` | A Python package that contains ScheduleDefinitions, to trigger recurring job runs based on time |
| `PROJECT_NAME/sensors/` | A Python package that contains SensorDefinitions, to trigger job runs based on external state |
| `PROJECT_NAME/repository.py` | A Python module that contains a RepositoryDefinition, to specify which jbos, schedules, and sensors are available in your repository |
| `PROJECT_NAME/repository.py` | A Python module that contains a RepositoryDefinition, to specify which jobs, schedules, and sensors are available in your repository |

This file structure is a good starting point and suitable for most Dagster projects. As you build more and more jobs, you may eventually find your own way of structuring your code that works best for you.

Expand Down

1 comment on commit a242d6b

@vercel
Copy link

@vercel vercel bot commented on a242d6b Mar 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.