Skip to content

Tags: tisbert/incubator-airflow

Tags

1.8.0-docs

Toggle 1.8.0-docs's commit message
Adding .readthedocs.yml

1.8.0

Toggle 1.8.0's commit message
1.8.0 Release

1.8.0+apache.incubating

Toggle 1.8.0+apache.incubating's commit message
Also tag 1.8.0+apache.incubating

1.7.1.3

Toggle 1.7.1.3's commit message
Adding .readthedocs.yml to build docs for 1.7.1.3

1.7.1.3-docs

Toggle 1.7.1.3-docs's commit message
Adding .readthedocs.yml to build docs for 1.7.1.3

1.6.2-docs

Toggle 1.6.2-docs's commit message
Adding .readthedocs.yml to build versioned docs

airbnb_1.7.1rc14

Toggle airbnb_1.7.1rc14's commit message
Merge pull request apache#3 from airbnb/plypaul_disable_run_connectio…

…n_pool

Disable connection pool for `airflow run` commands

airbnb_1.7.1rc13

Toggle airbnb_1.7.1rc13's commit message
[AIRFLOW-243] Create NamedHivePartitionSensor

Closes apache#1593 from zodiac/create-NamedHivePartitionSensor

airbnb_1.7.1rc11

Toggle airbnb_1.7.1rc11's commit message
[AIRFLOW-160] Parse DAG files through child processes

Instead of parsing the DAG definition files in the same process as the
scheduler, this change parses the files in a child process. This helps
to isolate the scheduler from bad user code.

airbnb_1.7.1rc8

Toggle airbnb_1.7.1rc8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[AIRFLOW-244] Modify hive operator to inject analysis data

Testing Done:
Test dags were run as backfills on an Airbnb Airflow dev box.

This PR exposes task/dag id/run data through the HiveOperator for
ingestion by performance analysis tools like Dr. Elephant.

Closes apache#1607 from paulbramsen/paulbramsen/modify_hive_operator_to_inject_analysis_data