#41 [HOTFIX] __init__ usage broke standard template usage
Pull request opened by
zeryx
This change fixes an issue that was caused with the introduction of integration.py, adding a
init that had a fixed workflow name caused workflow registration to fail whenever a user renamed their workflow, but didn't adjust the
init import.
This is unexpected and unintentional behavior, which is corrected and tested with this fix by wildcard importing the workflow components into integration.py instead.
flyteorg/flytekit-python-template
GitHub Actions: build_images
✅ 2 other checks have passed
2/3 successful checks