-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: add missing imports for mwaa getting started docs #792
Conversation
To complete this tutorial, I added two import sentence - import os - from datetime import datetime
✅ Deploy Preview for sunny-pastelito-5ecb04 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #792 +/- ##
=======================================
Coverage 94.62% 94.62%
=======================================
Files 55 55
Lines 2419 2419
=======================================
Hits 2289 2289
Misses 130 130 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @Benjamin0313 for your contributing in fixing this, much appreciated!
Bug fixes * Fix disable event tracking throwing error by @jbandoro in #784 * Fix support for string path for LoadMode.DBT_LS_FILE and docs by @Flinz in #788 * Remove stack trace to disable unnecessary K8s error by @tatiana in #790 Others * Update examples to use the astro-runtime 10.0.0 by @RNHTTR in #777 * Docs: add missing imports for mwaa getting started by @Benjamin0313 in #792 * Refactor common executor constructors with test coverage by @jbandoro in #774 * pre-commit updates in #789
**Bug fixes** * Fix disable event tracking throwing error by @jbandoro in #784 * Fix support for string path for `LoadMode.DBT_LS_FILE` and docs by @Flinz in #788 * Remove stack trace to disable unnecessary K8s error by @tatiana in #790 **Others** * Update examples to use the astro-runtime 10.0.0 by @RNHTTR in #777 * Docs: add missing imports for mwaa getting started by @Benjamin0313 in #792 * Refactor common executor constructors with test coverage by @jbandoro in #774 * pre-commit updates in #789
## Description To complete this tutorial, I added two import sentence - import os - from datetime import datetime ## Related Issue(s) Nothing ## Breaking Change? Nothing ## Checklist - [x] I have made corresponding changes to the documentation (if required) - [x] I have added tests that prove my fix is effective or that my feature works
**Bug fixes** * Fix disable event tracking throwing error by @jbandoro in astronomer#784 * Fix support for string path for `LoadMode.DBT_LS_FILE` and docs by @Flinz in astronomer#788 * Remove stack trace to disable unnecessary K8s error by @tatiana in astronomer#790 **Others** * Update examples to use the astro-runtime 10.0.0 by @RNHTTR in astronomer#777 * Docs: add missing imports for mwaa getting started by @Benjamin0313 in astronomer#792 * Refactor common executor constructors with test coverage by @jbandoro in astronomer#774 * pre-commit updates in astronomer#789
Description
To complete this tutorial, I added two import sentence
Related Issue(s)
Nothing
Breaking Change?
Nothing
Checklist