You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please look at docs to see if there are other operators we should make Async (Principle - Only create Async operators for the “sync-version” of operators that do some level of polling; take more than a few seconds to complete) for the Azure Provider.
ADLSListOperator
AzureDataLakeStorageDeleteOperator
AzureDataLakeStorageListOperator
AzureDataExplorerQueryOperator
AzureBatchOperator
AzureContainerInstancesOperator
AzureCosmosInsertDocumentOperator
WasbDeleteBlobOperator
Acceptance Criteria:
Unit Tests coverage in the PR (80% Code Coverage -- We will need to add CodeCov separately to measure code cov) with all of them passing
Please look at docs to see if there are other operators we should make Async (Principle - Only create Async operators for the “sync-version” of operators that do some level of polling; take more than a few seconds to complete) for the Azure Provider.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: