thankful-glass-88027
03/18/2022, 3:41 PM# python3 -m pip install 'acryl-datahub[sqlalchemy]'
# python3 -m pip install sqlalchemy-vertica-python
Build and ingest Yaml
• vertica_ingest.yaml
Source:
type: sqlalchemy
config:
platform: vertica
connect_uri: 'vertica+vertica_<python://datahub_user:password@1.1.1.1:5433/verticadb>'
sink:
type: datahub-rest
config:
server: 'http:// 1.1.1.1:8080'
To ingest via CLI:
datahub ingest -c vertica_ingest.yaml
Could the Vertica Dialect for SQL Alchemy could be added to the offical image :)?helpful-optician-78938
03/18/2022, 5:52 PMsqlalchemy-vertica-python
package installation? Yes, it can be added to the official image. You can feel free to contribute or open a github issue to request this feature. 🙂brief-cricket-98290
03/21/2022, 8:29 AMbreezy-controller-54597
03/31/2022, 7:26 AMsqlalchemy-vertica-python
and add get_view_definition
etc.
I am trying to get DataHub to support Vertica. Can I create a vertica.py
etc. like other sql based souces, and create a PR as Beta, albeit incomplete?