Du lette etter:

airflow python operator github

incubator-airflow/python_operator.py at master - GitHub
https://github.com › blob › operators
from airflow.utils.operator_helpers import context_to_airflow_vars. class PythonOperator(BaseOperator):. """ Executes a Python callable.
incubator-airflow/python_operator.py at master · uber-archive ...
https://github.com › blob › operators
Contribute to uber-archive/incubator-airflow development by creating an account on GitHub. ... incubator-airflow/airflow/operators/python_operator.py.
airflow_python_operator.py · GitHub
gist.github.com › lakshay-arora › 731507c8e98d5c4050
airflow_python_operator.py This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
airflow/python.py at main · apache/airflow - GitHub
https://github.com › blob › operators
:ref:`howto/operator:PythonOperator`. When running your callable, Airflow will pass a set of keyword arguments that can be used in your. function.
airflow-examples/example_python_operator.py at master
https://github.com › master › dags
Contribute to trbs/airflow-examples development by creating an account on GitHub. ... from airflow.operators import PythonOperator.
airflow-examples/example_python_operator.py at master - GitHub
github.com › dags › example_python_operator
50 lines (39 sloc) 1.18 KB. Raw Blame. Open with Desktop. View raw. View blame. from __future__ import print_function. from builtins import range. from airflow. operators import PythonOperator. from airflow. models import DAG.
airflow/example_python_operator.py at main · apache/airflow
https://github.com › example_dags
# under the License. """ Example DAG demonstrating the usage of the TaskFlow API to execute Python functions natively ...
airflow_python_operator.py · GitHub
https://gist.github.com/lakshay-arora/731507c8e98d5c4050ffb50cb3cc4409
airflow_python_operator.py This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Airflow PythonBranchOperator examples - gists · GitHub
https://gist.github.com › Benjamin...
GitHub Gist: instantly share code, notes, and snippets. ... from airflow.operators.python_operator import BranchPythonOperator, PythonOperator.
airflow/python_operator.py at main · apache/airflow · GitHub
github.com › airflow › operators
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows - airflow/python_operator.py at main · apache/airflow
airflow/python_operator.py at main · apache/airflow - GitHub
https://github.com › blob › operators
import warnings. from airflow.operators.python import ( # noqa. BranchPythonOperator,. PythonOperator,. PythonVirtualenvOperator,. ShortCircuitOperator,. ).
airflow/python_operator.py at main · apache/airflow · GitHub
https://github.com/apache/airflow/blob/main/airflow/operators/python...
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows - airflow/python_operator.py at main · apache/airflow
Apache Airflow - A platform to programmatically ... - GitHub
https://github.com › apache › airflow
Dynamic: Airflow pipelines are configuration as code (Python), allowing for dynamic pipeline generation. · Extensible: Easily define your own operators, ...
airflow-operator · GitHub Topics · GitHub
https://github.com/topics/airflow-operator?l=python
30.07.2021 · GitHub is where people build software. More than 65 million people use GitHub to discover, fork, and contribute to over 200 million projects.
GitHub - tomasfarias/airflow-dbt-python
https://github.com › tomasfarias
An Airflow operator and hook to interface with the dbt-core Python package. - GitHub - tomasfarias/airflow-dbt-python: An Airflow operator and hook to ...
airflow/example_python_operator.py at main - GitHub
https://github.com/.../airflow/example_dags/example_python_operator.py
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows - airflow/example_python_operator.py at main · apache/airflow
airflow/example_python_operator.py at main - GitHub
github.com › example_python_operator
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows - airflow/example_python_operator.py at main · apache/airflow
GitHub - apache/airflow: Apache Airflow - A platform to ...
github.com › apache › airflow
Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows. When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative. Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The ...
asdfgeoff/airflow-operators: A collection of useful ... - GitHub
https://github.com › asdfgeoff › air...
SQLTemplatedPythonOperator. This operator runs an arbitrary python function with a templated SQL file as input. Useful for implementing bespoke data quality ...
GitHub - apache/airflow: Apache Airflow - A platform to ...
https://github.com/apache/airflow
11.04.2016 · Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows. When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative. Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The ...