astro-cli
astro-cli copied to clipboard
Apply Python naming convention to the example DAGs
Description
I suggest applying Python's file naming conventions to the example DAGs. Python never uses hyphens, instead uses underscores to name everything. This PR renames the example DAG filenames.
๐ Issue(s)
Related #XXX
๐งช Functional Testing
Tested by running go build
and astro dev init
.
๐ธ Screenshots
Add screenshots to illustrate the validity of these changes.
๐ Checklist
- [ ] Rebased from the main (or release if patching) branch (before testing)
- [ ] Ran
make test
before taking out of draft - [ ] Ran
make lint
before taking out of draft - [ ] Added/updated applicable tests
- [ ] Tested against Astro-API (if necessary).
- [ ] Tested against Houston-API and Astronomer (if necessary).
- [ ] Communicated to/tagged owners of respective clients potentially impacted by these changes.
- [ ] Updated any related documentation