astro-cli icon indicating copy to clipboard operation
astro-cli copied to clipboard

Apply Python naming convention to the example DAGs

Open BasPH opened this issue 2 years ago โ€ข 0 comments

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

BasPH avatar Aug 09 '22 20:08 BasPH