We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: