jolly-florist-66728
11/06/2024, 11:33 PMpyflyte run --remote ...
and everything is working, but I notice that my .flyteignore
file is not being obeyed in --copy auto
mode, only all
. Is this the intended behavior? The function that lists the imported files isn't being passed the ignore_group object.
# Answer
The behavior you're experiencing is not intended. The .flyteignore
file should be respected during the fast registration process, regardless of the --copy
mode used. According to the Flyte documentation, .flyteignore
is used to specify files that should be excluded from the tarball during fast registration. If the function listing imported files is not considering the ignore rules, it might be a bug or oversight in the implementation.
Would you like more details on how to address this issue or configure .flyteignore
?
Sources:
- Flyte Fundamentals - Registering Workflows
Slack Link
https://.slack.com/archives/CP2HDHKE1/p1730936022.869879 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.