Skip to content

Conversation

jpvotta
Copy link

@jpvotta jpvotta commented Oct 9, 2025


if __name__ == "__main__":
flyte.init_from_config()
flyte.init_from_config(flyte.git.config_from_root())
Copy link
Collaborator

Choose a reason for hiding this comment

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

i don't think we need this, right? if a config file is available at the git root, it should be picked up automatically.

run = flyte.run(main)
print(run.url)
run.wait()
# run.wait()
Copy link
Collaborator

Choose a reason for hiding this comment

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

let's remove this.

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