-
Notifications
You must be signed in to change notification settings - Fork 47
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 the example DAG for azure blob storage #1598
Conversation
Codecov ReportBase: 92.97% // Head: 92.97% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1598 +/- ##
=======================================
Coverage 92.97% 92.97%
=======================================
Files 90 90
Lines 4472 4472
Branches 444 444
=======================================
Hits 4158 4158
Misses 224 224
Partials 90 90 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.
LGTM
a0954f5
to
e9d9001
Compare
# Description ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> - Missing documentation and example DAG for Azure blob storage <!-- Issues are required for both bug fixes and features. Reference it using one of the following: closes: #ISSUE related: #ISSUE --> closes: #1571 ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Add the documentation and example DAG for Azure blob storage (non-native path) ## Does this introduce a breaking change? No ### Checklist - [x] Created tests which fail without the change (if possible) - [x] Extended the README / documentation, if necessary
# Description ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> - Missing documentation and example DAG for Azure blob storage <!-- Issues are required for both bug fixes and features. Reference it using one of the following: closes: #ISSUE related: #ISSUE --> closes: #1571 ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Add the documentation and example DAG for Azure blob storage (non-native path) ## Does this introduce a breaking change? No ### Checklist - [x] Created tests which fail without the change (if possible) - [x] Extended the README / documentation, if necessary (cherry picked from commit bb9a636)
Description
What is the current behavior?
closes: #1571
What is the new behavior?
Does this introduce a breaking change?
No
Checklist