Package apache-airflow-providers-standard

Airflow Standard Provider

This is detailed commit list of changes for versions provider package: standard. For high-level changelog, see package information including changelog.

0.1.0

Latest change: 2025-02-18

Commit

Committed

Subject

fdbd68f02e

2025-02-18

TriggerDagRunOperator by defaults set logical date as null (#46633)

4d5846f58f

2025-02-16

Move provider_tests to unit folder in provider tests (#46800)

e027457a24

2025-02-15

Removed the unused provider's distribution (#46608)

3ad8787a3e

2025-02-13

AIP-82 Introduce 'BaseEventTrigger' as base class for triggers used with event driven scheduling (#46391)

035060d7f3

2025-02-11

AIP-83 amendment: Add logic for generating run_id when logical date is None. (#46616)

0047a6886a

2025-02-11

change listener API, add basic support for task instance listeners in TaskSDK, make OpenLineage provider support Airflow 3's listener interface (#45294)

8592188ac7

2025-02-11

Remove AirflowContextDeprecationWarning as all context should be clean for Airflow 3 (#46601)

4111a4c209

2025-02-10

Use run_id for ExternalDag and TriggerDagRun links (#46546)

9689cf5bb9

2025-02-07

refactor(utils/decorators): rewrite remove task decorator to use cst (#43383)

aaaea355d3

2025-02-06

Add dynamic task mapping into TaskSDK runtime (#46032)

e6ea6709bb

2025-02-04

Moving EmptyOperator to standard provider (#46231)

880b067668

2025-02-03

Add run_after column to DagRun model (#45732)

3ff4f2dc24

2025-02-03

Removing feature: send context in venv operators (using 'use_airflow_context') (#46306)

b4b6de3c46

2025-01-30

Remove import from MySQL provider tests in generic transfer test (#46274)

29b9e8ea10

2025-01-25

move standard, alibaba and common.sql provider to the new structure (#45964)

2193be2a5e

2025-01-22

Fix failures on main related to DagRun validation (#45917)

d1b2a44653

2025-01-21

Start porting mapped task to SDK (#45627)

f616c62209

2025-01-15

AIP-72: Support better type-hinting for Context dict in SDK  (#45583)

5597bb2961

2025-01-12

Remove code for deprecation of Context keys (#45585)

521410f03c

2025-01-09

AIP-72: Move non-user facing code to '_internal' (#45515)

04806231e4

2025-01-09

AIP-72: Add support for 'get_current_context' in Task SDK (#45486)

b703d53b77

2025-01-09

Move Literal alias into TYPE_CHECKING block (#45345)

b2a244bb13

2025-01-07

AIP-72: Add Taskflow API support & template rendering in Task SDK (#45444)

3873230a11

2024-12-26

Remove tuple_in_condition helpers (#45201)

0.0.3

Latest change: 2024-12-20

Commit

Committed

Subject

2723508345

2024-12-20

Prepare docs for Nov 1st wave of providers Dec 2024 (#45042)

2a33da0246

2024-12-18

Remove references to AIRFLOW_V_2_9_PLUS (#44987)

4b38bed76c

2024-12-16

Bump min version of Providers to 2.9 (#44956)

8af1bbdf25

2024-12-12

Remove Pydanitc models introduced for AIP-44 (#44552)

490b5e816b

2024-12-10

Consistent way of checking Airflow version in providers (#44686)

e03265bb56

2024-12-05

Correct new changelog breaking changes header (#44659)

8ca061ddf5

2024-12-03

Deferrable sensors can implement sensor timeout (#33718)

74ff524a6d

2024-12-02

Add missing changelog to breaking change for Standard provider breaking changes (#44581)

c44690c1c8

2024-12-01

Remove Provider Deprecations in Standard (#44541)

cbc287052e

2024-12-01

Remove AIP-44 code from renderedtifields.py (#44546)

62bac46822

2024-12-01

Remove AIP-44 from taskinstance (#44540)

57d109c8a6

2024-11-30

Move 'LatestOnlyOperator' operator to standard provider. (#44309)

ab2bd2d4a9

2024-11-28

Add import compatibility check (#44458)

e9f544cc3f

2024-11-28

Remove AIP-44 configuration from the code (#44454)

0c30c4d9af

2024-11-27

Move external task sensor to standard provider (#44288)

4404e64247

2024-11-25

Move triggers to standard provider (#43608)

0.0.2

Latest change: 2024-11-24

Commit

Committed

Subject

f0da8eeab3

2024-11-24

Prepare docs for Nov 2nd wave of ad hoc providers (#44321)

1275fec92f

2024-11-24

Use Python 3.9 as target version for Ruff & Black rules (#44298)

d0f433b024

2024-11-21

Fix TriggerDagRunOperator extra_link when trigger_dag_id is templated (#42810)

f05ce08362

2024-11-20

Move 'TriggerDagRunOperator' to standard provider (#44053)

36803b8bd9

2024-11-17

Move filesystem sensor to standard provider (#43890)

b6c75d2cd6

2024-11-17

update standard provider CHANGELOG.rst (#44110)

123dadda0e

2024-11-15

Rename execution_date to logical_date across codebase (#43902)

0.0.1

Latest change: 2024-11-14

Commit

Committed

Subject

a53d9f6d25

2024-11-14

Prepare docs for Nov 1st wave of providers (#44011)

2ef8438eec

2024-11-14

move version imports to inside utils (#44018)

e7194dff6a

2024-11-13

Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)

f757b87581

2024-11-11

update how to guide section with doc references (#43889)

084e29e9e2

2024-11-11

Add documentation to standard provider operators (#43716)

9bbf6f16f7

2024-11-09

Test standard provider with Airflow 2.8 and 2.9 (#43556)

5f9fdf016d

2024-11-05

add config section to standard provider docs index (#43674)

286075f059

2024-11-04

Add UV support to venv operators (#43612)

fe0dd9b8b3

2024-11-01

Switch PythonVirtualenvOperator to venv from virtualenv package (#43568)

dd7f669e6c

2024-10-31

Mark standard provider as ready for release (#43550)

0c9e159dc4

2024-10-31

Fix dependencies of standard provider (#43553)

06088a3abc

2024-10-31

Standard provider python operator (#42081)

4d54cda411

2024-10-24

Make conn id parameters templated in GenericTransfer and also allow passing hook parameters like in BaseSQLOperator (#42891)

0e112bf0e4

2024-10-24

BashOperator: Execute templated bash script as file (#42783)

2ed06d1e9f

2024-10-17

chore(docs): add required import of BranchDayOfWeekOperator (#43053)

420b24aa79

2024-10-10

Move Hooks to Standard provider (#42794)

857ca4c06c

2024-10-09

Split providers out of the main "airflow/" tree into a UV workspace project (#42505)

a5ffbbda17

2024-10-09

Standard provider bash operator (#42252)

48e39b927a

2024-10-02

Revert "Move FSHook/PackageIndexHook/SubprocessHook to standard provider (#42…" (#42659)

61d1dbbc7f

2024-10-01

Move FSHook/PackageIndexHook/SubprocessHook to standard provider (#42506)

4c2c4079d6

2024-09-21

remove time folder from standard provider (#42392)

20ea6b7598

2024-09-18

Airflow Standard Provider (#41564)

Was this entry helpful?