little-cricket-84530
02/11/2025, 9:23 PMAttributeError: 'Output' object has no attribute 'ref'
when I try to run the following commands
pyflyte --pkgs flyte.workflows package --image ${APP_NAME}:${IMAGE_VERSION} -f &&\
flytectl register files --admin.endpoint $(FLYTE_ADMIN_HOST):443 -p $(FLYTE_PROJECT_NAME) -d $(FLYTE_PROJECT_DOMAIN) \
--version $(IMAGE_VERSION) --archive flyte-package.tgz"
I think it’s a reference to this class.. and in the past it did have a “ref” property. But not sure why it’s breaking now.little-cricket-84530
02/11/2025, 9:50 PM