Hi, just a small update on Athena source docs, sho...
# contribute-code
m
Hi, just a small update on Athena source docs, showing the option for
include_views
https://github.com/linkedin/datahub/pull/4164
Here's the view i managed to get from our Athena instance
l
Thanks for the contribution! @dazzling-judge-80093 may have context for why views were disabled
d
It seems like the Athena sqlalchemy python lib is started to support views a month ago. I will test and lift restriction if it works
m
@dazzling-judge-80093 I looked at PyAthena (the underlying library), it can get columns in the view, but it doesn't have the
get_view_definition
that's why the view_definition is empty in
properties
section
d
Thanks