apache-airflow-providers-standard 0.0.3rc2__py3-none-any.whl → 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of apache-airflow-providers-standard might be problematic. Click here for more details.
- airflow/providers/standard/LICENSE +0 -52
- airflow/providers/standard/__init__.py +1 -1
- airflow/providers/standard/get_provider_info.py +5 -5
- airflow/providers/standard/operators/bash.py +7 -9
- airflow/providers/standard/operators/datetime.py +5 -1
- airflow/providers/standard/operators/empty.py +39 -0
- airflow/providers/standard/operators/generic_transfer.py +5 -1
- airflow/providers/standard/operators/latest_only.py +7 -2
- airflow/providers/standard/operators/python.py +38 -61
- airflow/providers/standard/operators/trigger_dagrun.py +27 -31
- airflow/providers/standard/operators/weekday.py +7 -3
- airflow/providers/standard/sensors/bash.py +5 -1
- airflow/providers/standard/sensors/date_time.py +5 -1
- airflow/providers/standard/sensors/external_task.py +13 -16
- airflow/providers/standard/sensors/filesystem.py +5 -1
- airflow/providers/standard/sensors/python.py +5 -1
- airflow/providers/standard/sensors/time.py +5 -1
- airflow/providers/standard/sensors/time_delta.py +19 -6
- airflow/providers/standard/sensors/weekday.py +5 -1
- airflow/providers/standard/triggers/external_task.py +41 -46
- airflow/providers/standard/triggers/file.py +57 -3
- airflow/providers/standard/utils/python_virtualenv_script.jinja2 +0 -24
- airflow/providers/standard/utils/sensor_helper.py +9 -13
- {apache_airflow_providers_standard-0.0.3rc2.dist-info → apache_airflow_providers_standard-0.1.0.dist-info}/METADATA +10 -27
- apache_airflow_providers_standard-0.1.0.dist-info/RECORD +38 -0
- apache_airflow_providers_standard-0.0.3rc2.dist-info/RECORD +0 -37
- {apache_airflow_providers_standard-0.0.3rc2.dist-info → apache_airflow_providers_standard-0.1.0.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_standard-0.0.3rc2.dist-info → apache_airflow_providers_standard-0.1.0.dist-info}/entry_points.txt +0 -0
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
airflow/providers/standard/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
|
|
2
|
-
airflow/providers/standard/__init__.py,sha256=7xjlCm_uBI1B243SyffXc0anoeeYs1L6c_9QpMYIu7I,1495
|
|
3
|
-
airflow/providers/standard/get_provider_info.py,sha256=EAPNVxKWMCxuD34bbulSxl2Hwm9T4RI_R2PEIxC4-5M,4890
|
|
4
|
-
airflow/providers/standard/version_compat.py,sha256=aHg90_DtgoSnQvILFICexMyNlHlALBdaeWqkX3dFDug,1605
|
|
5
|
-
airflow/providers/standard/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
6
|
-
airflow/providers/standard/hooks/filesystem.py,sha256=fDZwW_EYD8z1QXnReqI7gIwSbDPZNTKtqQvgktiP02o,2870
|
|
7
|
-
airflow/providers/standard/hooks/package_index.py,sha256=U7_s_02-wwz9kTkzKr3JAhVQj2spuntWd_GmjfpV-y4,3769
|
|
8
|
-
airflow/providers/standard/hooks/subprocess.py,sha256=GAmdF69jwUcpc7DH5I42GnJRs6NMQvHwFhimWpIdTU4,4920
|
|
9
|
-
airflow/providers/standard/operators/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
10
|
-
airflow/providers/standard/operators/bash.py,sha256=qWI1shelOoqp9EwaGygGT7WjtlVijksiJ8dLswLCpyI,13827
|
|
11
|
-
airflow/providers/standard/operators/datetime.py,sha256=3ArdXBAiolyrjLZP9VX4zD4OCWUcdxAOWst7f4IcD0k,4587
|
|
12
|
-
airflow/providers/standard/operators/generic_transfer.py,sha256=V9aJ9PtSETWpKXUsAHbqpJPlb-PJ4EN3sXKDrDQ8tvE,5085
|
|
13
|
-
airflow/providers/standard/operators/latest_only.py,sha256=GoKSEL4-RvfBYy4IPh2N5AlEGdEgLLLfr8JJoPVkfhw,3100
|
|
14
|
-
airflow/providers/standard/operators/python.py,sha256=4BpckIfmrOLYwgeh2rWS4-rJbKFjc7btmbgufGLFyqg,51151
|
|
15
|
-
airflow/providers/standard/operators/trigger_dagrun.py,sha256=z1n2SmdjqY_jSQtar3p3rADwPrnjazeUow_ymTuUEy8,12574
|
|
16
|
-
airflow/providers/standard/operators/weekday.py,sha256=f_Qjqsb00YhtDSb329aPmjZi6bR4EZTmhvvluCexGDE,4641
|
|
17
|
-
airflow/providers/standard/sensors/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
18
|
-
airflow/providers/standard/sensors/bash.py,sha256=rjbO7Ws30RwDZiVdjx8YRyS6M1ahiZu3dB_bUSrUfTs,4863
|
|
19
|
-
airflow/providers/standard/sensors/date_time.py,sha256=Ip_b71Jvg2XbtDEGSLwjrXot0eH5hzW_kIaUw8MyaSU,5915
|
|
20
|
-
airflow/providers/standard/sensors/external_task.py,sha256=712t5usCJUDSCMLwQVTlVa8JeIh-0mr5YbMU-tAFrdg,23895
|
|
21
|
-
airflow/providers/standard/sensors/filesystem.py,sha256=I07SglZP88Ozx1uwQF_Mx7E2DouMXxyeT9mqodPOzhI,5867
|
|
22
|
-
airflow/providers/standard/sensors/python.py,sha256=iljexBkGJ6spV2Z4POSt-Xm1Fw2DdbAb12vYKTmwzVo,3243
|
|
23
|
-
airflow/providers/standard/sensors/time.py,sha256=OaOnLdgLyeTVsQShrveOFu3a-5LwyZC5g_4pIK7HRKU,4845
|
|
24
|
-
airflow/providers/standard/sensors/time_delta.py,sha256=8AEy6KHw-HcMyVkKG_-ecZHLVEjXBOonKzEplCBcjB0,5491
|
|
25
|
-
airflow/providers/standard/sensors/weekday.py,sha256=f1uwCSvA4tibz88JKsij1zRieHcbTF2N4OT5GQumbaU,3722
|
|
26
|
-
airflow/providers/standard/triggers/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
27
|
-
airflow/providers/standard/triggers/external_task.py,sha256=bQhytwt2wRRYdORif9si7s9XDqHGdiFGastsYY0eDrI,8750
|
|
28
|
-
airflow/providers/standard/triggers/file.py,sha256=9oMhY06TCcBkVTs5ECtK1jfgXvJLt8cigpOW7Rvr7YM,2925
|
|
29
|
-
airflow/providers/standard/triggers/temporal.py,sha256=Aub7Cp3HsPdeardF2jp-Z5nIRwzqtK9-aOlWtfKQfcg,4809
|
|
30
|
-
airflow/providers/standard/utils/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
31
|
-
airflow/providers/standard/utils/python_virtualenv.py,sha256=FR3241l5Obuo2BBwwBs-s87pRpCLyJnh3sUtHxrgRuM,7759
|
|
32
|
-
airflow/providers/standard/utils/python_virtualenv_script.jinja2,sha256=9e1HklZicK_QYqYbmHAJTHxSMzDIEFBIW265Z7uKSHg,3212
|
|
33
|
-
airflow/providers/standard/utils/sensor_helper.py,sha256=RYoe1hOdwtlG9xL3DnjN-j00HLLC4iYnuZtnfzB-ou4,4570
|
|
34
|
-
apache_airflow_providers_standard-0.0.3rc2.dist-info/entry_points.txt,sha256=mW2YRh3mVdZdaP5-iGSNgmcCh3YYdALIn28BCLBZZ40,104
|
|
35
|
-
apache_airflow_providers_standard-0.0.3rc2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
|
36
|
-
apache_airflow_providers_standard-0.0.3rc2.dist-info/METADATA,sha256=SxKw2LiTKluXz_sYwTA3eG2Jgm74b2evQuGwCQD7d44,4852
|
|
37
|
-
apache_airflow_providers_standard-0.0.3rc2.dist-info/RECORD,,
|
|
File without changes
|