Skip to content
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

Merged
merged 4 commits into from
Jan 17, 2023

Conversation

sunank200
Copy link
Contributor

@sunank200 sunank200 commented Jan 16, 2023

Description

What is the current behavior?

  • Missing documentation and example DAG for Azure blob storage

closes: #1571

What is the new behavior?

  • Add the documentation and example DAG for Azure blob storage (non-native path)

Does this introduce a breaking change?

No

Checklist

  • Created tests which fail without the change (if possible)
  • Extended the README / documentation, if necessary

@codecov
Copy link

codecov bot commented Jan 16, 2023

Codecov Report

Base: 92.97% // Head: 92.97% // No change to project coverage 👍

Coverage data is based on head (e9d9001) compared to base (f11b021).
Patch has no changes to coverable lines.

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@utkarsharma2 utkarsharma2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sunank200 sunank200 force-pushed the azure-blob-storage-documentation branch from a0954f5 to e9d9001 Compare January 17, 2023 06:55
@sunank200 sunank200 merged commit bb9a636 into main Jan 17, 2023
@sunank200 sunank200 deleted the azure-blob-storage-documentation branch January 17, 2023 07:27
utkarsharma2 pushed a commit that referenced this pull request Jan 17, 2023
# 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
kaxil pushed a commit that referenced this pull request Jan 20, 2023
# 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the documentation and example DAG for Azure blob storage
3 participants