Skip to content

baeminbo/dataflow-python-dependency-pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataflow-python-dependency-pipelines

Pipeline examples to learn options for python dependency

  • Example #0: A simple pipeline without any dependency option.
  • Example #1: Using --requirement_file. The job is successful.
  • Example #2: Using --extra_packages. The jb is successful.
  • Example #3: Using lxml in --requirement_file. The job fails with build error in SDK containers.
  • Example #4: Using lxml binary package in --extra_packages. The job is successful.
  • Example #5: Using lxml in install_requires of setup.py. The job is successful.
  • Example #6: Custom container with lxml pre-installed. The job is successful.

About

Pipeline examples to learn options for python dependency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published