Posts by Gizélly • 117 points
4 posts
-
0
votes1
answer95
viewsA: Docker - No module named 'Azure.Storage'; 'Azure' is not a package
I imported the and uuid before and everything worked out! See more in Micorsoft import os, uuid from azure.storage.blob import BlobServiceClient, BlobClient, ContainerClient, __version__…
-
0
votes1
answer95
viewsQ: Docker - No module named 'Azure.Storage'; 'Azure' is not a package
I’m having problems importing the Azure-Storage-blob package into an Apache-Airflow container. My image: My running container: I installed Azure-Storage-blob but when executing a script, an error…
-
0
votes1
answer41
viewsA: Why can’t I see my dags?
1 - In the folder where your Docker-Compose file is, create a folder called Dags and place your Dags inside this folder. 2 - In Docker-Compose, in volumes, share the standard Airflow folder with…
-
-1
votes1
answer41
viewsQ: Why can’t I see my dags?
With this Docker-Compose I run my local images on Windows. version: "3.7" x-airflow-environment: &airflow-environment AIRFLOW__CORE__AIRFLOW_HOME: /usr/local/airflow AIRFLOW__CORE__DAGS_FOLDER:…