Author: user

Docker : Cannot autolaunch D-Bus without X11 $DISPLAY – How to resolve

Here we are trying to have create a docker image for Airflow [airflow:2.3.1-python3.8 ]  Dockerfile has the following FROM apache/airflow:2.3.1-python3.8…

Continue Reading Docker : Cannot autolaunch D-Bus without X11 $DISPLAY – How to resolve
Snowflake

Snowflake : Redshift ST_DISTANCESPHERE, what is there in Snowflake

Snowflake does not have a direct equivalent to the ST_DISTANCESPHERE function. However, you can use the Haversine formula to calculate…

Continue Reading Snowflake : Redshift ST_DISTANCESPHERE, what is there in Snowflake

Docker : How to delete a Docker image

  First, list all the Docker images on your system to find the image you want to delete. Run the…

Continue Reading Docker : How to delete a Docker image