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

Conversation

gageorgiev
Copy link
Contributor

@gageorgiev gageorgiev commented Jun 7, 2022

This change introduces an example where the user deploys
three jobs: two of these write data from predefined
sources into a target database and the third read the data
and logs it.
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

@doks5 doks5 force-pushed the person/gageorgiev/airflow-example branch from 252e4c8 to f7081bc Compare June 14, 2022 11:58
@doks5 doks5 force-pushed the person/gageorgiev/airflow-example branch 8 times, most recently from 2800350 to 8bb52d1 Compare June 28, 2022 11:25
@doks5 doks5 marked this pull request as ready for review June 28, 2022 11:26
@doks5 doks5 force-pushed the person/gageorgiev/airflow-example branch from 8bb52d1 to a639046 Compare June 28, 2022 22:54
@doks5 doks5 changed the title versatile-data-kit: Airflow example versatile-data-kit: Airflow Documentation Jun 29, 2022
@doks5 doks5 force-pushed the person/gageorgiev/airflow-example branch from a639046 to 10e035c Compare June 29, 2022 11:07
gageorgiev and others added 4 commits June 29, 2022 14:45
Signed-off-by: Gabriel Georgiev <gageorgiev@vmware.com>
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>
Signed-off-by: Gabriel Georgiev <gageorgiev@vmware.com>
Signed-off-by: Andon Andonov <andonova@vmware.com>
@doks5 doks5 force-pushed the person/gageorgiev/airflow-example branch from 10e035c to 4a1d61c Compare June 29, 2022 11:45
@doks5 doks5 merged commit cf94bac into main Jun 29, 2022
@doks5 doks5 deleted the person/gageorgiev/airflow-example branch June 29, 2022 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants