Open tomtomau opened 5 days ago
I'm using DLT with Dagster to load data from miscellaneous sources.
I want to be able to load data from a MySQL database that requires connecting via an SSH proxy to enter the VPC.
In Sling, I can specify ssh_tunnel and ssh private key etc. and it automatically connects through the proxy.
ssh_tunnel
Yes, I run dlt in production.
I want to specify ssh_tunnel and ssh_private_key etc and the database connection will run through that ssh tunnel.
No response
Feature description
I'm using DLT with Dagster to load data from miscellaneous sources.
I want to be able to load data from a MySQL database that requires connecting via an SSH proxy to enter the VPC.
In Sling, I can specify
ssh_tunnel
and ssh private key etc. and it automatically connects through the proxy.Are you a dlt user?
Yes, I run dlt in production.
Use case
I want to be able to load data from a MySQL database that requires connecting via an SSH proxy to enter the VPC.
Proposed solution
I want to specify ssh_tunnel and ssh_private_key etc and the database connection will run through that ssh tunnel.
Related issues
No response