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

vdk-dag: add local executor #3097

Merged
merged 1 commit into from
Feb 10, 2024
Merged

vdk-dag: add local executor #3097

merged 1 commit into from
Feb 10, 2024

Conversation

antoniivanov
Copy link
Collaborator

In order to be able to test locally a full dag, we need a local executor which will run the data jobs locally.

The way it works user sets DAGS_JOB_EXECUTOR_TYPE=local and must ensure all jobs are at the same level as the DAG job or the current working directory in order to find them

@antoniivanov antoniivanov force-pushed the person/aivanov/dag branch 2 times, most recently from 8a326b6 to 5d3d2ea Compare February 9, 2024 15:16
Base automatically changed from person/aivanov/dag-auth to main February 9, 2024 15:16
@antoniivanov antoniivanov enabled auto-merge (squash) February 10, 2024 12:36
In order to be able to test locally a full dag, we need a local executor
which will run the data jobs locally.

The way it works user sets `DAGS_JOB_EXECUTOR_TYPE=local` and must
ensure all jobs are at the same level as the DAG job or the current
working directory in order to find them
@antoniivanov antoniivanov merged commit 7c993c9 into main Feb 10, 2024
7 of 8 checks passed
@antoniivanov antoniivanov deleted the person/aivanov/dag branch February 10, 2024 13:12
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.

4 participants