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

Change bulk schedule to none #114

Closed
mpgreg opened this issue Nov 13, 2023 · 1 comment
Closed

Change bulk schedule to none #114

mpgreg opened this issue Nov 13, 2023 · 1 comment
Assignees

Comments

@mpgreg
Copy link
Contributor

mpgreg commented Nov 13, 2023

schedule_interval = "@daily" if ask_astro_env == "prod" else None
@dag(schedule_interval=schedule_interval, start_date=datetime(2023, 9, 27), catchup=False, is_paused_upon_creation=True)

b8c206f changed the schedule interval but the original intention was for this bulk DAG to only be used for initial load. Nightly ingest should run from individual DAGs.

mpgreg added a commit to mpgreg/ask-astro-upstream that referenced this issue Nov 14, 2023
sunank200 pushed a commit that referenced this issue Nov 17, 2023
sunank200 pushed a commit that referenced this issue Nov 20, 2023
sunank200 pushed a commit that referenced this issue Nov 23, 2023
@Lee-W
Copy link
Collaborator

Lee-W commented Nov 27, 2023

@Lee-W Lee-W closed this as completed Nov 27, 2023
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

2 participants