Author: user
Python : Python script to find all files with a specific extension in a given folder, and do a find and replace
In this article, we will guide you through writing a Python script to find all files with a .sh extension…
Stealthy Scripting: Mastering Password Protection Techniques in Shell Scripts
Secure handling of sensitive information, such as passwords, is a crucial aspect of shell scripting. Especially in scenarios where shell…
Harnessing the Power of Shell Scripting: Connecting to MySQL, Fetching, and Displaying Results
Shell scripting allows you to automate a wide range of tasks on Unix-like operating systems. Among the diverse functionalities, it…
Shell Script Magic: Streamlining Keyword Replacement Across Files in Directories and Subdirectories
Shell scripting is a versatile tool that automates tasks in Linux and Unix-like operating systems. One such task is to…
Airflow : From Console to Airflow: Triggering DAG Runs via Command Line
In Apache Airflow, directed acyclic graphs (DAGs) are typically scheduled and executed automatically according to their schedule_interval. However, there might…
Airflow : Channeling Results from Remote Script Execution to Airflow Logs : Bridging the Gap
Apache Airflow is a highly versatile platform for managing complex workflows, including the ability to trigger scripts on remote servers….
Airflow : Triggering Python or Shell Scripts on a Remote Server Using Airflow
In this article, we will provide a detailed, step-by-step guide on how to trigger a Python or shell script on…
DBT : Leveraging DBT Macros : Macro that dynamically adjusts the S3 bucket path
Leveraging DBT Macros for Environment-Specific S3 Bucket Paths: A Detailed Guide Data analytics is all about working smart, not just…
PySpark : Converting Decimal to Integer in PySpark: A Detailed Guide
One of PySpark’s capabilities is the conversion of decimal values to integers. This conversion is beneficial when you need to…
PySpark : A Comprehensive Guide to Converting Expressions to Fixed-Point Numbers in PySpark
Among PySpark’s numerous features, one that stands out is its ability to convert input expressions into fixed-point numbers. This feature…