Skip to content

Commit

Permalink
vdk-impala: template .sql missing from python distro (#695)
Browse files Browse the repository at this point in the history
When running templates, no data is being handled. The cause is
all template .sql steps are missing when python distribution is
bundled.

Added MANIFEST.in file including *.sql files.

Testing Done: did run python sdist, then verified the .sql files
are bundled-in.

Signed-off-by: ikoleva <ikoleva@vmware.com>
  • Loading branch information
ivakoleva committed Feb 7, 2022
1 parent 15b6ab7 commit 63c4b4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/vdk-plugins/vdk-impala/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
global-include *.sql

# this only work for source distribution (setup.py sdist) and not for binary distribution (bdist)
# https://packaging.python.org/guides/using-manifest-in/

0 comments on commit 63c4b4b

Please sign in to comment.