Learning Apache Airflow

seeders: 1 leechers: 0 updated: 1 year ago
Added 2 years ago by freecoursewb in Other
Downloaded 9 times.
1337x.to
Learning Apache Airflow

Torrent Contents Size: 281 MB

Learning Apache Airflow
▼ show more 108 files
01 - An overview of Apache Airflow.mp4
MP4
6.5 MB
01 - An overview of Apache Airflow.srt
SRT
7.6 KB
01 - Apache Airflow concepts and architecture.mp4
MP4
8.5 MB
01 - Apache Airflow concepts and architecture.srt
SRT
9.8 KB
01 - Catch up with all previously scheduled runs.mp4
MP4
15.9 MB
01 - Catch up with all previously scheduled runs.srt
SRT
12.3 KB
01 - Introducing branching.mp4
MP4
11.3 MB
01 - Introducing branching.srt
SRT
9 KB
01 - Introducing the Python operator.mp4
MP4
6.9 MB
01 - Introducing the Python operator.srt
SRT
6.1 KB
01 - Navigating and exploring the Airflow UI.mp4
MP4
15.7 MB
01 - Navigating and exploring the Airflow UI.srt
SRT
12.6 KB
01 - Setting up the SQLite DB and connection.mp4
MP4
4.1 MB
01 - Setting up the SQLite DB and connection.srt
SRT
4.8 KB
01 - Specifying task dependencies.mp4
MP4
8.9 MB
01 - Specifying task dependencies.srt
SRT
6.9 KB
01 - Summary and next steps.mp4
MP4
2.1 MB
01 - Summary and next steps.srt
SRT
2.6 KB
02 - Backfill scheduled runs.mp4
MP4
8.4 MB
02 - Backfill scheduled runs.srt
SRT
5.5 KB
02 - Conditional branching with variables.mp4
MP4
15.4 MB
02 - Conditional branching with variables.srt
SRT
11.8 KB
02 - Creating your first DAG.mp4
MP4
12.5 MB
02 - Creating your first DAG.srt
SRT
9.3 KB
02 - Initial setup macOS and Windows.mp4
MP4
9.5 MB
02 - Initial setup macOS and Windows.srt
SRT
10.7 KB
02 - Introducing the SQLite operator.mp4
MP4
5.3 MB
02 - Introducing the SQLite operator.srt
SRT
4.4 KB
02 - Python operators and dependencies.mp4
MP4
7.5 MB
02 - Python operators and dependencies.srt
SRT
4.8 KB
02 - Using the Bitshift operators for dependency specification.mp4
MP4
10.8 MB
02 - Using the Bitshift operators for dependency specification.srt
SRT
8.8 KB
03 - Implementing a SQL-based DAG pipeline, part 1.mp4
MP4
8.6 MB
03 - Implementing a SQL-based DAG pipeline, part 1.srt
SRT
6.7 KB
03 - Passing parameters to Python callables.mp4
MP4
8.3 MB
03 - Passing parameters to Python callables.srt
SRT
5.9 KB
03 - Running your first DAG.mp4
MP4
12.1 MB
03 - Running your first DAG.srt
SRT
9.9 KB
03 - Task groups and edge labels.mp4
MP4
15.1 MB
03 - Task groups and edge labels.srt
SRT
11.4 KB
03 - Understanding Airflow configuration.mp4
MP4
12.5 MB
03 - Understanding Airflow configuration.srt
SRT
7.1 KB
03 - Using bash scripts in the DAG.mp4
MP4
9.3 MB
03 - Using bash scripts in the DAG.srt
SRT
8.3 KB
04 - Creating a DAG using the with keyword.mp4
MP4
4.7 MB
04 - Creating a DAG using the with keyword.srt
SRT
4.2 KB
04 - Implementing a SQL-based DAG pipeline, part 2.mp4
MP4
5.4 MB
04 - Implementing a SQL-based DAG pipeline, part 2.srt
SRT
4.2 KB
04 - Introducing XCom.mp4
MP4
9.1 MB
04 - Introducing XCom.srt
SRT
7.2 KB
04 - Running Airflow.mp4
MP4
5.7 MB
04 - Running Airflow.srt
SRT
6.3 KB
05 - Using XCom to pass values.mp4
MP4
15 MB
05 - Using XCom to pass values.srt
SRT
9.8 KB
06 - Implementing a data transformation DAG pipeline, part 1.mp4
MP4
16 MB
06 - Implementing a data transformation DAG pipeline, part 1.srt
SRT
11.2 KB
07 - Implementing a data transformation DAG pipeline, part 2.mp4
MP4
9.4 MB
07 - Implementing a data transformation DAG pipeline, part 2.srt
SRT
6.9 KB
Bonus Resources.txt
TXT
409.6 B
Get Bonus Downloads Here.url
URL
204.8 B
create_department_table.sql
SQL
102.4 B
create_employee_table.sql
SQL
204.8 B
cross_task_communication_01.py
PY
1.2 KB
cross_task_communication_02.py
PY
1.5 KB
demo01a_installing_airflow_macos.sh
SH
4.9 KB
demo01b_installing_airflow_windows.sh
SH
307.2 B
demo02_exploring_airflow_UI.sh
SH
2.6 KB
demo03_creating_our_first_DAG.sh
SH
5.2 KB
demo04_creating_DAG_with_multiple_tasks.sh
SH
8.2 KB
demo05_DAGs_using_python_operator.sh
SH
4.1 KB
demo10_taskgroups_and_edgelabels.sh
SH
5.2 KB
demo11_cron_catchup_backfill.sh
SH
7.4 KB
demo6_cross_task_communication.sh
SH
3.2 KB
demo7_python_pipeline.sh
SH
5 KB
demo8_sql_operators.sh
SH
11.1 KB
demo9_branching.sh
SH
7 KB
display_emp_dept.sql
SQL
102.4 B
execute_multiple_tasks_01.py
PY
716.8 B
execute_multiple_tasks_02.py
PY
1.3 KB
execute_multiple_tasks_03.py
PY
1.3 KB
execute_multiple_tasks_04.py
PY
1.3 KB
execute_python_operators_01.py
PY
614.4 B
execute_python_operators_02.py
PY
1.1 KB
execute_python_operators_03.py
PY
1 KB
executing_branching_01.py
PY
1.4 KB
executing_branching_02.py
PY
4.2 KB
executing_branching_pipeline.py
PY
3.3 KB
executing_cron_catchup_backfill_01.py
PY
1.4 KB
executing_cron_catchup_backfill_02.py
PY
1.5 KB
executing_cron_catchup_backfill_03.py
PY
1.5 KB
executing_python_pipeline_01.py
PY
716.8 B
executing_python_pipeline_02.py
PY
1.1 KB
executing_python_pipeline_03.py
PY
2.1 KB
executing_sql_pipeline_01.py
PY
921.6 B
executing_sql_pipeline_02.py
PY
2 KB
executing_sql_pipeline_03.py
PY
2.5 KB
filtered_by_region.csv
CSV
12.4 KB
grouped_by_region.csv
CSV
307.2 B
grouped_by_smoker.csv
CSV
102.4 B
insert_data_departments.sql
SQL
102.4 B
insert_data_employees.sql
SQL
204.8 B
insurance.csv
CSV
54.7 KB
join_table.sql
SQL
307.2 B
selected_cols.csv
CSV
25.8 KB
simple_hello_world_01.py
PY
614.4 B
simple_hello_world_02.py
PY
512 B
taskA.sh
SH
102.4 B
taskB.sh
SH
102.4 B
taskC.sh
SH
102.4 B
taskD.sh
SH
0 B
taskE.sh
SH
0 B
taskF.sh
SH
0 B
taskG.sh
SH
0 B
visualizing_taskgroup_and_label.py
PY
3.7 KB

Description

Related Torrents

Location

Trackers

Tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
udp://tracker.opentrackr.org:1337/announce
http://tracker.openbittorrent.com:80/announce
udp://opentracker.i2p.rocks:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://coppersurfer.tk:6969/announce
udp://tracker.zer0day.to:1337/announce
Torrent hash: