Skip to content

Commit 69f390b

Browse files
misravedpskrbasu
authored andcommitted
Add support for Azure Blob Storage as an artifact source (#275)
1 parent 5e5b5ea commit 69f390b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

row_source/factory.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ func IsArtifactSource(sourceType string) bool {
117117
"aws_s3_bucket": {},
118118
"file": {},
119119
"gcp_storage_bucket": {},
120+
"azure_blob_storage": {},
120121
}
121122
_, ok := artifactSources[sourceType]
122123
return ok

0 commit comments

Comments
 (0)