![]() |
Apache Airflow The Hands-On Guide - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: Apache Airflow The Hands-On Guide (/Thread-Apache-Airflow-The-Hands-On-Guide) |
Apache Airflow The Hands-On Guide - AD-TEAM - 02-08-2025 ![]() 3.48 GB | 20min 59s | mp4 | 1280X720 | 16:9 Genre:eLearning |Language:English
Files Included :
1 Important Prerequisites.mp4 (3.05 MB) 2 Course Objectives.mp4 (6.36 MB) 3 Who I am.mp4 (5.05 MB) 4 Development Environment.mp4 (2.56 MB) 5 A word for you.mp4 (4.12 MB) 1 What to expect from Airflow 2.mp4 (29.86 MB) 1 Introduction.mp4 (1 MB) 2 Why Airflow.mp4 (7.25 MB) 3 What is Airflow.mp4 (10.44 MB) 4 How Airflow works.mp4 (11.47 MB) 5 [Practice] Installing Airflow.mp4 (62.4 MB) 6 [Practice] Quick tour of Airflow UI.mp4 (45.17 MB) 7 [Practice] Quick tour of Airflow CLI.mp4 (7.98 MB) 8 [Practice] Controlling your DAGs with the CLI.mp4 (43.53 MB) 1 Introduction.mp4 (2.92 MB) 10 [Practice] Downloading the forex rates from the API - PythonOperator.mp4 (35.04 MB) 11 [Practice] Saving the forex rates in the HDFS - BashOperator.mp4 (33.18 MB) 12 [Practice] Creating the Hive table forex rates - HiveOperator.mp4 (39.8 MB) 13 [Practice] Processing the forex rates with Spark - SparkSubmitOperator.mp4 (42.6 MB) 14 [Practice] Sending an email notification - EmailOperator.mp4 (43.05 MB) 15 [Practice] Sending a Slack notification - SlackAPIPostOperator.mp4 (47.82 MB) 16 Operator Relationships and Bitshift Composition.mp4 (7.97 MB) 17 [Practice] Adding dependencies between tasks.mp4 (11.92 MB) 18 [Practice] The Forex Data Pipeline in action!.mp4 (26.55 MB) 2 Docker reminder.mp4 (22.77 MB) 3 Troubleshoot Docker performances on MacOS.mp4 (16.1 MB) 4 Project The Forex Data Pipeline.mp4 (13.64 MB) 5 What is a DAG.mp4 (17.92 MB) 6 [Practice] Defining your first DAG.mp4 (45.72 MB) 7 What is an Operator.mp4 (20.06 MB) 8 [Practice] Checking if the API is available - HttpSensor.mp4 (64.78 MB) 9 [Practice] Checking if the currency file is available - FileSensor.mp4 (49.44 MB) 1 Introduction.mp4 (2.43 MB) 10 How to structure your DAG folder.mp4 (18.72 MB) 11 [Practice] Organizing your DAGs folder.mp4 (54.24 MB) 12 [Practice] How the Web Server works.mp4 (43.66 MB) 13 How to deal with failures in your DAGs.mp4 (10.9 MB) 14 [Practice] Retry and Alerting.mp4 (90.38 MB) 15 How to test your DAGs.mp4 (21.13 MB) 16 [Practice] Unit testing your DAGs.mp4 (84.88 MB) 2 Start date and schedule interval parameters demystified.mp4 (22.95 MB) 3 [Practice] Manipulating the start date with schedule interval.mp4 (52.33 MB) 4 Backfill and Catchup.mp4 (11.93 MB) 5 [Practice] Catching up non triggered DAGRuns.mp4 (65.61 MB) 6 Dealing with timezones in Airflow.mp4 (24.01 MB) 7 [Practice] Making your DAGs timezone aware.mp4 (83.8 MB) 8 How to make your tasks dependent.mp4 (11.64 MB) 9 [Practice] Creating task dependencies between DagRuns.mp4 (65.29 MB) 1 Introduction.mp4 (4.12 MB) 10 [Practice] Sending tasks to a specific worker with Queues.mp4 (62.21 MB) 11 [Practice] Pools and priority weights Limiting parallelism - prioritizing tasks.mp4 (52.62 MB) 12 Kubernetes Reminder.mp4 (23.02 MB) 13 Scaling Airflow with Kubernetes Executors.mp4 (17.3 MB) 14 [Practice] Set up a 3 nodes Kubernetes Cluster with Vagrant and Rancher.mp4 (55.05 MB) 15 [Practice] Installing Airflow with Rancher and the Kubernetes Executor.mp4 (37.6 MB) 16 [Practice] Running your DAGs with the Kubernetes Executor.mp4 (47.36 MB) 2 Sequential Executor with SQLite.mp4 (12.55 MB) 3 Local Executor with PostgreSQL.mp4 (22.5 MB) 4 [Practice] Executing tasks in parallel with the Local Executor.mp4 (90.46 MB) 5 [Practice] Ad Hoc Queries with the metadata database.mp4 (72.66 MB) 6 Scale out Apache Airflow with Celery Executors and Redis.mp4 (17.24 MB) 7 [Practice] Set up the Airflow cluster with Celery Executors and Docker.mp4 (40.21 MB) 8 [Practice] Distributing your tasks with the Celery Executor.mp4 (50.36 MB) 9 [Practice] Adding new worker nodes with the Celery Executor.mp4 (123.52 MB) 1 Introduction.mp4 (2.77 MB) 10 How to share data between your tasks with XCOMs.mp4 (13.75 MB) 11 [Practice] Sharing (big) data with XCOMs.mp4 (54.65 MB) 12 TriggerDagRunOperator or when your DAG controls another DAG.mp4 (6.74 MB) 13 [Practice] Trigger a DAG from another DAG.mp4 (27.95 MB) 14 Dependencies between your DAGs with the ExternalTaskSensor.mp4 (13.86 MB) 15 [Practice] Make your DAGs dependent with the ExternalTaskSensor.mp4 (16.58 MB) 2 Minimising Repetitive Patterns With SubDAGs.mp4 (7.09 MB) 3 [Practice] Grouping your tasks with SubDAGs and Deadlocks.mp4 (61.4 MB) 4 Making different paths in your DAGs with Branching.mp4 (8.56 MB) 5 [Practice] Make Your First Conditional Task Using Branching.mp4 (64.24 MB) 6 Trigger rules for your tasks.mp4 (12.47 MB) 7 [Practice] Changing how your tasks are triggered.mp4 (60.93 MB) 8 Avoid hard coding values with Variables, Macros and Templates.mp4 (13.97 MB) 9 [Practice] Templating your tasks.mp4 (98.65 MB) 1 Introduction.mp4 (4.74 MB) 10 [Practice] Cleaning your AWS services.mp4 (11.23 MB) 2 Quick overview of AWS EKS.mp4 (11.47 MB) 3 [Practice] Set up an EC2 instance for Rancher.mp4 (35.97 MB) 4 [Practice] Create an IAM User with permissions.mp4 (9.69 MB) 5 [Practice] Create an ECR repository.mp4 (40.96 MB) 6 [Practice] Create an EKS cluster with Rancher.mp4 (24.09 MB) 7 How to access your applications from the outside.mp4 (10.58 MB) 8 [Practice] Deploy Nginx Ingress with Catalogs (Helm).mp4 (20.29 MB) 9 [Practice] Deploy and run Airflow with the Kubernetes Executor on EKS.mp4 (17.42 MB) 1 Introduction.mp4 (5.03 MB) 10 [Practice] Triggering alerts for Airflow with Grafana.mp4 (44.38 MB) 11 Airflow maintenance DAGs.mp4 (12.89 MB) 2 How the logging system works in Airflow.mp4 (11.38 MB) 3 [Practice] Setting up custom logging.mp4 (109.85 MB) 4 [Practice] Storing your logs in AWS S3.mp4 (68.12 MB) 5 Elasticsearch Reminder.mp4 (12.38 MB) 6 [Practice] Configuring Airflow with Elasticsearch.mp4 (83.74 MB) 7 [Practice] Monitoring your DAGs with Elasticsearch.mp4 (37.64 MB) 8 Introduction to metrics.mp4 (12.76 MB) 9 [Practice] Monitoring Airflow with TIG stack.mp4 (59.51 MB) 1 Introduction.mp4 (3.03 MB) 2 [Practice] Encrypting sensitive data with Fernet.mp4 (82.35 MB) 3 [Practice] Rotating the Fernet Key.mp4 (44.02 MB) 4 [Practice] Hiding variables.mp4 (10.64 MB) 5 [Practice] Password authentication and filter by owner.mp4 (48.03 MB) 6 [Practice] RBAC UI.mp4 (66.99 MB)] Screenshot ![]() |