Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not emit AIR301 with deprecated schedule arg
When a deprecated schedule argument is found on a DAG, it is more appropriate to emit an AIR302 to signify a rename, instead of telling the user to add a 'schedule' argument (which won't work unless they also remove the deprecated argument).
- Loading branch information