Author: user
Hive : How to preserve Hive metadata [Preserve the last DDL time for the table]
HOLD_DDLTIME The “last DDL time” refers to the timestamp of the most recent DDL (Data Definition Language) operation that was…
Google BigQuery vs. AWS Redshift vs. Snowflake: A Detailed Comparison
Cloud-based data warehousing has revolutionized the way organizations manage and analyze large datasets. Among the most popular cloud data warehouse…
GCP : Monitoring Google BigQuery Costs for Each SQL Query
Google BigQuery is a powerful tool for analyzing large datasets, but it’s also important to keep track of costs to…
GCP : Connecting Python to Google BigQuery
Google BigQuery is a web service from Google that is used for handling and analyzing big data. It’s part of…
ML : Convolutional Neural Network (CNN) : Most frequently asked questions
What is a Convolutional Neural Network (CNN) and how does it differ from other types of neural networks? A Convolutional…
Docker : Not able to access other website or git inside a docker ? Solved
Consider an example when you are trying to connect git within the dockerĀ The error message fatal: unable to access…
DNS resolution problem : Runner is unable to resolve the domain name ‘git.com’
When you are trying to run the job through the runner, the runner is unable to resolve the domain name…
Git : Understanding the gitlab-ci.yml File in GitLab
The gitlab-ci.yml file is a crucial component of GitLab’s continuous integration/continuous delivery (CI/CD) pipeline. It defines the stages, jobs, and…
Docker : Your authorization token has expired. Reauthenticate and try again – Solved
The error message “Your authorization token has expired. Reauthenticate and try again” suggests that your Docker login token for your…
Docker : Docker not able to connect to git , what could be the reason ?
If Docker is unable to connect to Git, there could be a variety of reasons for this. Here are some…