Skip to content

Break cycles in module dependencies #4

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

Merged
merged 3 commits into from
May 10, 2023
Merged

Conversation

sarthak
Copy link

@sarthak sarthak commented May 9, 2023

module.metaflow-metadata-service depended upon module.metaflow-datastore for database,
but at the same time the latter also depended upon former for ingress rule. We break
the dependency by moving ingress rule over to the former module.

Also deleting a redundant ECS Task Execution role.
Decided to retain this as this also a output that is saved to all datascience team member's
machines.

sarthak added 3 commits May 9, 2023 18:07
module.metaflow-metadata-service depended upon module.metaflow-datastore for database,
but at the same time the latter also depended upon former for ingress rule. We break
the dependency by moving ingress rule over to the former module.

Also deleting a redundant ECS Task Execution role.
@sarthak sarthak requested a review from sanketrathi May 9, 2023 13:28
Copy link

@sanketrathi sanketrathi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Might be worth pushing this upstream.

@sarthak sarthak merged commit 9c3ef19 into master May 10, 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

Successfully merging this pull request may close these issues.

2 participants