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

Add dependent schedules support #87

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Conversation

HuwCampbell
Copy link
Collaborator

Jobs can be scheduled to follow others when they are done, support this.

I've mapped anaml object types to the names of the resources which create them,
this gives a nicer API and a consistent feel when using the terraform client.

@HuwCampbell
Copy link
Collaborator Author

Example:

dependency_schedule {
  job {
    id = anaml-operations_feature_store.household_daily.id
    type = "feature_store"
  }
}

@HuwCampbell HuwCampbell merged commit 60a69b5 into master Feb 29, 2024
1 check passed
@HuwCampbell HuwCampbell deleted the topic/dependency-schedules branch February 29, 2024 03:27
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

Successfully merging this pull request may close these issues.

2 participants