Skip to main content

Transform airflow Library

Project description

Transform Airflow

Install:

pip install transform-airflow

Available Operators:

  • MaterializeOperator
    • materialization_name: str
    • start_time: Optional[str]
    • end_time: Optional[str]
    • model_key_id: Optional[int]=None
    • output_table: Optional[str]=None
    • force: bool=False

Creating DAG:

from transform_airflow.operators import MaterializeOperator

# Init DAG
my_dag = DAG("my_dag_name")


# Associate task with DAG
op = MaterializeOperator(
  task_id=task_id,
  materialization_name="test",
  start_time="2021-01-01",
  end_time="2021-01-10",
)

# Perform any dependency structuring on tasks

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

transform-airflow-0.0.7.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page