Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

versatile-data-kit: Airflow Documentation #857

Merged
merged 4 commits into from
Jun 29, 2022

Commits on Jun 29, 2022

  1. example airflow

    Signed-off-by: Gabriel Georgiev <gageorgiev@vmware.com>
    gageorgiev authored and doks5 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    cc5e2b4 View commit details
    Browse the repository at this point in the history
  2. versatile-data-kit: Airflow example

    This change introduces an example where the user deploys
    three jobs: two of these ingest data from predefined
    sources into a target database and the third aggregates
    parts of the data. The example also guides the user to
    instantiate an Airflow DAG which runs these jobs in a
    dependent manner, meaning that the two ingest jobs must
    pass successfully before the third job is ran.
    
    Signed-off-by: Gabriel Georgiev <gageorgiev@vmware.com>
    gageorgiev authored and doks5 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    fa750e2 View commit details
    Browse the repository at this point in the history
  3. extra

    Signed-off-by: Gabriel Georgiev <gageorgiev@vmware.com>
    gageorgiev authored and doks5 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    b314fc9 View commit details
    Browse the repository at this point in the history
  4. example: more changes

    Signed-off-by: Andon Andonov <andonova@vmware.com>
    doks5 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4a1d61c View commit details
    Browse the repository at this point in the history