Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
l
L godlike
10/06/2023, 8:04 AM
Hi, community. I've noticed a potential inconsistency in our monorepo. Some files reference "flyteorg/flyteidl" instead of the updated "flyteorg/flyte/flyteidl." Here’s a list of the files I think might need a review and a check: flyteidl/setup.py:
https://github.com/flyteorg/flyte/blob/def8eb7b6f76fa552712b516b099a2576b7ee311/flyteidl/setup.py#L9
flyteidl/package.json:
https://github.com/flyteorg/flyte/blob/def8eb7b6f76fa552712b516b099a2576b7ee311/flyteidl/package.json#L2
flyteidl/protos/buf.yaml:
https://github.com/flyteorg/flyte/blob/def8eb7b6f76fa552712b516b099a2576b7ee311/flyteidl/protos/buf.yaml#L4
flytestdlib/go.mod:
https://github.com/flyteorg/flyte/blob/def8eb7b6f76fa552712b516b099a2576b7ee311/flytestdlib/go.mod#L112
flyteidl/jsonschema/workflow_execution.json:
https://github.com/flyteorg/flyte/blob/def8eb7b6f76fa552712b516b099a2576b7ee311/flyteidl/jsonschema/workflow_execution.json#L4
flyteidl/scripts/test_diff.sh:
https://github.com/flyteorg/flyte/blob/def8eb7b6f76fa552712b516b099a2576b7ee311/flyteidl/scripts/test_diff.sh#L11
flyteidl/.github/workflows/master.yml:
https://github.com/flyteorg/flyte/blob/def8eb7b6f76fa552712b516b099a2576b7ee311/flyteidl/.github/workflows/master.yml#L10-L28
Thanks a lot! Monorepo is a fantastic improvement for contributors! cc
@Eduardo Apolinario (eapolinario)
e
Eduardo Apolinario (eapolinario)
10/06/2023, 11:39 PM
@L godlike
, thanks for collecting those! We're in the process of cutting
flyteidl
over to the monorepo. I'll make sure that those references are also updated.
l
L godlike
10/07/2023, 12:24 AM
Thanks a lot! Really appreciate for this!
Post