Hello everybody
I am trying to add several setup.py in the same repository in order to
Dataflow only downloads the needed dependencies for each task.
How is it possible? I've tried:
- Put another name 'foosetup.py'
- simply put in different folders and add the path to the '--setup_file
path/to/setup.py'
- Add the root path in the setup.findpackages('home/root/')
- Create different packages from different setups (in different folders)
for the '--extra_package'
How do you deal with this?
Best regards
André Rocha Silva