We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Creating schedules with the @once interval aren't created.
@once
Create job that would be run at odd times (ex: full refresh, state clear or for dev purposes)
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.
No DAG created for schedule 'dbt-job' because its interval is set to
.
DAG get created
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: