Skip to content

Commit

Permalink
Cleanup readme after automating package dag validation (#126)
Browse files Browse the repository at this point in the history
The version will now be automatically resolved and
downloaded hence specifying dependencies manually is
not supported anymore
  • Loading branch information
stijndehaes authored Jul 9, 2024
1 parent 5d07cc7 commit aa2335e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package/alert/{{ cookiecutter.package_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ Start using this template as follows:
- create a trial version of your package: `conveyor package trail --version 0.0.1`
- test your package code in a Conveyor project:
- create a sample project in your package directory: `conveyor project create --name testproject`. For more details look [here](https://docs.conveyordata.com/how-to-guides/conveyor-packages/best-practices)
- add the package dependency in your `.conveyor/project.yaml` with content:
```yaml
dependencies:
packages:
- name: <packagename>
versions: [0.0.1]
```
- build and deploy your project to an environment: `conveyor project build && conveyor project deploy --env <some-environment>`.
If you are developing Airflow tasks in your package, you can also use `conveyor run` to test them.
- trigger the `example-dag-alert-simple-callback` or the `example-dag-alert-complex-callback` dag in Airflow
Expand Down

0 comments on commit aa2335e

Please sign in to comment.