December 2, 2020 – December 9, 2020
Overview
Could not load contribution data
Please try again later
129 Pull requests merged by 28 people
-
Remove duplicate docs for check-hooks-apply pre-commit
#12973 merged
Dec 9, 2020 -
Update CI to run tests againt v2-0-test branch
#10891 merged
Dec 9, 2020 -
Updates providers versions to 1.0.0
#12955 merged
Dec 9, 2020 -
Update default versions v2-0-test in the 2.0 branch
#12962 merged
Dec 9, 2020 -
Remove unused pre-commit and Fix CI
#12964 merged
Dec 9, 2020 -
Don't reference sphinx airflow theme via `@` URL in requirements.
#12957 merged
Dec 9, 2020 -
Add DOCTYPE and lang attributes to HTML templates.
#12477 merged
Dec 9, 2020 -
Update version to 2.0.0
#12954 merged
Dec 9, 2020 -
Fix case of GitHub
#12950 merged
Dec 9, 2020 -
Clean up redirects.txt
#12948 merged
Dec 9, 2020 -
Fix return type in prev-date context variables
#12910 merged
Dec 9, 2020 -
Update theme to show hidden ToC in sidebar
#12949 merged
Dec 9, 2020 -
infer multiple_output from return type annotation
#10349 merged
Dec 9, 2020 -
Rename airflow.operators.dagrun_operator to airflow.operators.trigger_dagrun
#12933 merged
Dec 9, 2020 -
Upgrading to Airflow 2.0 doc
#12930 merged
Dec 9, 2020 -
Custom providers documentation
#12921 merged
Dec 9, 2020 -
Fix typos/spelling in docs
#12942 merged
Dec 9, 2020 -
Enhanced TaskFlow API tutorial to use @dag decorator
#12937 merged
Dec 9, 2020 -
Add explanation of the Presto Kerberos + SSL + snowflake problem
#12939 merged
Dec 9, 2020 -
Fix typo in setup.cfg
#12935 merged
Dec 9, 2020 -
Fixed failed pylint in master
#12938 merged
Dec 9, 2020 -
shorten pre-commit hook name re imports of provide_session etc
#12936 merged
Dec 9, 2020 -
Apply labels to Docker images in a single instruction
#12931 merged
Dec 9, 2020 -
Add Clarification to pod_template_file examples
#12932 merged
Dec 9, 2020 -
Fix typo in metrics doc
#12934 merged
Dec 9, 2020 -
Rename remaining Sensors to match AIP-21
#12927 merged
Dec 9, 2020 -
Simplify publishing of documentation
#12892 merged
Dec 9, 2020 -
Disable Pause/Unpause switch if user doesn't have edit access for DAG.
#12911 merged
Dec 8, 2020 -
Update doc to reflect the changes for DAG-Level access control
#12928 merged
Dec 8, 2020 -
Disable experimental REST API by default
#12337 merged
Dec 8, 2020 -
Move dummy_operator.py to dummy.py (#11178)
#11293 merged
Dec 8, 2020 -
Warning about unsafe migrations
#10254 merged
Dec 8, 2020 -
Increase timeout for SQLite tests to 80 minutes
#12926 merged
Dec 8, 2020 -
Rename remaing modules to match AIP-21
#12917 merged
Dec 8, 2020 -
Fix: Use "auto" instead of "scroll" to prevent visible (unused) scrollbars
#12923 merged
Dec 8, 2020 -
Add missing licences.
#12922 merged
Dec 8, 2020 -
Moved subdag_operator.py to subdag.py (#11178)
#11307 merged
Dec 8, 2020 -
Added documentation for Airflow Upgrade Check
#12872 merged
Dec 8, 2020 -
Collapse the importErrors pane by default
#12811 merged
Dec 8, 2020 -
Remove duplicate entry in Updating.md
#12919 merged
Dec 8, 2020 -
Adds predefined providers to install_requires.
#12916 merged
Dec 8, 2020 -
Add connection form support to provider discovery
#12558 merged
Dec 8, 2020 -
Update deprecation comments in setup.py
#12903 merged
Dec 8, 2020 -
Make xcom_pull results order deterministic
#12905 merged
Dec 8, 2020 -
Make sure perms list isn't None before looking within list.
#12915 merged
Dec 8, 2020 -
Builds prod images on DockerHub from packages
#12908 merged
Dec 8, 2020 -
Move branch_operator.py to branch.py
#12900 merged
Dec 8, 2020 -
Fix failing test in TestSchedulerJob
#12906 merged
Dec 8, 2020 -
Fix broken MySQL Migration
#12904 merged
Dec 8, 2020 -
Add docs for new scheduler "clean-up" tunables.
#12899 merged
Dec 8, 2020 -
Fix Multiple Migrations Heads
#12901 merged
Dec 8, 2020 -
Move task handlers guides to provider docs
#12826 merged
Dec 7, 2020 -
Minor changes in description of API docs
#12532 merged
Dec 7, 2020 -
Fix plugin macros not being exposed through airflow.macros
#12788 merged
Dec 7, 2020 -
Changes the type of source_code field in DagCode to MEDIUMTEXT
#12890 merged
Dec 7, 2020 -
Use consistent style for detecting current DB type in migrations
#12898 merged
Dec 7, 2020 -
Kubernetes worker pod doesn't use docker container entrypoint
#12766 merged
Dec 7, 2020 -
Make Migrations 1.10.14 Compatible
#12896 merged
Dec 7, 2020 -
Bugfix: Entrypoint Import Exception masked by attribute error
#12862 merged
Dec 7, 2020 -
BugFix: Improve support for special characters in DbApiHook.get_uri
#12775 merged
Dec 7, 2020 -
Refactor `@provide_session` to do less "at runtime"
#12868 merged
Dec 7, 2020 -
Fix: Adjust inner/nested radius to remove unwanted visual gap
#12887 merged
Dec 7, 2020 -
Update commands to verify singature and shasum for Providers
#12886 merged
Dec 7, 2020 -
Clarifies version args for installing 1.10 in Docker
#12875 merged
Dec 7, 2020 -
Remove first_task_scheduling_delay from Updating.md
#12885 merged
Dec 7, 2020 -
Adds airflow as viable docker command in official image
#12878 merged
Dec 7, 2020 -
Sync v1-10-stable and v1-10-test for 1.10.14rc4
#12884 merged
Dec 7, 2020 -
Sync v1-10-stable and v1-10-test for 1.10.14rc4
#12883 merged
Dec 7, 2020 -
Fix setup.py missing comma (1.10.14rc3)
#12880 merged
Dec 7, 2020 -
Show DAG serialization errors in the UI.
#12866 merged
Dec 7, 2020 -
Add start_date and end_date to DagRun View in UI
#12871 merged
Dec 7, 2020 -
Fix login error warning
#12846 merged
Dec 7, 2020 -
Remove old option - git_password from sensitive_config_values
#12821 merged
Dec 7, 2020 -
Fix links to moved production-deployment file
#12854 merged
Dec 7, 2020 -
Change the format for sha512 sum for releases
#12867 merged
Dec 6, 2020 -
Fix command for verifying signature
#12869 merged
Dec 6, 2020 -
Production images on CI are now built from packages
#12685 merged
Dec 6, 2020 -
Store per-task TIDeps in serialized blob
#12858 merged
Dec 6, 2020 -
Mark required fields in Forms as required
#12856 merged
Dec 6, 2020 -
Update changelog for 1.10.14
#12863 merged
Dec 6, 2020 -
Added reference to the 2.0 CLI commands in 1.10.14
#12864 merged
Dec 6, 2020 -
Quarantine test TestSchedulerJob.test_scheduler_task_start_date
#12860 merged
Dec 6, 2020 -
Bugfix: Unable to import Airflow plugins on Python 3.8
#12859 merged
Dec 6, 2020 -
Add missing crypto and s3 extras
#12850 merged
Dec 6, 2020 -
Add conditional version retrieval from setup.
#12853 merged
Dec 6, 2020 -
Build normal/backport providers based on correct list
#12848 merged
Dec 6, 2020 -
Fix Commands for Publishing constraints
#12800 merged
Dec 6, 2020 -
Build normal/backport providers based on correct list
#12842 merged
Dec 6, 2020 -
Updated based on new releases
#12847 merged
Dec 6, 2020 -
Fix doc preview error in editor for google operators doc
#10962 merged
Dec 6, 2020 -
Don't emit first_task_scheduling_delay metric for only-once dags
#12835 merged
Dec 5, 2020 -
Make `airflow --help` run five times quicker
#12836 merged
Dec 5, 2020 -
Add sensors section to describe different modes of sensors
#12803 merged
Dec 5, 2020 -
Add notes about PIP 20.3 breaking Airflow installation
#12840 merged
Dec 5, 2020 -
Increments number of providers detected and stop failing
#12841 merged
Dec 5, 2020 -
Fix docstring for models.Variable.get()
#12828 merged
Dec 5, 2020 -
Allow registering extra links for providers
#12472 merged
Dec 5, 2020 -
Add `-o` as short form option for `--output` in CLI
#12831 merged
Dec 5, 2020 -
Add Qliro to INTHEWILD.md
#12833 merged
Dec 5, 2020 -
Add paused column to `dags list` sub-command
#12830 merged
Dec 5, 2020 -
Fix for empty Graph View when task does not have a DAG during relationship setting
#12829 merged
Dec 5, 2020 -
Add Telegram hook and operator
#11850 merged
Dec 5, 2020 -
Configuration.getsection now copes with sections that only exist in user config
#12816 merged
Dec 5, 2020 -
Cleanup & improvements around scheduling
#12815 merged
Dec 5, 2020 -
Add more environment variables to configuration reference
#12820 merged
Dec 5, 2020 -
Dagrun object doesn't exist in the TriggerDagRunOperator
#12819 merged
Dec 5, 2020 -
Add 'headers' to template_fields in HttpSensor
#12809 merged
Dec 5, 2020 -
Fix paths to images in README.md
#12756 merged
Dec 4, 2020 -
Move secret backends guides to provider docs
#12798 merged
Dec 4, 2020 -
Add expandable groups in the docs build log
#12799 merged
Dec 4, 2020 -
Get airflow version from importlib.metadata rather than hard-coding
#12786 merged
Dec 4, 2020 -
Add more json-schema checks + display all errors
#12805 merged
Dec 4, 2020 -
Introducing smtp timeout and retry limit for SMTP email backend.
#12801 merged
Dec 4, 2020 -
Improve error handling in cli and introduce consistency
#12764 merged
Dec 4, 2020 -
Convert state values in ExternalTaskSensor to list
#12794 merged
Dec 4, 2020 -
Artifacts in Github Action have a short retention period
#12793 merged
Dec 4, 2020 -
Add documentation on AIRFLOW__{SECTION}__{KEY}_SECRET config
#12797 merged
Dec 4, 2020 -
Sync v1-10-stable with v1-10-test for Airflow 1.10.14rc1
#12787 merged
Dec 3, 2020 -
Clean noqa labels wrongly handled by black linter
#12791 merged
Dec 3, 2020 -
Avoid log spam & have more meaningful log when pull image in DockerOperator
#12763 merged
Dec 3, 2020 -
Prevent unused scrollbars from appearing in FF on Linux
#12795 merged
Dec 3, 2020 -
Fix the exception that the port is empty when using db shell
#12740 merged
Dec 3, 2020 -
Add missing coma in setup.py
#12790 merged
Dec 3, 2020 -
BugFix: Editing a DAG run or Task Instance on UI causes an Error
#12770 merged
Dec 3, 2020 -
Bugfix: Handle ParserError when dag is triggered with invalid execution_date
#12618 merged
Dec 3, 2020 -
Change DEBUG color to green in coloured logger
#12784 merged
Dec 3, 2020 -
Add back mistakenly removed scheduler command
#12779 merged
Dec 3, 2020 -
Fix typo in airflow/serialization/serialized_objects.py
#12767 merged
Dec 3, 2020 -
Create HostnameCallableRule to ease upgrade to Airflow 2.0
#12743 merged
Dec 3, 2020
28 Pull requests opened by 19 people
-
Add extended information about XCom backends in docs
#12768 opened
Dec 3, 2020 -
Fix bug about not work when updating start_date in default_args
#12778 opened
Dec 3, 2020 -
add exit code to cli command `airflow list_dags`
#12781 opened
Dec 3, 2020 -
This table represents the list of all alembic revisions until 2.0.0
#12792 opened
Dec 3, 2020 -
Add Apache Beam operators
#12814 opened
Dec 4, 2020 -
Removing redundant calls to session.commit()
#12822 opened
Dec 4, 2020 -
Enable to expand the key file path in ssh hooks
#12825 opened
Dec 5, 2020 -
Only trigger action 'Label when reviewed' for specific event type
#12845 opened
Dec 5, 2020 -
KubernetesPodOperator Guide
#12857 opened
Dec 6, 2020 -
Enable pylint rule to check for missing commas
#12882 opened
Dec 7, 2020 -
Add airflow __main__
#12889 opened
Dec 7, 2020 -
Check that needed (backport) providers are installed
#12902 opened
Dec 8, 2020 -
Add regional support to the workflow template methods.
#12907 opened
Dec 8, 2020 -
[Loki log handler] - Integration with Grafana Loki
#12925 opened
Dec 8, 2020 -
Add Version command for Upgrade Check
#12929 opened
Dec 8, 2020 -
Airflow 7044 - add ability to specify RSA public key in extra field of SSH connection.
#12944 opened
Dec 9, 2020 -
Fixed broken dependencies for apache-beam.
#12946 opened
Dec 9, 2020 -
Purge deleted files from S3 bucket
#12947 opened
Dec 9, 2020 -
Discussion: Use plain asserts in core tests.
#12951 opened
Dec 9, 2020 -
Add support for capacityProviderStrategy option in ECSOperator.
#12952 opened
Dec 9, 2020 -
Add more links to navbar for production docs
#12953 opened
Dec 9, 2020 -
Fix case of JavaScript
#12956 opened
Dec 9, 2020 -
Sync v1-10-stable and v1-10-test
#12958 opened
Dec 9, 2020 -
Fix spelling
#12961 opened
Dec 9, 2020 -
WIP - Remove unneeded words from the spelling wordlist
#12963 opened
Dec 9, 2020 -
Array declaration cannot be done inside function for DockerHub
#12967 opened
Dec 9, 2020 -
Remove unneeded parentheses from Python files
#12968 opened
Dec 9, 2020
56 Issues closed by 9 people
-
Airflow cluster Policy is not working in 1.10.10
#12972 closed
Dec 9, 2020 -
S3 Remote Logging not working
#12969 closed
Dec 9, 2020 -
Double check UPDATING.md for "2.0" doesn't include breaking changes in import paths
#10104 closed
Dec 9, 2020 -
Issue with Airflow 1.10.13, 2020-11-24 release
#12943 closed
Dec 9, 2020 -
Logging should work with Provider packages
#11432 closed
Dec 9, 2020 -
Remove or limit table of content at the main Airflow doc page
#12554 closed
Dec 9, 2020 -
Core operators/hooks import paths according to AIP-21
#11178 closed
Dec 9, 2020 -
Use type hints to indicate multiple return values when using @task
#8996 closed
Dec 9, 2020 -
Implement connection form support for Providers.
#11429 closed
Dec 9, 2020 -
Update TaskFlow API example to use `@dag` decorator
#12269 closed
Dec 9, 2020 -
Confusing pod template files
#11686 closed
Dec 9, 2020 -
Separate out documentation building and publishing per provider
#11423 closed
Dec 9, 2020 -
Documentation for our many products
#11152 closed
Dec 9, 2020 -
cannot import name 'resolve_types' from 'attr'
#12924 closed
Dec 8, 2020 -
Overflow/scrollbars visible on Firefox on Linux
#12834 closed
Dec 8, 2020 -
Grouping logs in Github Actions for DOCs is super slow (javascript in GA)
#12879 closed
Dec 8, 2020 -
Review and clarify licence/notice information
#11632 closed
Dec 8, 2020 -
Difference of extras Airflow 2.0 vs. Airflow 1.10
#12744 closed
Dec 8, 2020 -
Xcom_pull results order is not deterministic
#11858 closed
Dec 8, 2020 -
Make production image use provider packages to build for production.
#12261 closed
Dec 8, 2020 -
Add detailed documentation for scheduler "tuning" parameters
#12193 closed
Dec 8, 2020 -
Macros added through plugins can not be used within Jinja templates in Airflow 2.0
#12785 closed
Dec 7, 2020 -
Update source_code field of dag_code table to MEDIUMTEXT
#12776 closed
Dec 7, 2020 -
Kubernetes worker pod doesn't use docker container entrypoint, removing OpenShift support
#12602 closed
Dec 7, 2020 -
Webserver: The CSRF session token is missing.
#12891 closed
Dec 7, 2020 -
No Support for special Characters in Passwords for get_uri() method in DbApiHook
#12722 closed
Dec 7, 2020 -
1.10.14rc4 - missing airflow.__main__
#12888 closed
Dec 7, 2020 -
Describe how pip and versioning interacts with the provider versions.
#11879 closed
Dec 7, 2020 -
Dynamic DAG Workflow
#10408 closed
Dec 7, 2020 -
All "private" images and binaries used by Airflow should be manage by community
#9401 closed
Dec 7, 2020 -
Master 2.0.0-dev Docker, Editing Connections with SQLite crashes
#11193 closed
Dec 7, 2020 -
Add how-to Guide for Postgres operators #11917
#12758 closed
Dec 7, 2020 -
The README file in this repo has a bad link - [404:NotFound] "production-deployment.html"
#12852 closed
Dec 7, 2020 -
Source hash apache-airflow-1.10.13-bin.tar.gz.sha512 format is invalid
#12832 closed
Dec 6, 2020 -
Unable to import Airflow plugins
#12855 closed
Dec 6, 2020 -
Sensors in reschedule mode are not rescheduled
#12783 closed
Dec 6, 2020 -
Pip install breaks on S3 due to package mismatch error
#12824 closed
Dec 6, 2020 -
Docs around different execution modes for Sensor
#10816 closed
Dec 5, 2020 -
Implement Extra Links support for Provider packages.
#11431 closed
Dec 5, 2020 -
Graph View is empty when Operator has multiline string in args (v2.0)
#12757 closed
Dec 5, 2020 -
Telegram hook and operator
#11845 closed
Dec 5, 2020 -
dagrun object doesn't exist in the TriggerDagRunOperator
#12587 closed
Dec 5, 2020 -
Make headers templated in HttpSensor
#12796 closed
Dec 5, 2020 -
DAGs remain in the UI after they are deleted
#10427 closed
Dec 5, 2020 -
Pre-commit for JSON schema validation
#12358 closed
Dec 4, 2020 -
New Documentation link to the "directory" from generated documentation
#12553 closed
Dec 4, 2020 -
Task exited with return code Negsignal.SIGABRT
#12808 closed
Dec 4, 2020 -
ExternalTaskSensor fails with ValueError on state comparison
#12552 closed
Dec 4, 2020 -
Missing AIRFLOW__{SECTION}__{OPTION}__SECRET in environment variable reference
#12774 closed
Dec 4, 2020 -
Pip 20.3 released with new resolver
#12737 closed
Dec 3, 2020 -
DockerOperator causes log spam when pulling image
#12576 closed
Dec 3, 2020 -
Error in wheel metadata (requirements)
#12789 closed
Dec 3, 2020 -
Clicking Edit on TaskInstance Causes Crash
#12489 closed
Dec 3, 2020 -
Triggering a DAGRUN with invalid execution_date causes a ParserError in the REST API
#12616 closed
Dec 3, 2020 -
Create HostnameCallableRule to ease upgrade to Airflow 2.0
#11044 closed
Dec 3, 2020
40 Issues opened by 28 people
-
Document process for creating/setting up docker images for a new version/release stream
#12970 opened
Dec 9, 2020 -
Playback of the workflow statuses in the Graph View for a specific DAG run
#12965 opened
Dec 9, 2020 -
Skipped tasks deadlock when cleared
#12959 opened
Dec 9, 2020 -
Attempting to re-run githib action that failed leads to it being cancelled again.
#12945 opened
Dec 9, 2020 -
The scheduler does not appear to be running
#12941 opened
Dec 9, 2020 -
current orm query does not support sql server
#12940 opened
Dec 9, 2020 -
Integration with Grafana Loki
#12920 opened
Dec 8, 2020 -
Upgrade check: Check for spark-default connection
#12918 opened
Dec 8, 2020 -
dagrun_timeout doesn't kill task instances on timeout
#12912 opened
Dec 8, 2020 -
Quarantined Build is broken
#12909 opened
Dec 8, 2020 -
upgrade-check: Unnecessary recommendation to create pod_template_file?
#12897 opened
Dec 7, 2020 -
from airflow.operators.python import PythonOperator does not work
#12895 opened
Dec 7, 2020 -
Use DAG context in dag examples
#12894 opened
Dec 7, 2020 -
Snowflake python connector monkeypatches urllib and makes presto ssl unusable
#12881 opened
Dec 7, 2020 -
ImportError: cannot import name '_Union' from 'typing' (/usr/lib/python3.9/typing.py)
#12877 opened
Dec 7, 2020 -
Improve error message when template fields contain invalid entries
#12876 opened
Dec 7, 2020 -
Improve Testing on Windows OS
#12874 opened
Dec 7, 2020 -
add Neo4j provider
#12873 opened
Dec 7, 2020 -
Don't figerprint compiled asset files when `yarn dev` is run
#12865 opened
Dec 6, 2020 -
[QUARANTINE] TestSchedulerJob.test_scheduler_task_start_date
#12861 opened
Dec 6, 2020 -
Find a way to inform our users about deprecated extras
#12851 opened
Dec 6, 2020 -
Scheduler is slowly due to many local log files
#12849 opened
Dec 6, 2020 -
❗ PIP 20.3 breaks Airflow installation❗
#12838 opened
Dec 5, 2020 -
Missing docs about webserver_config.py
#12827 opened
Dec 5, 2020 -
DAG callback handling not working properly on simultaneous executions
#12823 opened
Dec 4, 2020 -
Don't have session.commit() when @provide_session decorator is used
#12818 opened
Dec 4, 2020 -
Add default conf to DAG definition to use in scheduled runs
#12817 opened
Dec 4, 2020 -
Attempting to read an xcom produced by KubernetesPodOperator results in UnicodeDecodeError
#12813 opened
Dec 4, 2020 -
Google OAUTH - Missing parameter: redirect_uri
#12812 opened
Dec 4, 2020 -
add weight_rule to config
#12807 opened
Dec 4, 2020 -
'NoneType' object has no attribute 'wait' with airflow db shell on SQLite
#12806 opened
Dec 4, 2020 -
Regional Dataproc Workflow Template Instantiate Fails
#12804 opened
Dec 4, 2020 -
Github Oauth issue
#12782 opened
Dec 3, 2020 -
K8S were not run on cli change
#12780 opened
Dec 3, 2020 -
It won't take effect when updating the start_date in the default_args
#12777 opened
Dec 3, 2020 -
Incomplete list of environment variables that override configuration
#12773 opened
Dec 3, 2020 -
Missing docs for deprecated configuration options
#12772 opened
Dec 3, 2020 -
Instrument Airflow with Opentracing/Opentelemetry
#12771 opened
Dec 3, 2020 -
Documentation needed for DB upgrade as part of 2.0
#12769 opened
Dec 3, 2020
111 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Installing packages in our CI uses constraints
#12693 commented on
Dec 9, 2020 • 24 new comments -
Fix race conditions in task callback invocations
#10917 commented on
Dec 9, 2020 • 12 new comments -
Support for sorting DAGs in the web UI
#11652 commented on
Dec 7, 2020 • 8 new comments -
Success call back function running twice
#12765 commented on
Dec 3, 2020 • 6 new comments -
Rewrite Breeze in Python
#12282 commented on
Dec 9, 2020 • 5 new comments -
Moved Contributors' Guide to CONTRIBUTING.rst file
#12617 commented on
Dec 6, 2020 • 5 new comments -
Scheduler not exiting after SIGTERM with KubeExecutor
#11982 commented on
Dec 7, 2020 • 4 new comments -
includes the STS token if STS credentials are used
#11227 commented on
Dec 9, 2020 • 4 new comments -
Enable SparkSqlHook to use supplied connections
#12710 commented on
Dec 6, 2020 • 4 new comments -
Copy of [AIRFLOW-5071] JIRA: Thousands of Executor reports task instance X finished (success) although the task says its queued. Was the task killed externally?
#10790 commented on
Dec 3, 2020 • 3 new comments -
Not able to delete the DAG from UI -
#11134 commented on
Dec 4, 2020 • 3 new comments -
JSON schema validation for airflow/config_templates/config.yml
#12357 commented on
Dec 4, 2020 • 3 new comments -
PapermillOperator does not take user defined macros
#12081 commented on
Dec 7, 2020 • 3 new comments -
DAG's parameter access_control is not refreshing in the UI
#8609 commented on
Dec 7, 2020 • 3 new comments -
Scheduler identifies a zombie AFTER a task has concluded successfully --> subsequently sets the task status to failed
#12396 commented on
Dec 7, 2020 • 3 new comments -
Kubernetes operator retry regression
#12111 commented on
Dec 8, 2020 • 3 new comments -
Network instabilities are able to freeze KubernetesJobWatcher
#12644 commented on
Dec 9, 2020 • 3 new comments -
Reinclude/Add a new Mesos Executor
#10977 commented on
Dec 7, 2020 • 3 new comments -
Airflow 11045 create stat name handler not supported rule
#11223 commented on
Dec 6, 2020 • 3 new comments -
Treat AirflowSensorTimeout as immediate failure without retrying
#12058 commented on
Dec 9, 2020 • 3 new comments -
Added support for DSS, ECDSA, and Ed25519 private keys in SSHHook
#12467 commented on
Dec 5, 2020 • 3 new comments -
AWS Hook - allow IDP HTTP retry (#12639)
#12712 commented on
Dec 7, 2020 • 3 new comments -
GCS to Presto transfer operator
#12246 commented on
Dec 4, 2020 • 2 new comments -
Error with installing airflow - ERROR: No matching distribution found for cattrs==1.1.1
#12711 commented on
Dec 5, 2020 • 2 new comments -
Use only single execution date in ExternalTaskSensor
#12577 commented on
Dec 5, 2020 • 2 new comments -
[QUARANTINE] The test_backfill_job.py causes resource (probably memory) exhaustion
#11495 commented on
Dec 7, 2020 • 2 new comments -
DAG action views should only show DAGs a user can edit
#12301 commented on
Dec 7, 2020 • 2 new comments -
Warnings about refusal to delete permissions on XComModelView
#10331 commented on
Dec 7, 2020 • 2 new comments -
Support to turn off the sql echo at logging in dbapi_hook
#11618 commented on
Dec 7, 2020 • 2 new comments -
New dag run / task state: disposed
#12199 commented on
Dec 8, 2020 • 2 new comments -
Support 'capacityProviderStrategy' option for ECSOperator
#8381 commented on
Dec 9, 2020 • 2 new comments -
Add list of prerequisites that new provider package should fulfill
#10386 commented on
Dec 9, 2020 • 2 new comments -
Add SQLExecuteQueryOperator operator
#10011 commented on
Dec 8, 2020 • 2 new comments -
Add extra links for google dataproc
#10343 commented on
Dec 9, 2020 • 2 new comments -
Change job submission template from underscores to dashes to conform with k8s naming convention for Dataproc on GKE
#11210 commented on
Dec 8, 2020 • 2 new comments -
Dont create duplicate dag file processors
#11875 commented on
Dec 7, 2020 • 2 new comments -
Add new datetime branch operator
#11964 commented on
Dec 6, 2020 • 2 new comments -
Add DBApiHook check for 2.0 migration
#12730 commented on
Dec 9, 2020 • 2 new comments -
Pod logs from KubernetesPodOperator occasionally get replaced with "Task is not able to run"
#9610 commented on
Dec 3, 2020 • 1 new comment -
State of this instance has been externally set to removed. Taking the poison pill.
#8087 commented on
Dec 3, 2020 • 1 new comment -
Operator for prometheus API interaction
#11549 commented on
Dec 3, 2020 • 1 new comment -
Add download function at gdrive hook
#10126 commented on
Dec 3, 2020 • 1 new comment -
Custom operator name field dont accept special characters
#9840 commented on
Dec 6, 2020 • 1 new comment -
max_active_runs = 1 can still create multiple active execution runs
#9975 commented on
Dec 6, 2020 • 1 new comment -
Create UsingSQLFromBaseHookRule to ease upgrade to Airflow 2.0
#11039 commented on
Dec 6, 2020 • 1 new comment -
Move relevant information from Contributor's Guildelines to CONTRIBUTING.rst
#10187 commented on
Dec 7, 2020 • 1 new comment -
Add how-to Guide for Postgres operators
#11917 commented on
Dec 7, 2020 • 1 new comment -
Airflow bash operator to log error when command exits with non zero exit code
#10976 commented on
Dec 7, 2020 • 1 new comment -
Improvements to the "Executor reports task instance finished (failed) although the task says its queued" exception messages
#9557 commented on
Dec 7, 2020 • 1 new comment -
Support AssumeRoleWithWebIdentity for AWS provider
#12035 commented on
Dec 7, 2020 • 1 new comment -
2.0.0b2: SQLAlchemy execute cannot be used while an asynchronous query is underway
#12410 commented on
Dec 7, 2020 • 1 new comment -
KubernetesPodOperator can't mount sercret as volume
#12760 commented on
Dec 7, 2020 • 1 new comment -
deleting airflow dag run will delete also the related task instances
#9271 commented on
Dec 7, 2020 • 1 new comment -
Kubernetes Executor: Logs in UI doesn't work with Elasticsearch stdout config
#10080 commented on
Dec 7, 2020 • 1 new comment -
DAGs remain in the UI after renaming the dag_id in the same python file
#11901 commented on
Dec 7, 2020 • 1 new comment -
Got a sqlite3.OperationalError while runing airflow scheduler
#12290 commented on
Dec 7, 2020 • 1 new comment -
MSSQLToBigQuery incorrect type conversion bit-->integer
#11874 commented on
Dec 8, 2020 • 1 new comment -
Serialized Dags with MySQL Latin1 encoded airflow db
#10954 commented on
Dec 8, 2020 • 1 new comment -
ECSOperator failed to display logs from Cloudwatch randomly
#11663 commented on
Dec 9, 2020 • 1 new comment -
Duplicate key value violates unique constraint "task_instance_pkey" error
#8181 commented on
Dec 9, 2020 • 1 new comment -
[AIRFLOW-8058] Add configurable execution context
#8651 commented on
Dec 7, 2020 • 1 new comment -
Changing from Resource to Client for EC2 and adding support for filters
#9011 commented on
Dec 6, 2020 • 1 new comment -
Support for set in XCom serialization (fix #8703)
#9847 commented on
Dec 8, 2020 • 1 new comment -
Improve compatibility with mssql
#9973 commented on
Dec 7, 2020 • 1 new comment -
Add DAG permissions based on DAG tags
#11260 commented on
Dec 6, 2020 • 1 new comment -
StatsD metrics have tags + generate reference docs
#12158 commented on
Dec 7, 2020 • 1 new comment -
Refactor SQL/BigQuery Check operators
#12677 commented on
Dec 3, 2020 • 1 new comment -
Adds Docs to compare SubDAGs and TaskGroups
#12741 commented on
Dec 9, 2020 • 1 new comment -
Currently we are working on ...
#10176 commented on
Dec 3, 2020 • 0 new comments -
Cloudwatch Logs Integration Does Not Write Logs With CeleryExecutor (2.0.0)
#12761 commented on
Dec 4, 2020 • 0 new comments -
Cannot write logs to volume not supporting unix-style permissions
#12669 commented on
Dec 4, 2020 • 0 new comments -
AttributeError In scheduler when dictionary is passed to executor_config(Kubernetes Executor)
#12418 commented on
Dec 4, 2020 • 0 new comments -
Argument image_pull_policy not applied inside KubernetesPodOperator
#11998 commented on
Dec 4, 2020 • 0 new comments -
Encountered an error "mysql: [ERROR] mysql: Empty value for'port' specified." using airflow db shell in breeze
#12739 commented on
Dec 4, 2020 • 0 new comments -
[QUARANTINE] test failing TestImpersonationWithCustomPythonPath.test_impersonation_custom
#11439 commented on
Dec 7, 2020 • 0 new comments -
[QUARANTINE] TestLocalTaskJob.test_localtaskjob_maintain_heart_rate failures
#11440 commented on
Dec 7, 2020 • 0 new comments -
[QUARANTINE] TestSchedulerJob.test_change_state_for_tis_without_dagrun failures
#11441 commented on
Dec 7, 2020 • 0 new comments -
[QUARANTINE] TestSchedulerJob.test_retry_handling_job failing
#11442 commented on
Dec 7, 2020 • 0 new comments -
[Quarantine] test_clear_multiple_external_task_marker timing out
#11443 commented on
Dec 7, 2020 • 0 new comments -
[QUARANTINE] TestSchedulerJobQueriesCount.test_process_dags_queries_count_02
#11454 commented on
Dec 7, 2020 • 0 new comments -
Scheduler Deadlock in tests for MySQL 5.7
#11543 commented on
Dec 7, 2020 • 0 new comments -
[QUARANTINE] TestSchedulerJob.test_no_orphan_process_will_be_left
#11571 commented on
Dec 7, 2020 • 0 new comments -
[QUARANTINE] test_serve_logs test is failing randomly on MySQL
#11962 commented on
Dec 7, 2020 • 0 new comments -
Build and publish API clients automatically
#9080 commented on
Dec 7, 2020 • 0 new comments -
Double check UPDATING.md for "2.0" doesn't include things already released
#9641 commented on
Dec 7, 2020 • 0 new comments -
Migration guide for Airflow 2.0
#10089 commented on
Dec 7, 2020 • 0 new comments -
Get the image approved as an "official Docker image"
#10107 commented on
Dec 7, 2020 • 0 new comments -
Flaky scheduler test
#11676 commented on
Dec 7, 2020 • 0 new comments -
Docker "read-only" repo with changes from Airflow pushed to it.
#11740 commented on
Dec 7, 2020 • 0 new comments -
[QUARANTINE] Failures of Core Test Task Instance tests due to a rogue dependency release
#11837 commented on
Dec 7, 2020 • 0 new comments -
Code Coverage is Broken
#12748 commented on
Dec 7, 2020 • 0 new comments -
Beginners documentation for data pipelines
#11208 commented on
Dec 7, 2020 • 0 new comments -
Documentation about loading packages in Python / Airflow
#8715 commented on
Dec 7, 2020 • 0 new comments -
Add docs around when to use TaskGroup vs SubDag and potentially listing PROs and CONS.
#12298 commented on
Dec 7, 2020 • 0 new comments -
[MariaDB] Scheduler deadlock with max_threads > 1
#11899 commented on
Dec 7, 2020 • 0 new comments -
Hive Operator mapred_job_name_template missing from config template
#9005 commented on
Dec 8, 2020 • 0 new comments -
TriggerDagOperator sometimes causes database to trigger UniqueViolation constraint
#8494 commented on
Dec 8, 2020 • 0 new comments -
Create a upgrade check rule to update `[scheduler] max_threads` config
#12672 commented on
Dec 8, 2020 • 0 new comments -
Add Doc page containing list of Alembic DB Migrations
#11989 commented on
Dec 9, 2020 • 0 new comments -
Prepare procedure of releasing sources and voting for provider packages.
#11466 commented on
Dec 9, 2020 • 0 new comments -
Describe provider versioning changes with semver
#11425 commented on
Dec 9, 2020 • 0 new comments -
Automate check for core-> providers deps
#11435 commented on
Dec 9, 2020 • 0 new comments -
Release Airflow 2.0
#10152 commented on
Dec 9, 2020 • 0 new comments -
AwsGlueCrawlerOperator
#9107 commented on
Dec 9, 2020 • 0 new comments -
Update example DAG files to latest syntax
#10285 commented on
Dec 9, 2020 • 0 new comments -
SnowflakeToS3Operator
#11332 commented on
Dec 8, 2020 • 0 new comments -
Log more types of errors when loading a DAG file to DB (POC)
#11960 commented on
Dec 9, 2020 • 0 new comments -
Contributor's Quick Guide
#12346 commented on
Dec 8, 2020 • 0 new comments -
Use new syntax for xcom pull in example dags
#12376 commented on
Dec 9, 2020 • 0 new comments -
Add upgrade check rule for unrecognized arguments to Operators
#12660 commented on
Dec 9, 2020 • 0 new comments -
feat: PodGenerator.construct_pod uses k8s `args` instead of `command`
#12762 commented on
Dec 3, 2020 • 0 new comments