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

Scheduling DAGs with @once - not supported #22

Open
SBurwash opened this issue Jun 10, 2022 · 0 comments
Open

Scheduling DAGs with @once - not supported #22

SBurwash opened this issue Jun 10, 2022 · 0 comments

Comments

@SBurwash
Copy link

Overview

Creating schedules with the @once interval aren't created.

Why would we want this

Create job that would be run at odd times (ex: full refresh, state clear or for dev purposes)

To reproduce

Create schedule with interval set to @once
Example:

- name: dbt-job
  extractor: tap-dummy
  loader: target-stitch
  transform: run
  interval: '@once'
  start_date: 2015-12-01 00:00:00

WIll result in the message No DAG created for schedule 'dbt-job' because its interval is set to @once.

Expected response

DAG get created

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant