feat: Integration with Dremio (#859)
* Added Dremio preview example Signed-off-by:Josh Howard <joshthoward@gmail.com> * Checkpoint on flight preview Signed-off-by:
Josh Howard <joshthoward@gmail.com> * Reworked flight preview to construct new client on each invocation; somehow reduces loading times Signed-off-by:
Josh Howard <joshthoward@gmail.com> * Updated table icon and sources link to include Dremio Signed-off-by:
Josh Howard <joshthoward@gmail.com> * Fixed flake errors Signed-off-by:
Josh Howard <joshthoward@gmail.com> * Fixed code review comments Signed-off-by:
Josh Howard <joshthoward@gmail.com>
Showing
... | ... | @@ -71,6 +71,9 @@ responses==0.12.1 |
# Required for announcement client | ||
SQLAlchemy==1.3.22 | ||
# Required for Dremio preview client | ||
pyarrow==2.0.0 | ||
# A common package that holds the models deifnition and schemas that are used | ||
# accross different amundsen repositories. | ||
amundsen-common==0.5.9 | ||
... | ... |
Please register or sign in to comment