-
Notifications
You must be signed in to change notification settings - Fork 5
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
add env_property for minimize inspect stack calls #353
Conversation
✅ Linked to Bug TED-943 · Resolve lazy imports in Airflow |
Codecov ReportBase: 99.05% // Head: 99.02% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #353 +/- ##
==========================================
- Coverage 99.05% 99.02% -0.04%
==========================================
Files 123 123
Lines 6143 6152 +9
==========================================
+ Hits 6085 6092 +7
- Misses 58 60 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Looks Awesome!
@@ -38,174 +38,168 @@ | |||
|
|||
class MongoDBConfig: | |||
|
|||
@property | |||
def MONGO_DB_AUTH_URL(self) -> str: | |||
@env_property() |
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.
env == envious property?
Who is it envious on?
SonarCloud Quality Gate failed. |
No description provided.