We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb947f commit 4c660a8Copy full SHA for 4c660a8
backend/parsers/windmill-parser-py-imports/src/mapping.rs
@@ -325,6 +325,7 @@ pub static FULL_IMPORTS_MAP: PyMap = phf_map! {
325
"azure.mgmt.nspkg" => "azure-mgmt-nspkg",
326
"azure.keyvault.secrets" => "azure-keyvault-secrets",
327
"azure.storage.blob" => "azure-storage-blob",
328
+ "azure.storage.filedatalake" => "azure-storage-file-datalake",
329
// Add new entry here ^
330
};
331
0 commit comments