maropu / spark-sql-flow-plugin

Visualize column-level data lineage in Spark SQL
Apache License 2.0
86 stars 15 forks source link

Fix launch script to respect user's PYTHONPATH #2

Closed sekikn closed 3 years ago

sekikn commented 3 years ago

Users sometimes want to add their own libraries to $PYTHONPATH to use them in the queries, but that variable is wholly overridden with ${ROOT_DIR}/python in bin/python. So it may be helpful for users to respect the original value of $PYTHONPATH.

maropu commented 3 years ago

sorry for my late response, yea, it sounds a good idea. LGTM.

maropu commented 3 years ago

NOTE: merged to branch-3.1/3.0/2.4.